Hi There,
I'm trying to dump a specific table from
my postgresql database..
when I do : "pg_dump dbname"
it dumps the entire database fine. But
when I try and do: "pg_dump -t tablename dbname" or "pg_dump --table="tablename" dbname" or any other combinations, it just displays
--
-- Selected TOC Entries:
and thats it!
Could someone please tell me why I can't dump
these tables?
Thanks, Andrew.