diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/information_schema.sgml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 4b3712e60fa..5d29d412d26 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -5416,12 +5416,7 @@ ORDER BY c.ordinal_position; <row> <entry><literal>commit_action</literal></entry> <entry><type>character_data</type></entry> - <entry> - If the table is a temporary table, then - <literal>PRESERVE</literal>, else null. (The SQL standard - defines other commit actions for temporary tables, which are - not supported by <productname>PostgreSQL</>.) - </entry> + <entry>Not yet implemented</entry> </row> </tbody> </tgroup> |