[GENERAL] Apache authentication

2001-08-31 Thread Giorgio Volpe
I have a problem with apache authentication. I recently upgrade to postgresql v7.1, upgrading debian distribution (to woody, testing distribution) and i discovered that  the pakage for apache authentication is no longer there. (may be they suggest to use PAM instead) This is really a problem for

Re: [GENERAL] Apache authentication

2001-09-03 Thread Giorgio Volpe
auth_pgsql_shared_stub.c - insatll the module using: apxs -i -a -n auth_pgsql mod_auth_pgsql.so Giuseppe Tanzilli - CSF wrote: > Ciao, > try mod_auth_pgsql at http://www.giuseppetanzilli.t/mod_auth_pgsql/ > > bye > > Giorgio Volpe wrote: > > > I have a problem with a

[GENERAL] (no subject)

2001-09-04 Thread Giorgio Volpe
remove ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

[GENERAL] where cannot use alias name of column?

2001-09-13 Thread Giorgio Volpe
May be it's my ignorance about sql ... but why cannot i use alias name of a column in a where clause? # select key as cc from mytable where cc > 0; ERROR: Attribute 'cc' not found -- Giorgio - ---(end of broadcast)-