Re: PSQL return coder

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: James Sewell <james(dot)sewell(at)lisasoft(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PSQL return coder
Date: 2013-10-10 04:03:59
Message-ID: CAFj8pRAt=fTT0Xf4p3w0CqEP4SxCYegJ5CwxSuoiS2NnvrJdUw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello

2013/10/10 James Sewell <james(dot)sewell(at)lisasoft(dot)com>

> Hello,
>
> I am using PSQL to run SQL from a file with the -f flag as follows:
>
> BEGIN
> SQL
> SQL
> ...
> END
>
> This gives me rollback on error and a nicer output than -1. This works
> fine.
>
> My question is in a rollback scenario is it possible to get PSQL to return
> a non 0 exit status?
>

probably not - from psql perspective all statements was perfect

Pavel

>
> Cheers,a
> James
>
>
>
> --
>
> James Sewell,
> PostgreSQL Team Lead / Solutions Architect
> ______________________________________
>
>
> Level 2, 50 Queen St, Melbourne VIC 3000
>
> *P *(+61) 3 8370 8000 * **W* www.lisasoft.com *F *(+61) 3 8370 8099
>
>
>
> ------------------------------
> The contents of this email are confidential and may be subject to legal or
> professional privilege and copyright. No representation is made that this
> email is free of viruses or other defects. If you have received this
> communication in error, you may not copy or distribute any part of it or
> otherwise disclose its contents to anyone. Please advise the sender of your
> incorrect receipt of this correspondence.
>
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2013-10-10 04:25:24 Re: Patch for reserved connections for replication users
Previous Message Amit Kapila 2013-10-10 03:47:04 Re: Patch: FORCE_NULL option for copy COPY in CSV mode