![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Rod Taylor <rbt (AT) rbt (DOT) ca> writes: I say leave it the way it is. If you want system table tab completion, simply: ALTER USER ... SET search_path =3D3D pg_catalog,...; =20 Unfortunately, that *does not* affect the tab-completion behavior; it will still not offer the system catalogs as completions unless you explicitly prefix "pg_catalog.". |
#2
| |||
| |||
|
|
On Tue, 28 Oct 2003, Tom Lane wrote: =20 "scott.marlowe" <scott.marlowe (AT) ihs (DOT) com> writes: Is it possible to remove the implicit search path of pg_catalog from = a=20 psql session without it breaking lots of stuff? =20 Do you consider "+", "count()", etc to be important stuff? =20 Me, hardly ever use them :-) So I can assume that removing the implicit= =20 pg_catalog from the search path is a "bad thing." |
#3
| |||
| |||
|
|
Rod Taylor <rbt (AT) rbt (DOT) ca> writes: I say leave it the way it is. If you want system table tab completion, simply: ALTER USER ... SET search_path =3D pg_catalog,...; Unfortunately, that *does not* affect the tab-completion behavior; it will still not offer the system catalogs as completions unless you explicitly prefix "pg_catalog.". |
#4
| |||
| |||
|
|
"scott.marlowe" <scott.marlowe (AT) ihs (DOT) com> writes: Is it possible to remove the implicit search path of pg_catalog from a psql session without it breaking lots of stuff? Do you consider "+", "count()", etc to be important stuff? |
![]() |
| Thread Tools | |
| Display Modes | |
| |