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
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] ~]#
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
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
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
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
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
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
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
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
---
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
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
12 matches
Mail list logo