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 09:23:31
Message-ID: 19980113092331.15726.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 Goran Thyni 1998-01-13 10:32:10 Re: [INTERFACES] DBD-pg error in current source tree
Previous Message Herouth Maoz 1998-01-13 08:10:43 Re: [QUESTIONS] Connect to Postgres with pure TCL