Re: [INTERFACES] PGACCESS formdemo.sql

From: "Ross J(dot) Reedstrom" <reedstrm(at)wallace(dot)ece(dot)rice(dot)edu>
To: Mark Gaschermann <mgascherma(at)wpcusrgrp(dot)org>
Cc: Roland N Verrier <verrier(at)oneworldsolution2by2(dot)mb(dot)ca>, PostgreSQL PgAccess <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: [INTERFACES] PGACCESS formdemo.sql
Date: 1999-09-09 05:01:13
Message-ID: 19990909000113.C3982@wallace.ece.rice.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Wed, Sep 08, 1999 at 06:17:15PM -0500, Mark Gaschermann wrote:
>
> > > pg_aclcheck:class ""cities_id_seq"" not found
> > > pg_ownercheck:class "cities" not found
> > > error: cities: table does not exist
> > >
> > > After starting pgAccess I can open forms, see the phonebook table and it's
> > > data, etc, but when I try to open the Schema, I get the error that cities
> > > table does not exist.
> > >
> > > Any ideas? I'm using the formdemo.sql that came with the downloaded v 0.98
> > >
> >
> > What version of PostgreSQL are you using?
>
> I'm using the version that came on RedHat 6.0 , postgres 6.4.2-3.
>
> I was fiddling around with the formdemo.sql file and found that if I
> removed the double quotes from around all occurences of "cities_id_seq"
> the tables were created properly.
> ie. changed CREATE SEQUENCE "cities_id_seq" to CREATE SEQUENCE
> cities_id_seq
> and SELECT nextval ('"cities_id_seq"'); to SELECT nextval
> ('cities_id_seq');

This one's it. The processing of class names when passed as arguments
to a function changed, to deal with the MiXeDCase problem. The CREATE
SEQUENCE should work fine either way.

Ross
--
Ross J. Reedstrom, Ph.D., <reedstrm(at)rice(dot)edu>
NSBRI Research Scientist/Programmer
Computer and Information Technology Institute
Rice University, 6100 S. Main St., Houston, TX 77005

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Ross J. Reedstrom 1999-09-09 05:11:25 Re: [INTERFACES] PGACCESS formdemo.sql
Previous Message Roland N Verrier 1999-09-09 02:55:20 Re: [INTERFACES] PGACCESS formdemo.sql