Hi, postgres=# SELECT oid::regclass, reltoastrelid FROM pg_class WHERE relname IN ('pg_seclabel', 'pg_shseclabel'); oid | reltoastrelid ---------------+--------------- pg_seclabel | 3598 pg_shseclabel | 0 (2 rows)
Isn't that a somewhat odd choice? Why do we assume that there cannot be lengthy seclabels on shared objects? Granted, most shared objects aren't candidates for large amounts of data, but both users and databases don't seem to fall into that category. Greetings, Andres Freund -- Andres Freund http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers