mirror of
https://github.com/postgres/postgres.git
synced 2026-02-16 09:08:23 -05: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:
parent
c37ec840cf
commit
dbfeb82406
1 changed files with 1 additions and 1 deletions
|
|
@ -1694,7 +1694,7 @@ BEGIN
|
|||
RETURN;
|
||||
END
|
||||
$BODY$
|
||||
LANGUAGE 'plpgsql' ;
|
||||
LANGUAGE plpgsql;
|
||||
|
||||
SELECT * FROM getallfoo();
|
||||
</programlisting>
|
||||
|
|
|
|||
Loading…
Reference in a new issue