"Primoz" <[EMAIL PROTECTED]> writes:
> If I try to dump database with sequences which have "Uppercase" names it
> dumps it like this:
> CREATE SEQUENCE "Uppercase";
> CREATE TABLE "Table" (
> "ID" int4 not null default nextval('Uppercase':something),
> );
This is fixed in 7.1. I don't think there's any simple fix possible
in earlier versions. I suggest you avoid mixed-case sequence names
for the moment...
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?
http://www.postgresql.org/search.mpl