mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-12 17:37:07 +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:
@ -1708,7 +1708,7 @@ BEGIN
|
||||
RETURN;
|
||||
END
|
||||
$BODY$
|
||||
LANGUAGE 'plpgsql' ;
|
||||
LANGUAGE plpgsql;
|
||||
|
||||
SELECT * FROM getallfoo();
|
||||
</programlisting>
|
||||
|
||||
Reference in New Issue
Block a user