Using double quotes in create table statement!

Поиск
Список
Период
Сортировка
От Israel Calderon
Тема Using double quotes in create table statement!
Дата
Msg-id Sea2-F231HSiHkDlPKh0000699e@hotmail.com
обсуждение исходный текст
Ответы Re: Using double quotes in create table statement!  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-novice
Hello I am currently analyzing a db schema and ran across something which I
am not familiar with. The table name within the create statement is enclosed
within double quotes as well as a column within the table. Heres the format:

CREATE TABLE "xyz"(
act_act character varying (40),
"action" character varying (30),
st_id uniqueidentifier DEFAULT newid() NOT NULL
);


The "xyz" and "action" portions of this create statement I do not
understand. Can anyone elaborate on this? Much appreciated!





_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail


В списке pgsql-novice по дате отправления:

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: OFF-TOPIC: Application Development with PostgreSQL
Следующее
От: "Juliet May"
Дата:
Сообщение: accessing bitmap stored in an ole object