Re: [INTERFACES] JDBC -- can't create table

From: Glenn Holmer <gholmer(at)weycogroup(dot)com>
To: Postgres Interface list <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Re: [INTERFACES] JDBC -- can't create table
Date: 1999-01-19 22:43:00
Message-ID: 36A50A74.1020CA32@weycogroup.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Peter T Mount wrote:
>
> On Mon, 18 Jan 1999, Glenn Holmer wrote:
>
> > --------------------------------------------------------
> >
> > loading JDBC class "postgresql.Driver"...
> >
> > connecting to jdbc:postgresql://miranda:5432/factory...
> >
> > creating skid table...
> > ERROR: cannot create skids
> >
> > --------------------------------------------------------
>
> Can you create the table using psql?
>
> I've just compiled and tested your class, and it runs fine here unaltered.
>
> Peter
>

Sometimes (rarely) it "just works" using psql, most of the time
I get that message. I can't seem to isolate the cause (logged in
as database owner, logged in on the same machine, etc). If it's
not Java (that would be a good thing), which mailing list is most
appropriate for a question like this? I am quite new to Postgres.
The relevant portion of pg_hba.conf looks like this:

local all trust
host all 192.168.6.0 255.255.255.0 trust
host all 127.0.0.1 255.255.255.255 trust

--
____________________________________________________________
Glenn Holmer gholmer(at)weycogroup(dot)com
Programmer/Analyst phone: 414.263.8827
Weyco Group, Inc. fax: 414.263.8808

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Thomas G. Lockhart 1999-01-20 01:09:35 Re: [INTERFACES] PostgreSQL, ODBC and Applix Data
Previous Message William McCracken 1999-01-19 21:46:17