Re: [GENERAL] Re: Patch (tiny): \cd (change dir) for psql.

2001-03-27 Thread Peter Eisentraut
will trillich writes: > and with it i'd imagine we'll also need > > # return to previous directory, for the lazy > \cd - > # show current working directory > \cwd > \pwd You can do this with \!pwd (Of course \!cd won't do what you want. This situation is similar

Re: [GENERAL] Re: Patch (tiny): \cd (change dir) for psql.

2001-03-27 Thread will trillich
On Tue, Mar 27, 2001 at 09:52:05AM -0500, Bruce Momjian wrote: > > On Mon, 26 Mar 2001 15:07:37 + (UTC), Mark Hamby > > <[EMAIL PROTECTED]> wrote: > > > > > > > > >Here's a patch for a \cd (change dir) command in psql program. > > >It's very small and only adds a few lines. > > >Personally, I