Jaime Casanova <[EMAIL PROTECTED]> writes:
> but when i do a: pg_dump -C uescc > uescc.sql
> it add the create statement for the database but not
> add appropiates alter database for the parameters i
> set search_path in this case.
> But, pg_dumpall does.
> a bug in pg_dump?
No. That functionality is assigned to pg_dumpall.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match