Hi list,<br><br>Is this a normal thing ? I've created a user postgres when installing postgresql with all<br>rights and with the option to remember the password.<br>When using the command line in postgis ex:<br><br>psql [dbname] 
<br><br>I have to specify the username<br><br>psql [dbname] -U [username]<br>followed by the password<br><br>and that for every command I'd want to use..<br><br>Can I just make a administrator account and password ? <br>