| From: | pgsql-bugs(at)postgresql(dot)org |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | pg_dump: Too much <SPACE> in COPY ouput |
| Date: | 2001-06-01 12:56:50 |
| Message-ID: | 200106011256.f51CuoV82845@hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Jean-Francois Leveque (leveque(at)webmails(dot)com) reports a bug with a severity of 4
The lower the number the more severe it is.
Short Description
pg_dump: Too much <SPACE> in COPY ouput
Long Description
System: SuSE 7.0
select version(); :
PostgreSQL 7.1.2 on i686-pc-linux-gnu, compiled by GCC 2.95.2
pg_dump inserts an extra <SPACE> between double-quoted tablename
and FROM.
This was not the case with the version I used before:
System: SuSE 7.0
PostgreSQL RPM: postgres-7.0.2-29
select version(); :
PostgreSQL 7.0.2 on i686-pc-linux-gnu, compiled by gcc 2.95.2
Example form two pg_dump outputs
7.1.2 :
COPY "list" FROM stdin;
7.0.2 :
COPY "list" FROM stdin;
Sample Code
No file was uploaded with this report
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2001-06-01 14:00:23 | Re: pg_dump: Too much <SPACE> in COPY ouput |
| Previous Message | Vivek Khera | 2001-05-31 22:01:03 | "client" install doesn't install one necessary header file |