Curt Sampson <[EMAIL PROTECTED]> writes: > It appears that the command "pgsql -t foo.bar" will not dump the table > bar in the schema foo. I saw a patch a while back to add schema support > to pg_dump (with the --namespace option), but I did not see a fix for > this.
IMO that's not a bug; you should spell it pg_dump -n foo -t bar. The other way is ambiguous with a table named "foo.bar". regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster