[GENERAL] What is the difference of these two kinds of foreign key defination?

2009-09-24 Thread sheepjxx
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), );

[GENERAL] What is the difference of foreign key?

2009-09-24 Thread sheepjxx
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), );

[GENERAL] Eclipse jdbc postgresql

2009-08-31 Thread Sheepjxx
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.