Non-standart object names - Mailing list pgsql-general

From Yury Don
Subject Non-standart object names
Date
Msg-id 37BA7AB8.A5AA3352@vpcit.ru
Whole thread Raw
List 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 by date:

Previous
From: Sofian Lutfi
Date:
Subject:
Next
From: Safa Pilavcı
Date:
Subject: Postgress and replication...