To be precise,
The difference between
create table a (
foreign key (id) referenced by b(name),
);
create table b(
id integer referenced by b(name),
);
To be precise,
The difference between
create table a (
foreign key (id) referenced by b(name),
);
create table b(
id integer referenced by b(name),
);
If I want to use postgres with jdbc , I have already download jdbc, do
I need extra option for compile postgres?--with-java?do I need change
postgres.conf?
From iTouch.
z3246...@student.unsw.edu.au
xia...@student.unsw.edu.au
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.