Re: COMMENT ON [GROUP/USER]
Rod Taylor <pg@rbt.ca>
From: Rod Taylor <pg@rbt.ca>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: PostgreSQL Development <pgsql-hackers@postgresql.org>
Date: 2004-03-08T20:56:06Z
Lists: pgsql-hackers
On Mon, 2004-03-08 at 14:46, Andrew Dunstan wrote: > Bruce Momjian wrote: > > >Another problem is that pg_description is per-database, while > >pg_user/group are global for all databases. > > > > > > > databases are also per cluster, but we have comments on those. > > Could we keep the user/group comments in those tables instead of in > pg_description? Comments longer than ~7k would need a toast table. At the moment, toast tables don't work on a global basis.