Re: [HACKERS] Patch to psql.c to allow .psqlrc file - Mailing list pgsql-hackers

From Vadim B. Mikheev
Subject Re: [HACKERS] Patch to psql.c to allow .psqlrc file
Date
Msg-id cb1b811205b6de6cebe4e1777cf8df1e
Whole thread Raw
In response to [HACKERS] Patch to psql.c to allow .psqlrc file  (Andrew Martin <martin@biochemistry.ucl.ac.uk>)
List pgsql-hackers
Andrew Martin wrote:
>
>
> OK, here's a patch (to be applied after the previous one) which now checks
> 1. /etc/pgsqlrc
> 2. $(PGDATA)/pgsqlrc
> 3. $(HOME)/.pgsqlrc

Ok - can you also change libpq to get it working with pgsqlrc
(a "global" one) on startup ?
(Useful if user want to have the same settings for all
applications.)

Vadim

------------------------------

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Sorting
Next
From: "Micha³ Mosiewicz"
Date:
Subject: [HACKERS] SIGHUP handling...