Please ignore [PSQL and PHP]

From: Bernie Huang <bernie(dot)huang(at)ec(dot)gc(dot)ca>
To: PGSQL-SQL <pgsql-sql(at)postgresql(dot)org>, PHP-PGSQL <php-pgsql(at)linuxports(dot)com>
Subject: Please ignore [PSQL and PHP]
Date: 2000-06-07 18:20:19
Message-ID: 393E9263.F84CA777@ec.gc.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
bernie.huang.vcf text/x-vcard 315 bytes

Browse pgsql-sql by date

  From Date Subject
Next Message Cary O'Brien 2000-06-07 22:47:39 Re: Re: [SQL] oracle rownum equivalent?
Previous Message Vincenzo Passoli 2000-06-07 16:57:37 RE: Re: how to know when a table is altered