Please ignore [PSQL and PHP] - Mailing list pgsql-sql

From Bernie Huang
Subject Please ignore [PSQL and PHP]
Date
Msg-id 393E9263.F84CA777@ec.gc.ca
Whole thread Raw
List pgsql-sql
Hello,

Never mind the last email subjected "PSQL and PHP".  I found the bug.
In PHP script, instead of using

insert into employee values (
    'Bernie',
    '{$phone, $fax, ...}'
);

or

insert into employee values (
    'Bernie',
    '{"$phone", "$fax", ...}'
);

or any other possible combo,

I should have used

insert into employee values (
    'Bernie',
    '{\"$phone\", \"$fax\", ...}'
);

Damn it!  That makes me mad!  Sorry about this.


- Bernie

Attachment

pgsql-sql by date:

Previous
From: Ed Loehr
Date:
Subject: Re: how to know when a table is altered
Next
From: Gustavo Henrique
Date:
Subject: sql doubts