Re: [GENERAL] psql latex and newlines

2012-05-02 Thread Bruce Momjian
On Tue, Apr 10, 2012 at 03:18:27PM +0200, Wim Bertels wrote: > On vr, 2012-03-30 at 16:25 +0200, Wim Bertels wrote: > > On do, 2012-03-15 at 16:34 -0300, Alvaro Herrera wrote: > > > Excerpts from Wim Bertels's message of jue feb 23 12:46:29 -0300 2012: > > > > > > > > the problem arises when u have

Re: [GENERAL] psql latex and newlines

2012-03-15 Thread Alvaro Herrera
Excerpts from Wim Bertels's message of jue feb 23 12:46:29 -0300 2012: > > > > > the problem arises when u have a field value that contains a newline > > > > > character, when this field is not the first column, then all the data > > > > > after this newline comes in the first column.. > > > > >

Re: [GENERAL] psql latex and newlines

2012-02-23 Thread Wim Bertels
> > > > the problem arises when u have a field value that contains a newline > > > > character, when this field is not the first column, then all the data > > > > after this newline comes in the first column.. > > > > > > > > u can try this out, writing a function or table, > > > > and then add 'e

Re: [GENERAL] psql latex and newlines

2012-02-14 Thread Bruce Momjian
On Mon, Feb 13, 2012 at 02:50:12PM +0100, Wim Bertels wrote: > On vr, 2012-02-10 at 19:25 -0500, Bruce Momjian wrote: > > On Mon, Dec 12, 2011 at 07:15:12PM +0100, Wim Bertels wrote: > > > Hallo, > > > > > > psql latex output format needs to differentiate between a newline and a > > > tabularnewli

Re: [GENERAL] psql latex and newlines

2012-02-13 Thread Wim Bertels
On vr, 2012-02-10 at 19:25 -0500, Bruce Momjian wrote: > On Mon, Dec 12, 2011 at 07:15:12PM +0100, Wim Bertels wrote: > > Hallo, > > > > psql latex output format needs to differentiate between a newline and a > > tabularnewline. > > > > the problem arises when u have a field value that contains a

Re: [GENERAL] psql latex and newlines

2012-02-10 Thread Bruce Momjian
On Mon, Dec 12, 2011 at 07:15:12PM +0100, Wim Bertels wrote: > Hallo, > > psql latex output format needs to differentiate between a newline and a > tabularnewline. > > the problem arises when u have a field value that contains a newline > character, when this field is not the first column, then a

[GENERAL] psql latex and newlines

2011-12-12 Thread Wim Bertels
Hallo, psql latex output format needs to differentiate between a newline and a tabularnewline. the problem arises when u have a field value that contains a newline character, when this field is not the first column, then all the data after this newline comes in the first column.. u can try this