Re: [INTERFACES] DBD-pg error in current source tree - Mailing list pgsql-interfaces

From Goran Thyni
Subject Re: [INTERFACES] DBD-pg error in current source tree
Date
Msg-id 19980113092331.15726.qmail@guevara.bildbasen.se
Whole thread Raw
In response to DBD-pg error in current source tree  (The Hermit Hacker <scrappy@hub.org>)
List pgsql-interfaces
   Well, at least we now get past the 'login' failure :)

   > make test
   PERL_DL_NONLAZY=1 /usr/local/bin/perl -I./blib/arch -I./blib/lib -I/usr/local/lib/perl5/i386-freebsd/5.00404
-I/usr/local/lib/perl5test.pl 
   1..33
   ok 1
   ok 2
   ERROR:  parser: parse error at or near "char"
   NOTICE:  UserAbortTransactionBlock and not in in-progress state
   *** Error code 2

   Stop.

This is related to changes in parser regarding
reserved words.

CREATE TABLE xxx (char char(1));
                  ^^^^

"char" et all is no longer valid field names.

       regards,
--
---------------------------------------------
Göran Thyni, sysadm, JMS Bildbasen, Kiruna


pgsql-interfaces by date:

Previous
From: Herouth Maoz
Date:
Subject: Re: [QUESTIONS] Connect to Postgres with pure TCL
Next
From: Goran Thyni
Date:
Subject: Re: [INTERFACES] DBD-pg error in current source tree