[SQL] SQL-Programmer tool and field%type support

2001-10-05 Thread Mourad EL HADJ MIMOUNE
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

[SQL] INSERT value of type table

2001-05-25 Thread Mourad EL HADJ MIMOUNE
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',

[SQL] SQL3 support

2001-03-16 Thread Mourad EL HADJ MIMOUNE
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.