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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: will trillich <will(at)serensoft(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Re: Patch (tiny): \cd (change dir) for psql.
Date: 2001-03-27 17:33:53
Message-ID: Pine.LNX.4.30.0103271932510.1215-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-patches

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 to an
ftp client.)

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vince Vielhaber 2001-03-27 17:46:36 Re: download PostgreSQL
Previous Message will trillich 2001-03-27 17:00:29 Re: Supertypes?

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-03-28 15:25:54 Cleanup of ODBC
Previous Message will trillich 2001-03-27 16:52:19 Re: Re: Patch (tiny): \cd (change dir) for psql.