Re: [HACKERS] Doc typo in "9.28. Event Trigger Functions"

2014-04-08 Thread Robert Haas
On Tue, Apr 8, 2014 at 2:39 AM, Ian Barwick  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


[HACKERS] Doc typo in "9.28. Event Trigger Functions"

2014-04-07 Thread Ian Barwick

Just a single missing 's'.


Regards

Ian Barwick

--
 Ian Barwick   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services
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 
 
  
 
! pg_event_trigger_dropped_objects returns a list of all object
  dropped by the command in whose sql_drop event it is called.
  If called in any other context,
  pg_event_trigger_dropped_objects raises an error.
--- 17446,17452 
 
  
 
! pg_event_trigger_dropped_objects returns a list of all objects
  dropped by the command in whose sql_drop event it is called.
  If called in any other context,
  pg_event_trigger_dropped_objects raises an error.

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers