Re: [HACKERS] PSQL commands: \quit_if, \quit_unless - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: [HACKERS] PSQL commands: \quit_if, \quit_unless
Date
Msg-id 20161219182349.uqumdmrcyxlwirk6@alvherre.pgsql
Whole thread Raw
In response to Re: [HACKERS] PSQL commands: \quit_if, \quit_unless  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-hackers
David G. Johnston wrote:

> Being able to do more conditional work in psql would make setting up more
> robust scripts easier and without either losing transaction capabilities or
> session pooling for improved performance when large numbers of small
> commands are run in between flow control in done in bash.

Have you tried to script processes in shell using a single background
psql process with which the shell code communicates using a pipe?  I've
long been curious about that approach, but never had a strong need
enough to actually write the code.  It should be possible.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Corey Huinker
Date:
Subject: Re: [HACKERS] PSQL commands: \quit_if, \quit_unless
Next
From: "David G. Johnston"
Date:
Subject: Re: [HACKERS] PSQL commands: \quit_if, \quit_unless