[ADMIN] Bug in psql's -R option?

2002-11-05 Thread Murthy Kambhampaty
There seems to be a bug in psql's -R option (and the -P recordsep= ) version. I find that whereas the following succeeds: /usr/local/pgsql/bin/psql -U -d -h \ -P format=unaligned -P fieldsep='\t' -P tuples_only \ -c select * from tab where yoo='hoo' |

Re: [ADMIN] Bug in psql's -R option?

2002-11-05 Thread Bruce Momjian
psql -R controls the record separator for query output, not COPY. --- Murthy Kambhampaty wrote: There seems to be a bug in psql's -R option (and the -P recordsep= ) version. I find that whereas the following succeeds:

Re: [ADMIN] Bug in psql's -R option?

2002-11-05 Thread Murthy Kambhampaty
] Sent: Tuesday, November 05, 2002 14:21 To: Murthy Kambhampaty Cc: '[EMAIL PROTECTED]' Subject: Re: [ADMIN] Bug in psql's -R option? psql -R controls the record separator for query output, not COPY. --- Murthy Kambhampaty