Documentation: `END;` must be removed.
fjf2002 opened this issue · 3 comments
fjf2002 commented
In your documentation, in
CREATE OR REPLACE FUNCTION test_user(
) RETURNS SETOF TEXT AS $$
SELECT is( nick, 'theory', 'Should have nick') FROM users;
END;
$$ LANGUAGE sql;
The line END;
must be removed.
fjf2002 commented
... but END;
is still present in https://pgtap.org/documentation.html !?