public inbox for [email protected]
help / color / mirror / Atom feedFrom: Eugen Konkov <[email protected]>
To: PG Doc comments form <[email protected]>
To: [email protected]
Subject: Re: Autocompletion for \sf does not work if there is more than one function
Date: Sat, 13 Sep 2025 15:09:51 -0400
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
Hello PG,
Friday, September 12, 2025, 8:55:14 PM, you wrote:
> The following documentation comment has been logged on the website:
> Page: https://www.postgresql.org/docs/17/app-psql.html
> Description:
test=>> \sf+ app_con<TAB><TAB>
test=>> \sf+ app_config
> ERROR: more than one function named "app_config"
> I expect to see arguments types: void or jsonb like:
test=>> \sf app_con<TAB><TAB>
> void jsonb
> Because definition for those functions are:
> Schema | Name | Result data type |
> --------+------------+------------------+------------------------------------------------>
> public | app_config | void | config jsonb
> public | app_config | jsonb | keys text[] DEF
> Best regards.
btw autocompletion for "DROP FUNCTION" works as expected
=> drop function app_config (
jsonb) text) text[])
I expect the similar behaviour for \sf+
--
Best regards,
Eugen Konkov
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: Autocompletion for \sf does not work if there is more than one function
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox