Re: [BUGS] Field Separator setting not used.

2000-10-17 Thread Peter Eisentraut
[EMAIL PROTECTED] writes: > psql -t -q -d servicedesk -F '###' -c "select * from users" > > The output should be along the lines of: > > abc123###Kevin###Colagio###820###209###x56469 > > Which is then parsed by a perl program...but instead, it comes up as: > > abc123 | Kevin | Colagio | 820 |

[BUGS] Field Separator setting not used.

2000-10-17 Thread pgsql-bugs
Kevin Colagio ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description Field Separator setting not used. Long Description (This is major because I have about 20 scripts that I would have to modify to get this to work...and I don't thi