Re: How to \ef a function ?

2024-01-08 Thread Tom Lane
I wrote: > 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

Re: How to \ef a function ?

2024-01-08 Thread Tom Lane
Adrian Klaver 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

Re: How to \ef a function ?

2024-01-08 Thread Adrian Klaver
On 1/8/24 08:26, David Gauthier wrote: atletx7-reg017:/home/dgauthie[ 120 ] --> dvdbdev Pager usage is off. psql (11.5, server 11.3) Type "help" for help. dvdb=# \df opid.bef_ins_axi_reqs_set_trig;                                  List of functions  Schema |           Name            | Result

How to \ef a function ?

2024-01-08 Thread David Gauthier
atletx7-reg017:/home/dgauthie[ 120 ] --> dvdbdev Pager usage is off. psql (11.5, server 11.3) Type "help" for help. dvdb=# \df opid.bef_ins_axi_reqs_set_trig; List of functions Schema | Name| Result data type | Argument data types | Type