Re: LEFT JOIN in pg_dumpall is a bug - Mailing list pgsql-hackers

From Tom Lane
Subject Re: LEFT JOIN in pg_dumpall is a bug
Date
Msg-id 13553.980359690@sss.pgh.pa.us
Whole thread Raw
In response to Re: LEFT JOIN in pg_dumpall is a bug  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: LEFT JOIN in pg_dumpall is a bug
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
>> Is there a more robust way of reading the data into the script?

> Provided that 'cut' is portable, then this works for me:

My old copy of Horton's _Portable C Software_ says that cut(1) is a
SysV-ism adopted by POSIX.  At that time (1990) it wasn't portable,
and he recommended using awk or sed instead.

If you think depending on POSIX utilities is OK, then use cut.
I'd recommend sed, though.  The GNU coding standards for Makefiles
suggest not depending on programs outside this set:
    cat cmp cp diff echo egrep expr false grep install-info    ln ls mkdir mv pwd rm rmdir sed sleep sort tar test
touchtrue
 
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: postgresql.conf and postgres options
Next
From: Ned Lilly
Date:
Subject: PHP - Postgres large object functions