Re: [INTERFACES] DBD-pg error in current source tree

From: Goran Thyni <goran(at)bildbasen(dot)se>
To: scrappy(at)hub(dot)org
Cc: pgsql-interfaces(at)postgreSQL(dot)org, E(dot)Mergl(at)bawue(dot)de
Subject: Re: [INTERFACES] DBD-pg error in current source tree
Date: 1998-01-13 10:32:10
Message-ID: 19980113103210.16106.qmail@guevara.bildbasen.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/perl5 test.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

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Constantin Teodorescu 1998-01-13 12:44:09 Re: [INTERFACES] Re: [QUESTIONS] Connect to Postgres with pure TCL
Previous Message Goran Thyni 1998-01-13 09:23:31 Re: [INTERFACES] DBD-pg error in current source tree