Re: Improving the performance of psql tab completion - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Improving the performance of psql tab completion
Date
Msg-id 25406.1349876707@sss.pgh.pa.us
Whole thread Raw
In response to Improving the performance of psql tab completion  (Merlin Moncure <mmoncure@gmail.com>)
Responses Re: Improving the performance of psql tab completion  (Merlin Moncure <mmoncure@gmail.com>)
List pgsql-hackers
Merlin Moncure <mmoncure@gmail.com> writes:
> ...but isn't pg_table_is_visible overkill for tab completion?

How much does this help?

update pg_proc set procost = 10 where proname = 'pg_table_is_visible';
        regards, tom lane



pgsql-hackers by date:

Previous
From: Merlin Moncure
Date:
Subject: Improving the performance of psql tab completion
Next
From: Merlin Moncure
Date:
Subject: Re: Improving the performance of psql tab completion