Re: Accessing schema data in information schema
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Andrew Dunstan" <andrew@dunslane.net>
Cc: darcy@wavefire.com, pgsql-hackers@postgresql.org, peter_e@gmx.net
Date: 2006-03-23T04:14:06Z
Lists: pgsql-hackers
"Andrew Dunstan" <andrew@dunslane.net> writes: > What happens to sequence ACLs? Hm, good point. We could put 'em in pg_sequence, except that most of the operations on pg_sequence rows will be nontransactional, and that doesn't seem to square nicely with transactional updates on ACLs. Maybe we need two catalogs just to separate the transactional and nontransactional data for a sequence? Ugh. regards, tom lane