> I just tried it with current sources and got:
>
> #$ aspg createlang plpgsql test
> Password: <- bad password
> FATAL 1: Password authentication failed for user "postgres"
> psql: FATAL 1: Password authentication failed for user "postgres"
>
> createlang:
Postgresql 7.1.3
I'm having a problem with createlang.
Commands:
[postgres@boxy postgres]$ createdb test1
Password: <- Correct
password
CREATE DATABASE
[postgres@boxy postgres]$ createlang plpgsql test1
Password:
nevermind, PGUSER is the variable
---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
I am trying to use pg_dump as user root but using another username for the
database.
I set USER="postgres" and exported it. It still tries to login using the
root username. PGPASSWORD can be set and exported, is there a way I can do
this for the username?
Also, could it be possible for someone t
> It's in the configuration. I run much more than the above and have no
> issues at all.
Yeah, some people shouldn't have root even if they own the machine.
---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?
http://www.postgres
> I also noticed that this item has been there for a while:
> *Encrpyt passwords in pg_shadow table using MD5 (Bruce, Vince)
While you are there do you think it's possible to make an mcrypt function?
:)
---(end of broadcast)---
TIP 5: Have you che