Re: Arrays in system tables - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Arrays in system tables
Date
Msg-id 200204270606.g3R66nx01119@candle.pha.pa.us
Whole thread Raw
In response to Arrays in system tables  ("Rod Taylor" <rbt@zort.ca>)
List pgsql-hackers
Rod Taylor wrote:
> Just exactly how does one get an array into a system table?
> 
> Of course, _int2 and int2[] aren't normal C constructs so using it
> within CATALOG won't work.
> 
> I suppose thats why the vector types were invented?

Well, pg_shadow had pg_class has:
 relacl         | aclitem[] | 

and pg_shadow has:
 useconfig   | text[]  | 

so I would use those as guides.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Shra
Date:
Subject: ...
Next
From: "Rod Taylor"
Date:
Subject: Re: Arrays in system tables