RE : Re: [BUGS] BUG #3271: PREPARE/EXCUTE don't work

2007-05-14 Thread Laurent FAILLIE
Hi Heikki, --- Heikki Linnakangas <[EMAIL PROTECTED]> a écrit : > > www=> PREPARE authn_dbd_1 (varchar) AS select mdp > from mariage.comptes where > > nom = '$1'; > > That $1 should be without the quotes, like this: > > PREPARE authn_dbd_1 (varchar) AS select mdp from > mariage.comptes where >

Re: [BUGS] BUG #3271: PREPARE/EXCUTE don't work

2007-05-11 Thread Heikki Linnakangas
laurent faillie wrote: While trying to use Apache 2.2 database authentication, I discovered that I wasn't able to retrieve users. After some investigation, I found that PREPARE/EXECUTE are faulty. It can be reproduced in psql as bellow : www=> PREPARE authn_dbd_1 (varchar) AS select mdp from mar

[BUGS] BUG #3271: PREPARE/EXCUTE don't work

2007-05-11 Thread laurent faillie
The following bug has been logged online: Bug reference: 3271 Logged by: laurent faillie Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.4 Operating system: HP-UX 11.11 (v32 bits). Description:PREPARE/EXCUTE don't work Details: Hi all, While trying to use