Re: What is the meaning of the N string operator ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: What is the meaning of the N string operator ?
Дата
Msg-id 23797.1433713041@sss.pgh.pa.us
обсуждение исходный текст
Ответ на What is the meaning of the N string operator ?  (Danilo Fortunato <danilo.fortunato.2@gmail.com>)
Список pgsql-docs
Danilo Fortunato <danilo.fortunato.2@gmail.com> writes:
> Can anybody explain the meaning of the N string operator ?

The SQL standard says that N'foo' is a literal of the data type NATIONAL
CHARACTER.  PG supports this syntax (and the type name) but treats it the
same as plain character/varchar.

> Is there a section in the PostgreSQL documentation that describes it ?

I don't see it offhand.  I think it's pretty much useless/deprecated
anyway so I'm not sure it's worth documenting.

            regards, tom lane


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

Предыдущее
От: Andreas Seltenreich
Дата:
Сообщение: Re: What is the meaning of the N string operator ?
Следующее
От: "liuyuanyuan"
Дата:
Сообщение: Failed in moving database objects to another tablespace