Re: [GENERAL] pg_dump and quoted identifiers - Mailing list pgsql-general

From Francisco Olarte
Subject Re: [GENERAL] pg_dump and quoted identifiers
Date
Msg-id CA+bJJbx1pebcybtiRLt-U=z-Z6QGVRAg__BpJd+hyHfUPveVXQ@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] pg_dump and quoted identifiers  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Thu, Dec 15, 2016 at 4:20 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
...
> Hmm.  It might shed some light if you put "echo" in front of that
> to see what gets printed:
>
> $ echo pg_dump -d postgres -t "\"Statuses\""
> pg_dump -d postgres -t "Statuses"

Also, when having strange issues, I've found the combo

echo <original command> | od -tx1 -tc

very useful, this help rule out potential fancy quotes pointed previously


Francisco Olarte.


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: [GENERAL] tuple data size and compression
Next
From: Tom DalPozzo
Date:
Subject: Re: [GENERAL] tuple data size and compression