mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01: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
c3ab4ea27d
commit
53ecfddceb
|
|
@ -1708,7 +1708,7 @@ BEGIN
|
|||
RETURN;
|
||||
END
|
||||
$BODY$
|
||||
LANGUAGE 'plpgsql' ;
|
||||
LANGUAGE plpgsql;
|
||||
|
||||
SELECT * FROM getallfoo();
|
||||
</programlisting>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user