Re: [GENERAL] psql from Linux script

2005-08-30 Thread Greg Stark
Bernard <[EMAIL PROTECTED]> writes: > The postgresql.org server is the only braindead list server I have > seen so far. Well, welcome to the real Internet. -- greg ---(end of broadcast)--- TIP 6: explain analyze is your friend

Re: [GENERAL] psql from Linux script

2005-08-30 Thread Bernard
Dear Marko on the Postgresql Mailing List A whitelist based spam filtering system is simple to understand. postgresql.org emails get through. Individual member emails may not get through. In contrast to what you write, it is actually the list server that is braindead because it creates messages t

Re: [GENERAL] psql from Linux script

2005-08-30 Thread Peter Eisentraut
Bernard wrote: > So when we hit the reply button of our email client then we get the > individual sender where in fact we would prefer to get the list > address [EMAIL PROTECTED] No, we would not prefer that. If you write to me, then my reply goes to you, no matter by what means your message was

Re: [GENERAL] psql from Linux script

2005-08-30 Thread Martijn van Oosterhout
On Tue, Aug 30, 2005 at 09:25:07PM +1200, Bernard wrote: > Dear Marko on the Postgresql Mailing List > > A whitelist based spam filtering system is simple to understand. > postgresql.org emails get through. Individual member emails may not > get through. > > In contrast to what you write, it is a

Re: [GENERAL] psql from Linux script

2005-08-30 Thread Marko Kreen
On Tue, Aug 30, 2005 at 09:25:07PM +1200, Bernard wrote: > The postgresql.org server is the only braindead list server I have > seen so far. http://www.unicom.com/pw/reply-to-harmful.html It is the rule on technical mailing lists. -- marko ---(end of broadcast)

Re: [GENERAL] psql from Linux script

2005-08-30 Thread Patrick . FICHE
t: mardi 30 aout 2005 09:05 To: pgsql-general@postgresql.org Subject: [GENERAL] psql from Linux script Dear Postgresql Specialists I am failing to update the password of the postgresql user from within a Linux installation script run by root: # su - postgres -c echo "ALTER USER postgres WITH

Re: [GENERAL] psql from Linux script

2005-08-30 Thread Devrim GUNDUZ
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Tue, 30 Aug 2005, Marko Kreen wrote: I am failing to update the password of the postgresql user from within a Linux installation script run by root: # su - postgres -c echo "ALTER USER postgres WITH PASSWORD 'newpassword';" | psql -U postg

Re: [GENERAL] psql from Linux script

2005-08-30 Thread Marko Kreen
[This guy has prove-you-arent-bot filtering] On Tue, Aug 30, 2005 at 07:04:52PM +1200, Bernard wrote: > I would appreciate your help very much. Unless you turn off your braindead spam-filtering, you are not worth it. Sorry, but you are asking help on a public list, think about it a bit... -- m

Re: [GENERAL] psql from Linux script

2005-08-30 Thread Marko Kreen
On Tue, Aug 30, 2005 at 07:04:52PM +1200, Bernard wrote: > Dear Postgresql Specialists > > I am failing to update the password of the postgresql user from within > a Linux installation script run by root: > > # su - postgres -c echo "ALTER USER postgres WITH PASSWORD > 'newpassword';" | psql -U p

[GENERAL] psql from Linux script

2005-08-30 Thread Bernard
Dear Postgresql Specialists I am failing to update the password of the postgresql user from within a Linux installation script run by root: # su - postgres -c echo "ALTER USER postgres WITH PASSWORD 'newpassword';" | psql -U postgres template1 psql: FATAL: Ident authentication failed for user "p