Re: [HACKERS] PSQL man page patch

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: martin(at)biochemistry(dot)ucl(dot)ac(dot)uk
Cc: hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] PSQL man page patch
Date: 1998-01-16 16:52:30
Message-ID: 34BF904E.66F3BDE1@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Martin wrote:

> > OK, we never installed this for 6.2 because we were already in Beta.
> > Can we do this for 6.3? Vadim suggested we make this part of libpq, so
> > all applications could make use of it.
> >
> >
>
> Any more comments about adding support for .psqlrc? The original
> proposal was that psql should read commands from /etc/psqlrc
> and then from $(HOME)/.psqlrc
>
> Nobody seems to have raised any objections. I vote for including this
> for 6.3

I'm in favor of it also, perhaps as a libpq function call which is used in
psql. That way, other apps or frontends can choose to use it or not.

Would much prefer leaving it out as a _mandatory_ part of connection
initialization, since there will be side-effects for embedded apps. Combined
with PGDATESTYLE and PGTZ there will be pretty good control over the frontend
environment.

- Tom

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-01-16 17:06:37 Re: [HACKERS] PSQL man page patch
Previous Message Andrew Martin 1998-01-16 16:30:34 Re: [HACKERS] PSQL man page patch