Re: pg_dump -t and mixed case table names

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tina Messmann <tina(dot)messmann(at)xinux(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dump -t and mixed case table names
Date: 2002-05-02 21:56:54
Message-ID: 18572.1020376614@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tina Messmann <tina(dot)messmann(at)xinux(dot)de> writes:
> postgres(at)trill:~$ pg_dump -s -t "TestTable" test

The shell ate your quote marks. Try

pg_dump -s -t '"TestTable"' test

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2002-05-02 22:30:15 bool / vacuum full bug followup
Previous Message Tom Lane 2002-05-02 21:46:13 Re: making a trigger to a system call to a shell script