Hi,
I'm looking for PL/SQL programmer tool. I wanted to use SQL-Programmer but
it
doesn't support Postgres data base.
Please can sommeone suggest me an other tool wich can replace this one or
explaine me how we can use SQLProgrammer with Postgres if it is possible.
I have an other question ab
Hi,
I want know how we can insert values in the case where the type of column is
an othor table.
exemple:
CRETAE TABLE Address (Number integer, Street varchar, city varchar, contry
varchar);
CREATE TABLE Person (Name varchar, addr Address);
INSERT INTO addrerss VALUES ( 5, 'rue du pont', 'Lyon',
Hello,
I would know if Postgres support SQL3 language. in
other word, does the pgsql conforme with sql3.
if yes wich version support this.
thank you.