Re: [PHP-DB] Problems using Postgres

2003-07-08 Thread Pascal Polleunus
Jadiel Flores wrote: Hi all, I really need your help asap, I have to change a website from mysql to postgres but this site is in spanish and Postgres is returning the error: PostgreSQL said: ERROR: Unicode >= 0x1 is not supoorted This is everytime I try to insert the characters ñ, á, é, etc

Re: [PHP-DB] Delete constraint

2003-07-08 Thread Pascal Polleunus
Norma Ramirez - TECNOSOFT wrote: Hi all, coul I delete a constraint made over a postgresql table? (In the parent table). The child doesn`t have records. I'm not sure to have correctly understood what you mean :-/ Anyway, to delete a constraint you need to use an ALTER TABLE command. ALTER TABLE [