Re: [BUGS] Bug in psql COPY command

2000-04-19 Thread Tom Lane
"Joshua Jackson" <[EMAIL PROTECTED]> writes: > A text file containing the following (each field seperated by tabs) > test1test2test3\test41234test5 > to be copied into a table such as: > create table test( > f1varchar(10), > f2varchar(10), > f3varchar(10

[BUGS] Bug in psql COPY command

2000-04-19 Thread Joshua Jackson
POSTGRESQL BUG REPORT TEMPLATE Your name : Joshua Jackson Your email address : [EMAIL PROTECTED] System Configuration

Re: [BUGS] bug in psql

2000-03-11 Thread Peter Eisentraut
Pinaud Bruno writes: > psql doesn't want to execute queries from a file. If i put a wrong > filename, psql said that the file doesn't exist, normal, but for a > correct filename nothing appens. Okay, that tells me exactly nothing. What exactly did you do? What is the file, what is the name, what

[BUGS] bug in psql

2000-03-09 Thread Pinaud Bruno
Your name : Pinaud Bruno Your email address : [EMAIL PROTECTED] or [EMAIL PROTECTED] System Configuration - Architecture : Pentium 3 Operating System : RedHat Linux 6.1 PostgreSQL version : PostgreSQL-7.0 Beta1 Compile