Re: [pgadmin-support] fe_sendsuth: no password supplied

2007-02-15 Thread Milen A. Radev
David Burleson написа: > I have pgAdmin III 1.6 and am trying to connect to my pgsql database > through it, but i keep getting the following error: > > An error has occurred: > Error connecting to server: fe_sendauth: no password supplied > > I have checked my pg_hba.conf file and I have to corre

Re: [pgadmin-support] pgAdmin III 1.6.2 sends plaintext password

2007-02-15 Thread Andy Shellam (Mailing Lists)
patrimith wrote: Andy Shellam (Mailing Lists) wrote: What is the value of "password_encryption" in your PostgreSQL server's postgresql.conf file? [EMAIL PROTECTED] ~]# cat /endeavour/dbstore/postgresql.conf|grep 'password_encryption' password_encryption = on [EMAIL PROTECTED] ~]#

Re: [pgadmin-support] pgAdmin III 1.6.2 sends plaintext password

2007-02-15 Thread patrimith
Andy Shellam (Mailing Lists) wrote: > > What is the value of "password_encryption" in your PostgreSQL server's > postgresql.conf file? > > [EMAIL PROTECTED] ~]# cat /endeavour/dbstore/postgresql.conf|grep > 'password_encryption' > password_encryption = on > [EMAIL PROTECTED] ~]# > That's th

Re: [pgadmin-support] pgAdmin III 1.6.2 sends plaintext password

2007-02-15 Thread Andy Shellam (Mailing Lists)
patrimith wrote: Greetings List! I'm trying get remote management of postrgesql on Ubuntu 5.10 set up. I am hoping to set up authentication in pg_hba.conf as host all all 192.168.0.0/0 md5 but I wasn't successful. When I relaxed it to: host all all 192.168.0.0/0 password everything worked f

Re: [pgadmin-support] pgadmin3 and fc6

2007-02-15 Thread Andy Shellam (Mailing Lists)
twenger26 wrote: I saw a previous post where someone had the same problem as I, but their solution didn't work for me. I am trying to install pgadmin3 of FC6 and I keep getting the error: "libpq.so.5 is needed by pgadmin3-1.6.1-2.i386". I have two versions of postgresql on my system, but I am

[pgadmin-support] pgAdmin III 1.6.2 sends plaintext password

2007-02-15 Thread patrimith
Greetings List! I'm trying get remote management of postrgesql on Ubuntu 5.10 set up. I am hoping to set up authentication in pg_hba.conf as host all all 192.168.0.0/0 md5 but I wasn't successful. When I relaxed it to: host all all 192.168.0.0/0 password everything worked fine. Can someone

[pgadmin-support] pgadmin3 and fc6

2007-02-15 Thread twenger26
I saw a previous post where someone had the same problem as I, but their solution didn't work for me. I am trying to install pgadmin3 of FC6 and I keep getting the error: "libpq.so.5 is needed by pgadmin3-1.6.1-2.i386". I have two versions of postgresql on my system, but I am currently using th

[pgadmin-support] fe_sendsuth: no password supplied

2007-02-15 Thread David Burleson
I have pgAdmin III 1.6 and am trying to connect to my pgsql database through it, but i keep getting the following error: An error has occurred: Error connecting to server: fe_sendauth: no password supplied I have checked my pg_hba.conf file and I have to correct line host all all 62.6.162.34/32

[pgadmin-support] case conversion

2007-02-15 Thread Art Fore
Is there any way to convert a text column to uppercase with pgadmin? I can do it with Access, but it does not appear to work with a linked table. Art ---(end of broadcast)--- TIP 6: explain analyze is your friend

Re: [pgadmin-support] PgAdmin : table backup problem

2007-02-15 Thread Dave Page
Andy Shellam (Mailing Lists) wrote: > I seem to recall this having cropped up a few weeks ago. Dave will be > able to confirm but I think this may have been fixed for 1.6.3? > Yep: 2007-01-17 DP 1.6.3 Update to support the changed syntax of pg_dump 8.2+. Regards, Dave ---

Re: [pgadmin-support] PgAdmin : table backup problem

2007-02-15 Thread Andy Shellam (Mailing Lists)
I seem to recall this having cropped up a few weeks ago. Dave will be able to confirm but I think this may have been fixed for 1.6.3? Regards, Andy. Cassiano, Marco wrote: Hello everybody, I have a problem when I try to backup a table from inside PgAdmin. If I select a table and choose t

[pgadmin-support] PgAdmin : table backup problem

2007-02-15 Thread Cassiano, Marco
Hello everybody, I have a problem when I try to backup a table from inside PgAdmin. If I select a table and choose to backup it, I get the following result : C:\Programmi\pgAdmin III\1.6\pg_dump.exe -i -h pgsvil.manord.com -p 5432 -U user -F c -v -f "C:\collezioni.backup" -t collezioni -n anam