Set information_schema.tables.commit_action to null
Peter Eisentraut <peter_e@gmx.net>
Set information_schema.tables.commit_action to null The commit action of temporary tables is currently not cataloged, so we can't easily show it. The previous value was outdated from before we had different commit actions.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/information_schema.sgml | modified | +1 −6 |
| src/backend/catalog/information_schema.sql | modified | +1 −4 |