summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_trigger.sgml
AgeCommit message (Expand)Author
2017-07-13Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10Pavan Deolasee
2017-06-28Fix transition tables for partition/inheritance.Andrew Gierth
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-04-18Fix example on creating a trigger with a transition table.Heikki Linnakangas
2017-04-04Follow-on cleanup for the transition table patch.Kevin Grittner
2017-04-01Add transition table support to plpgsql.Kevin Grittner
2017-03-14Spelling fixesPeter Eisentraut
2016-11-04Implement syntax for transition tables in AFTER triggers.Kevin Grittner
2015-09-14Rewrite Postgres-XL docs to make changes in-place in the main PostgreSQLPavan Deolasee
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-01-10docs: improve CREATE TRIGGER defer options listBruce Momjian
2014-06-21Fix documentation template for CREATE TRIGGER.Kevin Grittner
2014-03-23Offer triggers on foreign tables.Noah Misch
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2013-07-03doc: Arrange See Also links in more consistent orderPeter Eisentraut
2013-02-23doc: Add more compatibility information for triggersPeter Eisentraut
2012-06-21Make placeholders in SQL command help more consistent and precisePeter Eisentraut
2012-02-23Require execute permission on the trigger function for CREATE TRIGGER.Tom Lane
2011-08-07Fix a whitespace issue with the man pagesPeter Eisentraut
2011-03-07Minor copy-editing in CREATE TRIGGER reference page.Tom Lane
2011-03-02Fix erroneous documentation of the syntax of CREATE CONSTRAINT TRIGGER.Tom Lane
2010-11-09Merge docs for CREATE CONSTRAINT TRIGGER and CREATE TRIGGERAlvaro Herrera
2010-10-10Support triggers on views.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-17Spell and markup checkingPeter Eisentraut
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2009-11-20Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane
2009-10-14Support SQL-compliant triggers on columns, ie fire only if certain columnsTom Lane
2009-09-19Make the placeholder naming in the synopses of the SQL help more consistentPeter Eisentraut
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2008-03-28Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2007-01-31Update reference documentation on may/can/might:Bruce Momjian
2006-10-23Spellchecking and suchPeter Eisentraut
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2005-12-09Add documentation about the behavior of BEFORE triggers and referentialBruce Momjian
2005-11-01Make an editorial pass over the reference pages.Tom Lane
2005-07-14This doc patch replaces all inappropriate references to SQL:1999 when itNeil Conway
2004-11-27Update of conformance information to SQL:2003Peter Eisentraut
2003-12-01Fix typos noted by Halley Pacheco de Oliveira.Tom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-22Make the SQL command synopses appear less random.Peter Eisentraut
2003-09-09Remove a bunch of content-free Diagnostics sections, as per previousTom Lane
2003-08-31Add/edit index entries.Peter Eisentraut
2003-04-22More editing of reference pages.Peter Eisentraut
2003-03-25Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut
2003-01-19This patch includes a lot of minor cleanups to the SGML documentation,Bruce Momjian
2002-12-17Improvement to CREATE TRIGGER and catalog documentation.Bruce Momjian
2002-11-23This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian
2002-11-21Fixups for man pagesPeter Eisentraut