Commit 53ecfddc authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Fix syntax in example

LANGUAGE 'plpgsql' no longer works.  The single quotes need to be
removed.

Erwin Brandstetter
parent c3ab4ea2
......@@ -1708,7 +1708,7 @@ BEGIN
RETURN;
END
$BODY$
LANGUAGE 'plpgsql' ;
LANGUAGE plpgsql;
SELECT * FROM getallfoo();
</programlisting>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment