Re: pg_dumpall: does not exist database - Mailing list pgsql-general

From Tom Lane
Subject Re: pg_dumpall: does not exist database
Date
Msg-id 13913.1145951194@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_dumpall: does not exist database  (Ari Kahn <akahn1@gmu.edu>)
List pgsql-general
Ari Kahn <akahn1@gmu.edu> writes:
> On Apr 25, 2006, at 3:25 AM, Tom Lane wrote:
>> If so, I'm wondering if you've got a database with a carriage return
>> embedded in the name, or something like that.

> That was a good idea. But this is not the case.
> postgres=# drop database "\n";
> ERROR:  database "\n" does not exist
> postgres=# drop database "\r";
> ERROR:  database "\r" does not exist

Those tests have little to do with what I'm worried about.  Backslash
isn't an escape character in SQL names, and even if it were, your tests
only checked for databases named exactly "one newline" or "one carriage
return", not for names comprising those characters along with others.

            regards, tom lane

pgsql-general by date:

Previous
From: Ari Kahn
Date:
Subject: Re: pg_dumpall: does not exist database
Next
From: "SunWuKung"
Date:
Subject: Re: isnumeric - checking if text variable is convertable to numeric