mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-09 22:17:34 +08:00
doc: Fix syntax in example
LANGUAGE 'plpgsql' no longer works. The single quotes need to be removed. Erwin Brandstetter
This commit is contained in:
@ -1694,7 +1694,7 @@ BEGIN
|
||||
RETURN;
|
||||
END
|
||||
$BODY$
|
||||
LANGUAGE 'plpgsql' ;
|
||||
LANGUAGE plpgsql;
|
||||
|
||||
SELECT * FROM getallfoo();
|
||||
</programlisting>
|
||||
|
||||
Reference in New Issue
Block a user