Re: [HACKERS] createlang difficulty.

2001-10-22 Thread speedboy
> 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:

[HACKERS] createlang difficulty.

2001-10-22 Thread speedboy
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:

Re: [HACKERS] pg_dump and -U flag.

2001-09-16 Thread speedboy
nevermind, PGUSER is the variable ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

[HACKERS] pg_dump and -U flag.

2001-09-16 Thread speedboy
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

Re: [HACKERS] Re: List response time...

2001-08-24 Thread speedboy
> 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

Re: [HACKERS] A couple items on TODO

2001-08-23 Thread speedboy
> 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