[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 |
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