Re: Create tables using Perl DBI

From: "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu>
To: pgsql-interfaces(at)postgresql(dot)org
Cc: davidcoley(at)home(dot)com
Subject: Re: Create tables using Perl DBI
Date: 2000-11-21 20:54:14
Message-ID: 20001121145414.A5837@rice.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Tue, Nov 21, 2000 at 12:38:41PM -0800, Jeremy Buchmann wrote:
>
> It looks like you're missing a ")" in there somewhere.
> Parse error usually = syntax error.
>

Good eye Jeremy. David, add a right paren between the last NULL and the close
quote. Should work then.

Ross

--
Open source code is like a natural resource, it's the result of providing
food and sunshine to programmers, and then staying out of their way.
[...] [It] is not going away because it has utility for both the developers
and users independent of economic motivations. Jim Flynn, Sunnyvale, Calif.

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Sanjay Arora 2000-11-21 21:38:26 Large Objects...ODBC/VB6/ADO...& PostgreSQL
Previous Message Jeremy Buchmann 2000-11-21 20:38:41 Re: Create tables using Perl DBI