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.