Re: silence and failure of SQL commands - Mailing list pgsql-novice

From Robert Poor
Subject Re: silence and failure of SQL commands
Date
Msg-id BANLkTimrrDwdLv+6WqP02g_ihJ=cOhRnyg@mail.gmail.com
Whole thread Raw
In response to silence and failure of SQL commands  ("John Payne" <jcpayne@uw.edu>)
Responses Re: silence and failure of SQL commands
List pgsql-novice
John:

On Thu, Apr 28, 2011 at 13:08, John Payne <jcpayne@uw.edu> wrote:
> A statistics program I use (R) has a simple and elegant
> solution: it drops the cursor one line and puts in a “+” sign.

Just for jollies, try typing this in:

\set PROMPT2 '+%# '

... and then try a command, intentionally omitting the semicolon:

postgres=# SELECT * FROM users
+#

... and see if you like the results.  If there's enough acclaim for
it, perhaps Tom will consider making it the default.

pgsql-novice by date:

Previous
From: "John Payne"
Date:
Subject: silence and failure of SQL commands
Next
From: Leif Biberg Kristensen
Date:
Subject: Re: failure and silence of SQL commands