On Mon, 2004-03-08 at 14:46, Andrew Dunstan wrote:
Bruce Momjian wrote:
databases are also per cluster, but we have comments on those.Another problem is that pg_description is per-database, while pg_user/group are global for all databases.
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.
Well, presumably we don't want to keep their life story ;-)
I was just thinking out loud I guess - I see there are wrinkles I hadn't considered.
cheers
andrew
---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match