Обсуждение: RE: Error connecting with PGADMIN II

Поиск
Список
Период
Сортировка

RE: Error connecting with PGADMIN II

От
"Stefano Flaim"
Дата:
Thanks a lot Dave!!
Activating log i've seen that on connection request to DBserver by 
PGAdmin 2, it sends one command row without the name of Master 
database, usually template1.

Set it and now go very well.

These are  the debug lines before the correction and note that in the 
second
the Master DB is absent:
2002-05-07 22.23.47 - Entering pgAdmin II:basRegistry.RegRead(-
2147483647, "Software\pgAdmin II", "Master DB")
2002-05-07 22.23.47 - Entering pgSchema:pgServer.Property Let MasterDB
("")


These are  the debug lines after the correction:
2002-05-07 22.22.40 - Entering pgAdmin II:basRegistry.RegRead(-
2147483647, "Software\pgAdmin II", "Master DB")
2002-05-07 22.22.40 - Entering pgSchema:pgServer.Property Let MasterDB
("template1")

Hello
Stefano