aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_trigger.sgml
Commit message (Expand)AuthorAge
* Make placeholders in SQL command help more consistent and precisePeter Eisentraut2012-06-22
* Require execute permission on the trigger function for CREATE TRIGGER.Tom Lane2012-02-23
* Fix a whitespace issue with the man pagesPeter Eisentraut2011-08-07
* Minor copy-editing in CREATE TRIGGER reference page.Tom Lane2011-03-07
* Fix erroneous documentation of the syntax of CREATE CONSTRAINT TRIGGER.Tom Lane2011-03-02
* Merge docs for CREATE CONSTRAINT TRIGGER and CREATE TRIGGERAlvaro Herrera2010-11-09
* Support triggers on views.Tom Lane2010-10-10
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Spell and markup checkingPeter Eisentraut2010-08-17
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane2009-11-20
* Support SQL-compliant triggers on columns, ie fire only if certain columnsTom Lane2009-10-14
* Make the placeholder naming in the synopses of the SQL help more consistentPeter Eisentraut2009-09-19
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-14
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-28
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Update reference documentation on may/can/might:Bruce Momjian2007-01-31
* Spellchecking and suchPeter Eisentraut2006-10-23
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Add documentation about the behavior of BEFORE triggers and referentialBruce Momjian2005-12-09
* Make an editorial pass over the reference pages.Tom Lane2005-11-01
* This doc patch replaces all inappropriate references to SQL:1999 when itNeil Conway2005-07-14
* Update of conformance information to SQL:2003Peter Eisentraut2004-11-27
* Fix typos noted by Halley Pacheco de Oliveira.Tom Lane2003-12-01
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Make the SQL command synopses appear less random.Peter Eisentraut2003-09-22
* Remove a bunch of content-free Diagnostics sections, as per previousTom Lane2003-09-09
* Add/edit index entries.Peter Eisentraut2003-08-31
* More editing of reference pages.Peter Eisentraut2003-04-22
* Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut2003-03-25
* This patch includes a lot of minor cleanups to the SGML documentation,Bruce Momjian2003-01-19
* Improvement to CREATE TRIGGER and catalog documentation.Bruce Momjian2002-12-17
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-23
* Fixups for man pagesPeter Eisentraut2002-11-21
* Provide an upgrade strategy for dump files containing functions declaredTom Lane2002-09-21
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Revise command completion tags as per hackers message on 20 March.Peter Eisentraut2002-05-18
* Here's a doc patch for ALTER TRIGGER RENAME. Please apply if there areBruce Momjian2002-04-24
* Augment the date/time examples in the User's Guide to reflect the newerThomas G. Lockhart2002-04-21
* pg_trigger's index on tgrelid is replaced by a unique index onTom Lane2002-04-19
* Spell-check and markup policePeter Eisentraut2002-01-20
* Use PostgreSQL consistantly throughout docs. Before, usage was split evenlyThomas G. Lockhart2001-12-08
* Mention rules and views instead of SELECT triggers.Bruce Momjian2001-11-30
* Add mention of no SELECT triggers.Bruce Momjian2001-11-29
* A bunch of small doco updates motivated by scanning the comments onTom Lane2001-11-19
* Update compatibility information.Peter Eisentraut2001-09-13
* Replace ASCII-quotes with proper markup.Peter Eisentraut2001-09-13
* Put some kind of grammatical uniformity in the <refpurpose> lines.Peter Eisentraut2001-09-03
* Update or remove mentions of versions where appropriate.Bruce Momjian2001-06-10
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-27