try user 'pgsql' :) that's the default initially created superuser, no password (it would be good to give it one).That was a quick response :-)
-kaolin fire -http://erif.org/code/fallingup/ for a 'spin' on tetris
using a clean pg_hba.conf file (no user lines added), this is what happened:
******* ~# createuser -Upgsql Enter name of user to add: blabla Shall the new user be allowed to create databases? (y/n) n Shall the new user be allowed to create more new users? (y/n) n psql: FATAL: IDENT authentication failed for user "pgsql"
createuser: creation of user "blabla" failed *******
What am I doing wrong ?
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match
