Re: creating languages in the pg_catalog schema?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jochem van Dieten <jochemd(at)oli(dot)tudelft(dot)nl>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: creating languages in the pg_catalog schema?
Date: 2002-12-24 15:26:38
Message-ID: 19779.1040743598@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jochem van Dieten <jochemd(at)oli(dot)tudelft(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-12-24 15:38:39 Re: FW: BUG in trigger and foreign keys
Previous Message Robert Fitzpatrick 2002-12-24 13:46:48 Re: Multiple Foreign Keys to same table and field