Re: language handlers in public schema? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: language handlers in public schema?
Date
Msg-id 20687.1119573991@sss.pgh.pa.us
Whole thread Raw
In response to language handlers in public schema?  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: language handlers in public schema?
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Is there any reason for us to keep putting the language handler 
> functions in the public schema?

I believe one of the issues there is that pg_dump doesn't dump functions
that are in pg_catalog.  You could possibly fix it to make an exception
for functions that are referenced by pg_language entries, but I think
this would be a nontrivial change.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Fixing r-tree semantics
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] O_DIRECT for WAL writes