Try this
create table FOOS(
opaque_id int4 NOT NULL PRIMARY KEY,
name text NOT NULL,
bars int4 NOT NULL,
bazs int4 NOT NULL
);
or this
create table FOOS(
opaque_id int4 NOT NULL,
name text NOT NULL,
Is there a dbase3 <=> postgresql converter available at all? I found
dbf2sql v2.2 which converts to (but not from) Postgres95, with notes such as
-p primary:
Select the primary key. You have to give the exact
field-name. (Only for dbf2msql, Postgres95 doesn't have a primary key)
which o
On Thu, 8 Apr 1999, Patrick Welche wrote:
> Is there a dbase3 <=> postgresql converter available at all? I found
> dbf2sql v2.2 which converts to (but not from) Postgres95, with notes such as
>
> -p primary:
> Select the primary key. You have to give the exact
> field-name. (Only for dbf
> Is there a dbase3 <=> postgresql converter available at all? I found
> dbf2sql v2.2 which converts to (but not from) Postgres95, with notes such as
>
> -p primary:
> Select the primary key. You have to give the exact
> field-name. (Only for dbf2msql, Postgres95 doesn't have a primary k