Displaying 1 result from an estimated 1 matches for "transfomr".
2005 Dec 15
1
Variable '%r' doesn't transfomr in Postgres query
Hi,
i'm using postgres for authorization. When I switched from a4 to a5
authorization stoped working.
Query in conf file for postgres looks like this:
password_query = select password from auth('%u','%r');
But in logs, the transformed query looks like this:
Performing query: select password from auth('test','%r');
Looks like you don't transform that