Set information_schema.tables.commit_action to null

Peter Eisentraut <peter_e@gmx.net>

Commit: bf3c5856818a88b963748402f4f7e0274fe3859d
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2011-07-15T18:11:14Z
Releases: 9.2.0
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