Re: [PATCH] "\ef " in psql

Поиск
Список
Период
Сортировка
От Marko Kreen
Тема Re: [PATCH] "\ef " in psql
Дата
Msg-id e51f66da0807230759q3175fc0aqdf23dce157751b1e@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [PATCH] "\ef " in psql  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [PATCH] "\ef " in psql  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 7/23/08, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Abhijit Menon-Sen <ams@oryx.com> writes:
> > At 2008-07-17 18:28:19 -0400, tgl@sss.pgh.pa.us wrote:
>  >> It wouldn't take a whole lot to convince me that a pg_get_functiondef
>  >> would be useful, although I don't foresee either of those applications
>  >> wanting to use it because of their backward-compatibility constraints.
>
> > What would the function return? "CREATE OR REPLACE FUNCTION ..."? Would
>  > that be good enough for everyone who might want to call it?
>
> I think I'd go with CREATE FUNCTION for simplicity.  It would be easy
>  enough for something like \ef to splice in OR REPLACE before shipping
>  the command back to the server.

Please make it use full qualified names (schema.name) for both
function name and result types.  Current search_path juggling
the pg_dump does is major PITA.

-- 
marko


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] "\ef " in psql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: WITH RECUSIVE patches 0723