Re: function defined (or not), more worries on version 10->14 upgrade

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: function defined (or not), more worries on version 10->14 upgrade
Дата
Msg-id CAKFQuwYJd2yaWNR6eJqGtgJG5ehy+ScwpwAhzToSFp1ipBq=qw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: function defined (or not), more worries on version 10->14 upgrade  (Rob Sargent <robjsargent@gmail.com>)
Ответы Re: function defined (or not), more worries on version 10->14 upgrade  (Rob Sargent <robjsargent@gmail.com>)
Список pgsql-general
On Fri, Apr 15, 2022 at 2:04 PM Rob Sargent <robjsargent@gmail.com> wrote:
but have not found a combination of name/args for genome_threshold_mono(text,text,double precision)


Per the fine documentation:

\df[anptwS+] [ pattern [ arg_pattern ... ] ]

So the correct formulation is:

\df genome_threshold_mono text text 'double precision'

You need to quote the fourth argument to protect the embedded space as a character and not an argument separator.

David J.

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

Предыдущее
От: Rob Sargent
Дата:
Сообщение: Re: function defined (or not), more worries on version 10->14 upgrade
Следующее
От: Tom Lane
Дата:
Сообщение: Re: function defined (or not), more worries on version 10->14 upgrade