Doc typo in "9.28. Event Trigger Functions"
Started by Ian Barwickalmost 12 years ago2 messages
Just a single missing 's'.
Regards
Ian Barwick
--
Ian Barwick http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
Attachments:
event-trigger-functions-typo.patchtext/x-patch; name=event-trigger-functions-typo.patchDownload
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
new file mode 100644
index 6e2fbda..b5807f3
*** a/doc/src/sgml/func.sgml
--- b/doc/src/sgml/func.sgml
*************** FOR EACH ROW EXECUTE PROCEDURE suppress_
*** 17446,17452 ****
</para>
<para>
! <function>pg_event_trigger_dropped_objects</> returns a list of all object
dropped by the command in whose <literal>sql_drop</> event it is called.
If called in any other context,
<function>pg_event_trigger_dropped_objects</> raises an error.
--- 17446,17452 ----
</para>
<para>
! <function>pg_event_trigger_dropped_objects</> returns a list of all objects
dropped by the command in whose <literal>sql_drop</> event it is called.
If called in any other context,
<function>pg_event_trigger_dropped_objects</> raises an error.
Re: Doc typo in "9.28. Event Trigger Functions"
On Tue, Apr 8, 2014 at 2:39 AM, Ian Barwick <ian@2ndquadrant.com> wrote:
Just a single missing 's'.
Thanks, committed.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers