[EMAIL PROTECTED] wrote:
[EMAIL PROTECTED] wrote:
PgAdminIII v1.1.0 Devel(Jun 4 2004) on Windows XP
I can't get into my database. Schemas' number is 0!! But with previous
Devel it's ok with 5 Schemas.
Please switch on logging and check what's going on, or send us the
output.
Regards,
Andreas
There are no errors about this problem on pgadmin.log!
When I open pgadmin3, at the databases' tree on the left appears this:
* MyDatabaseName
** Casts (0)
** Languages (0)
** Schemas (0)
instead of:
* MyDatabaseName
** Casts (175)
** Languages (1)
** Schemas (5)
so I can't open any schema! But data exist 'cause I can execute any sql
query.
I really don't undestand it!!
Please activate sql logging; you then will see the queries sent to the
server and can examine why you don't see anything.
Please do not mail private addresses, but use the mailing list, thank you.
Regards,
Andreas
Carme.
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match