Non-standart object names

Поиск
Список
Период
Сортировка
От Yury Don
Тема Non-standart object names
Дата
Msg-id 37BA7AB8.A5AA3352@vpcit.ru
обсуждение исходный текст
Список pgsql-general
Hi All.

Postgres allows to create table and fields with names, which contains
russian characters and spaces, something like
create table "table number one"(
"field number one" serial,
"field number two" text
)

Is it safe to create objects with such names? Doesn't this will cause
any troubles? And if using of characters is dangerous, maybe using of
national specific (e.g. russian) characters in names is safe?
If somebody use database with similar objects, please let me to know.
Thank you in advance.

Sincerely yours, Yury.
don.web-page.net, ICQ 11831432

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

Предыдущее
От: Sofian Lutfi
Дата:
Сообщение:
Следующее
От: Safa Pilavcı
Дата:
Сообщение: Postgress and replication...