Re: [SQL] Altering pg_conndefaults

2001-08-22 Thread Peter Eisentraut
macky writes: > how do i alter values of pg_conndefaults? What exactly do you mean by pg_conndefaults? > example user=user1 to user=user2 The default user is normally the user with the same name as the current Unix user, or the PGUSER environment variable if set, but the details may vary from

[SQL] Altering pg_conndefaults

2001-08-21 Thread macky
how do i alter values of pg_conndefaults? example user=user1 to user=user2 thanks in advance ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that yo

[SQL] Altering pg_conndefaults

2001-08-19 Thread macky
how do i change the User in pg_conndefaults because the user is not valid to connect to DB. one thing i can do is to add the User but is there a way to change the user seen in pg_conndeafaults... thanks in advance