diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2009-12-30 22:48:10 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2009-12-30 22:48:10 +0000 |
commit | 3c505ef5777351e051ff11e981ddbb3da6fb6448 (patch) | |
tree | 5a08cd33aad3b88de9d311229164f0c989183497 /doc/src | |
parent | e6df063cf2e7b0d91e23de3a39cb67863af4bb33 (diff) |
Fill in information schema column for trigger WHEN condition
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/information_schema.sgml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 7ad2cc8c5c0..ad945c2ea9f 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.42 2009/12/05 21:31:05 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.43 2009/12/30 22:48:10 petere Exp $ --> <chapter id="information-schema"> <title>The Information Schema</title> @@ -4875,7 +4875,11 @@ ORDER BY c.ordinal_position; <row> <entry><literal>action_condition</literal></entry> <entry><type>character_data</type></entry> - <entry>Applies to a feature not available in <productname>PostgreSQL</></entry> + <entry> + <literal>WHEN</literal> condition of the trigger, null if none + (also null if the table is not owned by a currently enabled + role) + </entry> </row> <row> |