Re: bugfix: --echo-hidden is not supported by \sf statements
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Andrew Dunstan <andrew@dunslane.net>, Josh Kupershmidt <schmiddy@gmail.com>, Robert Haas <robertmhaas@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2013-02-27T18:01:41Z
Lists: pgsql-hackers
* Pavel Stehule (pavel.stehule@gmail.com) wrote: > we cannot use autocomplete or if we use, then more precious code is on > server side still - everywhere where function autocomplete is used, > then function signature is reparesed again on server side. This doesn't make any sense to me. We should rip out the auto-complete that we already have for functions because the tab-complete queries the database and then the whole string is sent to the server and parsed by it? Thanks, Stephen