Re: getting 'full' names of functions? - Mailing list pgsql-admin

From Tom Lane
Subject Re: getting 'full' names of functions?
Date
Msg-id 6382.1236199119@sss.pgh.pa.us
Whole thread Raw
In response to Re: getting 'full' names of functions?  (Jan-Peter.Seifert@gmx.de)
Responses Re: getting 'full' names of functions?
List pgsql-admin
Jan-Peter.Seifert@gmx.de writes:
> I combined your suggestions into this query I'll be using for now:

> SELECT DISTINCT n.nspname || '.' || p.oid::regprocedure::text FROM

This is flat *wrong*, as you'll soon find if you are working with
functions in more than one schema.  regprocedure already puts a
schema qualification on the name if one is needed.

            regards, tom lane

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: Postgressql backup/restore question
Next
From: Simon Riggs
Date:
Subject: Re: Postgressql backup/restore question