pg_catalog

Started by Donald Fraserabout 23 years ago1 messagesbugs
Jump to latest
#1Donald Fraser
demolish@cwgsy.net

PostgreSQL v 7.3.2

Is there a reason why I can create in the SCHEMA pg_catalog the following object types?
1) Functions
2) Operators
3) Types

Yet I cannot create tables in the SCHEMA pg_catalog.

Hopefully there is a logical solution rather than a bug.

Before someone shoots me down with "What are you doing modifying system catalogues!".
The short answer is I need to be able specify whether a SCHEMA should get backed up or not, for exactly the same reasons why pg_catalog doesn't get backed up. Because pg_catalog does not get backed up, I tried to utilise this feature but I came across the problem of not being able to put tables in it.

Regards
Donald Fraser.