Re: BUG #5765: pg_dump fail to find upper case table name

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <sumariva(at)gmail(dot)com>,<pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #5765: pg_dump fail to find upper case table name
Date: 2010-11-24 13:32:21
Message-ID: 4CECBF850200002500037DDD@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Cristiano" wrote:

> Operating system: Linux
> Description: pg_dump fail to find upper case table name

> --table public."streetTypes"

Linux is eating the quotes. Try:

--table public.'"streetTypes"'

While a bit confusing, this is not a bug in the code. Perhaps the
documentation should specifically mention it....

-Kevin

Browse pgsql-bugs by date

  From Date Subject
Next Message Kevin Grittner 2010-11-24 15:04:48 Re: BUG #5765: pg_dump fail to find upper case table name
Previous Message Heikki Linnakangas 2010-11-24 13:28:02 Re: BUG #5765: pg_dump fail to find upper case table name