Re: Quoting '?' placeholder in Perl's DBD::Pg?

From: Lincoln Yeoh <lyeoh(at)pop(dot)jaring(dot)my>
To: Keary Suska <hierophant(at)pcisys(dot)net>, PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Quoting '?' placeholder in Perl's DBD::Pg?
Date: 2001-09-28 15:15:28
Message-ID: 3.0.5.32.20010928231528.0151de80@192.228.128.13
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hey thanks! I'll try that, sounds promising.

Haven't seen this mentioned in the docs either. So even if it works, would
probably have to try to get the DBI/DBD people to make an official decision
on this undocumented feature. I wanted to check first before bothering them
directly.

I was starting to wonder if I'm weird and the only one to be bothered by
this issue.

Cheerio,
Link.

OK so I'm probably still weird. :).

At 02:15 PM 9/27/01 -0600, Keary Suska wrote:
>I think you are supposed to escape placeholder markers by doubling them: ??
>should be effectively changed to '?' before passed to PG. I haven't come
>across this yet, but I think that's the correct (although undocumented)
>syntax.
>
>Keary Suska
>Esoteritech, Inc.
>"Leveraging Open Source for a better Internet"

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2001-09-28 15:30:19 Re: Encoding passwords
Previous Message Lincoln Yeoh 2001-09-28 15:03:41 Re: Encoding passwords