[BUGS] double dumps for all objects with pg_dump

2000-06-02 Thread guenther mair
hi! i get double dumps for all tables, indices and acl's in my databases when trying to do a simple "pg_dump "! i'm using postgresql 7.0 on linux (kernel 2.2.14, almost all libraries out of slackware 7). is there any known bug? thanks! gunny ps: please include me in your replies, since i'm

Re: [BUGS] double dumps for all objects with pg_dump

2000-06-02 Thread Bruce Momjian
My guess is that you have either duplicates in pg_database or pg_shadow, but they have unique indexes so I don't know how that could happen. > hi! > > i get double dumps for all tables, indices and acl's in my databases when > trying to do a simple "pg_dump "! > > i'm using postgresql 7.0 on li

Re: [BUGS] uniqueness not always correct

2000-06-02 Thread Peter Eisentraut
Tom Lane writes: [CIDR and INET] > Alternatively, if no one cares enough about these types to even > understand what they should do, maybe we should rip 'em out? Actually, I'm a happy user of these types, so that would certainly make me unhappy... CIDR stores network addresses, so '10.8/16' mig