Re: patch: autocomplete for functions
Alvaro Herrera <alvherre@commandprompt.com>
From: Alvaro Herrera <alvherre@commandprompt.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Peter Eisentraut <peter_e@gmx.net>,
Pavel Stehule <pavel.stehule@gmail.com>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2012-03-19T20:01:37Z
Lists: pgsql-hackers
Excerpts from Tom Lane's message of lun mar 19 16:53:49 -0300 2012: > This connects somewhat to the discussions we've had in the past about > trying to get not-intended-for-public-use functions out of the standard > search path. Not that you want to put a full visibility check into the > tab-completion query, I'm rather of the contrary opinion -- surely if we're going to complete function names, we should only complete those that are in schemas in the path; similarly for column names. (BTW I didn't check but does this completion work if I schema-qualify a column name?) > but if it could simply exclude a "pg_private" > namespace, that probably wouldn't be too expensive. +1 -- Álvaro Herrera <alvherre@commandprompt.com> The PostgreSQL Company - Command Prompt, Inc. PostgreSQL Replication, Consulting, Custom Development, 24x7 support