Carmen Martinez <carmenmtezcruz@yahoo.es> writes:
> I want to insert new tables in the pg_catalog schema.
Why do you think that is a good idea? pg_catalog is for tables used by
the system itself, and it's going to take a lot more than a "create
table" to teach the system to work with a new catalog.
regards, tom lane