Re: [GENERAL] pg_tablespace.spcacl

2007-02-17 Thread Alvaro Herrera
Alexi Gen wrote: > Hello, > > pg_tablespace contains information about all the tablespaces available on > the system. > The [spcacl] column for a particular record - contains a string value of > the names of users that have permissions on the tablespace. > I'm looking for any info as to why this

[GENERAL] pg_tablespace.spcacl

2007-02-17 Thread Alexi Gen
Hello, pg_tablespace contains information about all the tablespaces available on the system. The [spcacl] column for a particular record - contains a string value of the names of users that have permissions on the tablespace. I'm looking for any info as to why this approach was taken? Can some