Re: new line in psotgres

Поиск
Список
Период
Сортировка
От abdullatheef
Тема Re: new line in psotgres
Дата
Msg-id 1383995320496-5777583.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: new line in psotgres  (Michael Glaesemann <grzm@seespotcode.net>)
Ответы Re: new line in psotgres
Список pgsql-general
you can include newline in postgre using literal E

create table table (text varchar(50));
insert into Table (text) values (E'This is the first part \\n And this is
the second');



--
View this message in context: http://postgresql.1045698.n5.nabble.com/new-line-in-psotgres-tp1885914p5777583.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


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

Предыдущее
От: Jayadevan M
Дата:
Сообщение: Re: Documents/ppts/pdfs
Следующее
От: Alban Hertroys
Дата:
Сообщение: Re: new line in psotgres