| From: | "Andrew Brown" <andrew_brown(at)adc(dot)com> | 
|---|---|
| To: | <pgsql-bugs(at)postgresql(dot)org> | 
| Subject: | Obscure bug | 
| Date: | 2000-07-06 06:26:00 | 
| Message-ID: | 000801bfe713$111f6bd0$0101a8c0@T7Y3T | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-bugs | 
Here is an obscure bug I encountered.
Note, this was running on:
RedHat 6.2 (standard)
DBD-Pg-0.93
postgresql-7.0.2
All built using gcc 2.95.2
Using the attached test program to insert into a table with the following
definition:
expr_id    int4         not null
line_no    int4         not null
line_text  varchar(254)
The output is as follows:
perl t2 x
2: ERROR:  Unterminated quoted string
---------
Andrew Brown            E-Mail: mailto:andrew_brown(at)adc(dot)com
Senior Systems Engineer Phone:  +61 7 4928 1020
ADC/Saville Systems     Fax:    +61 7 4928 1082
                        Web:    http://www.adc.com
| Attachment | Content-Type | Size | 
|---|---|---|
| bug.tar.gz | application/x-gzip | 488 bytes | 
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Christopher L. Cousins | 2000-07-06 07:08:11 | Re: upper() problem in 7.0.2 | 
| Previous Message | Tom Lane | 2000-07-06 04:48:53 | Re: upper() problem in 7.0.2 |