Re: [HACKERS] Help extending pg_class

2004-12-20 Thread Tom Lane
overbored <[EMAIL PROTECTED]> writes: > Hi all, I added a new variable-length field to the pg_class catalog, but > I did something wrong, and I can't tell what else I'd need to change. > ... > The REVOKE command invokes ExecuteGrantStmt_Relation() to modify the > relacl attribute of pg_class, whi

Re: [HACKERS] Help extending pg_class

2004-12-19 Thread Alvaro Herrera
On Sun, Dec 19, 2004 at 01:56:02AM -0800, overbored wrote: > Hi all, I added a new variable-length field to the pg_class catalog, but > I did something wrong, and I can't tell what else I'd need to change. (I > know about how extending pg_class is bad and all, but it seems to be the > simplest s

[HACKERS] Help extending pg_class

2004-12-19 Thread overbored
Hi all, I added a new variable-length field to the pg_class catalog, but I did something wrong, and I can't tell what else I'd need to change. (I know about how extending pg_class is bad and all, but it seems to be the simplest solution to my problem right now, and I'd just like to get it worki