Re: [HACKERS] pgindent and multiline string constants

2007-11-28 Thread Bruce Momjian
Tom Lane wrote: > Peter Eisentraut <[EMAIL PROTECTED]> writes: > > Somehow pgindent appears to do odd things with multiline string constants, > > such as > > > somefunc(&blah, > > "lots of text" > > "with mulitple lines" > > "like this"); > > > Afterwards this looks mo

Re: [HACKERS] pgindent and multiline string constants

2007-11-28 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Somehow pgindent appears to do odd things with multiline string constants, > such as > somefunc(&blah, > "lots of text" > "with mulitple lines" > "like this"); > Afterwards this looks more like this: > somefunc(&blah, >

[HACKERS] pgindent and multiline string constants

2007-11-28 Thread Peter Eisentraut
Somehow pgindent appears to do odd things with multiline string constants, such as somefunc(&blah, "lots of text" "with mulitple lines" "like this"); Afterwards this looks more like this: somefunc(&blah, "lots of text" "with mulitple lines" "like