Re: [HACKERS] Todo "claim": psql tab completion on schema names

2003-02-15 Thread Rod Taylor
On Sat, 2003-02-15 at 19:49, Ross J. Reedstrom wrote: > On Sun, Feb 16, 2003 at 01:34:34AM +0100, Ian Barwick wrote: > > On Sunday 16 February 2003 01:10, Rod Taylor wrote: > > > I've been debating a mechanism which could build tab completion tables > > > based on the documentation for a while now

Re: [HACKERS] Todo "claim": psql tab completion on schema names

2003-02-15 Thread Ross J. Reedstrom
On Sun, Feb 16, 2003 at 01:34:34AM +0100, Ian Barwick wrote: > On Sunday 16 February 2003 01:10, Rod Taylor wrote: > > I've been debating a mechanism which could build tab completion tables > > based on the documentation for a while now -- and was going to give it a > > try next week. If it works,

Re: [HACKERS] Todo "claim": psql tab completion on schema names

2003-02-15 Thread Ian Barwick
On Sunday 16 February 2003 01:10, Rod Taylor wrote: > I've been debating a mechanism which could build tab completion tables > based on the documentation for a while now -- and was going to give it a > try next week. If it works, that file would essentially disappear. OK, will hold off and see wh

Re: [HACKERS] Todo "claim": psql tab completion on schema names

2003-02-15 Thread Rod Taylor
On Sat, 2003-02-15 at 18:53, Ian Barwick wrote: > I have been playing around with psql's "tab-completion.c" and have > something approaching a sane solution for tab expansion of > schema names. As this seems to fall under the todo item "Allow psql to do > table completion for SELECT * FROM schema_

[HACKERS] Todo "claim": psql tab completion on schema names

2003-02-15 Thread Ian Barwick
I have been playing around with psql's "tab-completion.c" and have something approaching a sane solution for tab expansion of schema names. As this seems to fall under the todo item "Allow psql to do table completion for SELECT * FROM schema_part and table completion for SELECT * FROM schema_name