27 Apr
2006
27 Apr
'06
1:13 p.m.
On Thursday 27 Apr 2006 10:44, Tom Sommer wrote:
password_query = SELECT username as user, NULL as password FROM users WHERE username = '%u' AND password = PASSWORD('%w')
as advised in a previous discussion in this list
I'm confused here, in my Postgres config "password_query" returns;
select password from from users where userid='%u'
Which seems more logical naming convention and still matches the PGSQL documentation.