Re: RC1?

From: "Zeugswetter Andreas SB SD" <ZeugswetterA(at)spardat(dot)at>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
Cc: "Robert Treat" <xzilla(at)users(dot)sourceforge(dot)net>, "Peter Eisentraut" <peter_e(at)gmx(dot)net>, "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: RC1?
Date: 2002-11-13 13:23:11
Message-ID: 46C15C39FEB2C44BA555E356FBCD6FA4961EED@m0114.s-mxs.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> My suspicion falls on the very-recently-added awk calls. Try changing
>
> (echo "SET autocommit TO 'on';"; awk 'BEGIN {printf
> "\\set ECHO all\n"}'; cat "$inputdir/sql/$1.sql") |

Why use awk for this at all ? and not:
echo "\\set ECHO all"

??
Andreas

Responses

  • Re: RC1? at 2002-11-13 15:06:15 from Tom Lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-11-13 13:33:43 Re: pg_dump in 7.4
Previous Message Mario Weilguni 2002-11-13 13:09:34 Re: null values / partial indices