Re: pg_dump -t and mixed case table names - Mailing list pgsql-general

From Tom Lane
Subject Re: pg_dump -t and mixed case table names
Date
Msg-id 18572.1020376614@sss.pgh.pa.us
Whole thread Raw
In response to pg_dump -t and mixed case table names  (Tina Messmann <tina.messmann@xinux.de>)
List pgsql-general
Tina Messmann <tina.messmann@xinux.de> writes:
> postgres@trill:~$ pg_dump -s -t "TestTable" test

The shell ate your quote marks.  Try

pg_dump -s -t '"TestTable"' test

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: making a trigger to a system call to a shell script
Next
From: Scott Marlowe
Date:
Subject: bool / vacuum full bug followup