Re: creating languages in the pg_catalog schema? - Mailing list pgsql-general

From Tom Lane
Subject Re: creating languages in the pg_catalog schema?
Date
Msg-id 19779.1040743598@sss.pgh.pa.us
Whole thread Raw
In response to creating languages in the pg_catalog schema?  (Jochem van Dieten <jochemd@oli.tudelft.nl>)
Responses Re: creating languages in the pg_catalog schema?  (Jochem van Dieten <jochemd@oli.tudelft.nl>)
List pgsql-general
Jochem van Dieten <jochemd@oli.tudelft.nl> writes:
> Just wondering if there are any downsides to creating a procedural
> language in the pg_catalog schema instead of some other default schema.

pg_dump will not dump it.  Otherwise I don't think it matters.

            regards, tom lane

pgsql-general by date:

Previous
From: "Robert Fitzpatrick"
Date:
Subject: Re: Multiple Foreign Keys to same table and field
Next
From: Tom Lane
Date:
Subject: Re: FW: BUG in trigger and foreign keys