Re: [ADMIN] 'user' sql reserved word ?

2000-03-01 Thread Bob Zoller
I ran into the same thing.. it must be a reserved word.. --Bob - You got two choices jack: start talkin' or start hurtin' -- Mr. T On Wed, 1 Mar 2000, Andre Antonio Parmeggiani wrote: > > Hi All, > > I tried to create a silly table : > > => create t

[ADMIN] 'user' sql reserved word ?

2000-03-01 Thread Andre Antonio Parmeggiani
Hi All, I tried to create a silly table : => create table user (user text); ERROR: parser: parse error at or near "user" On postgres 6.5.3 it was ok .. and create table foo(foo text); works fine :-) Any idea ? Thanks, Andre

[ADMIN] Authentification problems with local connections

2000-03-01 Thread Graham Vickrage
I am trying to restrict access to my databases by adding the following lines to the pg_hba.conf file: - localdpstatisticpassword localdetailspassword host all 127.0.0.1 255.255.255.255 passwor