"Andrew Brown" <[EMAIL PROTECTED]> writes:
> Using the attached test program to insert into a table with the following
> definition:
> expr_idint4 not null
> line_noint4 not null
> line_text varchar(254)
> The output is as follows:
> perl t2 x
> 2: ERROR: Unterminated qu
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_idint4 not null
line_noint4 not null