Re: Export Access 97 to PostgreSQL - Mailing list pgsql-sql

From Shavonne Marietta Wijesinghe
Subject Re: Export Access 97 to PostgreSQL
Date
Msg-id 007201c88ff2$404ffa60$0602a8c0@DREAM
Whole thread Raw
In response to Export Access 97 to PostgreSQL  ("Shavonne Marietta Wijesinghe" <shavonne.marietta@studioform.it>)
Responses Re: Export Access 97 to PostgreSQL  ("Marcin Stępnicki" <mstepnicki@gmail.com>)
List pgsql-sql
Strange coz i created the table. Why doesn't it seem to find it??

CREATE TABLE "REGIONI"
( "AREA" int4, "PERIMETER" int4, "REGIONI_" int4, "REGIONI_ID" int4, "COD_REG" int4, "REGIONE" text
) 
WITHOUT OIDS;


pgsql-sql by date:

Previous
From: Ivan Sergio Borgonovo
Date:
Subject: Re: Export Access 97 to PostgreSQL
Next
From: "Marcin Stępnicki"
Date:
Subject: Re: Export Access 97 to PostgreSQL