Re: Bringing PostgreSQL torwards the standard regarding - Mailing list pgsql-hackers

From Rod Taylor
Subject Re: Bringing PostgreSQL torwards the standard regarding
Date
Msg-id 1082909309.6544.81.camel@jester
Whole thread Raw
In response to Re: Bringing PostgreSQL torwards the standard regarding  (Shachar Shemesh <psql@shemesh.biz>)
List pgsql-hackers
> I'm not sure you understood me.

Perhaps not, here is what we have:

\c template_db
CREATE TABLE "example" ( "col" integer);

CREATE DATABASE newdb WITH TEMPLATE template_db UPPERCASE IDENTIFIERS;

\c newdb
SELECT "col" FROM "example";

> In short, I don't think this suggestion broke your database.

I understood that since "example", when copied, would turn into
"EXAMPLE" -- but that if it was "Example" it would be copied as
"Example".



pgsql-hackers by date:

Previous
From: Shachar Shemesh
Date:
Subject: Re: Bringing PostgreSQL torwards the standard regarding
Next
From: Andrew Dunstan
Date:
Subject: Re: Bringing PostgreSQL torwards the standard regarding