Hi ppl
I've started to use rules. Something strange with one of them:
AIX 4.1
PostgreSQL 6.4
create word_list (id int4, word char(15), count int4 default 0);
CREATE
create unique index word_list_word_uidx on word_list (word);
CREATE
...
(something inserted into word_list)
create table temp (word
Hello,
I tried to define foreign keys, but I get the answer that this is not implemented
yet.
Is this feature planned in next time?
Thanks
Lothar
Hi there folks,
I am a new user with Linux and Postgres, and I am investigating the
possibilities of using Postgres as my main dB for Data Acquisition
applications over a network. I would like the following help (if
possible):
1) A good reference book for ecpg & libpq
2) what the format of the da