"Paul J. & Melinda Savoy" <pmsavoy@xxxxxxxxxx> 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