Re: How to \ef a function ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How to \ef a function ?
Дата
Msg-id 1940933.1704732479@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: How to \ef a function ?  (Adrian Klaver <adrian.klaver@aklaver.com>)
Ответы Re: How to \ef a function ?
Список pgsql-general
Adrian Klaver <adrian.klaver@aklaver.com> writes:
> On 1/8/24 08:26, David Gauthier wrote:
>> dvdb=# \ef opid.bef_ins_axi_reqs_set_trig;
>> ERROR:  function "opid.bef_ins_axi_reqs_set_trig;" does not exist

> Lose the ';'.
> It should be:
> \ef opid.bef_ins_axi_reqs_set_trig

Yeah, that's what psql is expecting, but it does seem a bit
unforgiving considering that you can write a noise semicolon
in many other backslash commands.  And this:

>> dvdb=# \ef opid.bef_ins_axi_reqs_set_trig();
>> ERROR:  expected a right parenthesis

seems outright buggy.  I've not looked at the code though.

            regards, tom lane



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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Unable to install postgresql and pgadmin
Следующее
От: Tom Lane
Дата:
Сообщение: Re: How to \ef a function ?