Re: proposal: alternative psql commands quit and exit

From: Chapman Flack <chap(at)anastigmatix(dot)net>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: proposal: alternative psql commands quit and exit
Date: 2017-12-12 18:32:06
Message-ID: 60f381b4-66ca-75ca-c417-94c8e6383fd0@anastigmatix.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 12/12/2017 12:00 PM, Geoff Winkless wrote:

> I quite like this idea, although I would rather a line printed after
> each command is run: something like
>
> mydbname=# select ;
> --
> (1 row)
>
> \h for help, \q for quit, \expert to turn off this message
> osprey=#

It seems to me that this is very close to the Robert Haas suggestion
already discussed upthread, except that suggestion only prints the
hint message when you might need it, which I'd find less intrusive.

-Chap

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2017-12-12 18:45:21 Re: pgbench's expression parsing & negative numbers
Previous Message Andres Freund 2017-12-12 18:21:53 Re: money type's overflow handling is woefully incomplete