Re: Adding the host name to the PgSQL shell - Mailing list pgsql-general

From Madison Kelly
Subject Re: Adding the host name to the PgSQL shell
Date
Msg-id 4A2D4D39.60405@alteeve.com
Whole thread Raw
In response to Re: Adding the host name to the PgSQL shell  (Scott Mead <scott.lists@enterprisedb.com>)
List pgsql-general
Scott Mead wrote:
>
> On Mon, Jun 8, 2009 at 1:30 PM, Madison Kelly <linux@alteeve.com
> <mailto:linux@alteeve.com>> wrote:
>
>
>     That works like a charm, thank you!
>
>
>   No problem :)
>
>
>
>     Next question though;
>
>     How can I get it to save my custom prompt across sessions/server
>     restarts? It there something equivalent to '.bash_profile'?
>
>
>   ~/.psqlrc

Thank you again!

For the record, in case someone finds this in an archive somewhere and
are a noob like me, you need to create this file in the home directory
of the shell user you call 'psql' from, *not* the user account used when
using the '-U user' switch. :)

Madi

pgsql-general by date:

Previous
From: Scott Mead
Date:
Subject: Re: Adding the host name to the PgSQL shell
Next
From: Tom Lane
Date:
Subject: Re: Any way to bring up a PG instance with corrupted data in it?