"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

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to