"Paul J. & Melinda Savoy" <[EMAIL PROTECTED]> writes:
> I get the following error:
> ERROR: schema "dvccntl" does not exist
> I created each schema (8) in all and they all exist.
Right offhand I bet you're getting bit by case-folding rules.
"DVCCNTL" and "dvccntl" aren't the same, and unquoted DVCCNTL
means the latter.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match