doc: Fix syntax in example

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

Erwin Brandstetter
pull/4/head
Peter Eisentraut 12 years ago
parent c3ab4ea27d
commit 53ecfddceb
  1. 2
      doc/src/sgml/plpgsql.sgml

@ -1708,7 +1708,7 @@ BEGIN
RETURN;
END
$BODY$
LANGUAGE 'plpgsql' ;
LANGUAGE plpgsql;
SELECT * FROM getallfoo();
</programlisting>

Loading…
Cancel
Save