Re: Accessing schema data in information schema - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Accessing schema data in information schema
Date
Msg-id 2592.1143087246@sss.pgh.pa.us
Whole thread Raw
In response to Re: Accessing schema data in information schema  ("Andrew Dunstan" <andrew@dunslane.net>)
Responses Re: Accessing schema data in information schema  (Christopher Kings-Lynne <chris.kings-lynne@calorieking.com>)
List 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


pgsql-hackers by date:

Previous
From: "Andrew Dunstan"
Date:
Subject: Re: Static build of psql with readline support
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: Accessing schema data in information schema