> http://techdocs.postgresql.org/oresources.php#erdtools
Thanks a bunch, I should have been able to find that
found that on my own :/
> If you come across any more, can you let us know so we can add it to the
> list?
I did find http://gasql.sourceforge.net/ - it looks real
nice, only I haven
> \d tbl_c_id_seq
>
> if it is not there, you can create it yourself
Thanks, the sequence was not there. Just puzzled me that
when creating tbl_c, I get:
test=# CREATE TABLE tbl_c
(id SERIAL PRIMARY KEY,
data VARCHAR(50),
a SERIAL CONSTRAINT a_ref REFERENCES tbl_a(id),
b SERIAL CONSTRAI