Re: Bringing PostgreSQL torwards the standard regarding

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: Bringing PostgreSQL torwards the standard regarding
Дата
Msg-id 1082909309.6544.81.camel@jester
обсуждение исходный текст
Ответ на Re: Bringing PostgreSQL torwards the standard regarding  (Shachar Shemesh <psql@shemesh.biz>)
Список 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 по дате отправления:

Предыдущее
От: Shachar Shemesh
Дата:
Сообщение: Re: Bringing PostgreSQL torwards the standard regarding
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Bringing PostgreSQL torwards the standard regarding