Обсуждение: problems seeing all objects v1.4.0

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

problems seeing all objects v1.4.0

От
"c f"
Дата:
I tried installing (complete) pgAdminII V1.4.0 on my Win2000 box to connect
to PG V7.2.1 on a Mandrake box and I am running into a couple of problems.

Problem 1:
I saw "Error 1931" that the C:\Winnt\System32\hhctrl.ocx is protected by
Windows and that I need to update the operating system for the program to
run properly.

Is this covered in the statement from a previous email ?...
'The install error is normally the help system that doesn't get updated if
you are running SP2 or 3 - it can be safely ignored.'


Problem 2:

In version 1.2.0, the database tree would "expand" to show aggregates,
functions, languages, operators, sequences, tables, types and views.

In Version 1.4.0, all I see beneath the database tree is schema and
languages.

I was very surprised at this and feel I must be missing something obvious.
:(
Do I need to change a setting somewhere that would expand the db tree to
include tables, etc.? Or did I miss something during installation (I chose
complete).

Thanks for any assistance,
Denise Bossarte



_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail


Re: problems seeing all objects v1.4.0

От
"Dave Page"
Дата:
Hi,

> -----Original Message-----
> From: c f [mailto:mypostgresql@hotmail.com]
> Sent: 20 November 2002 20:46
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] problems seeing all objects v1.4.0
>
>
> I tried installing (complete) pgAdminII V1.4.0 on my Win2000
> box to connect
> to PG V7.2.1 on a Mandrake box and I am running into a couple
> of problems.
>
> Problem 1:
> I saw "Error 1931" that the C:\Winnt\System32\hhctrl.ocx is
> protected by
> Windows and that I need to update the operating system for
> the program to
> run properly.
>
> Is this covered in the statement from a previous email ?...
> 'The install error is normally the help system that doesn't
> get updated if
> you are running SP2 or 3 - it can be safely ignored.'

Yes, hhctrl.ocx is part of the HTML Help system. This is a perfectly
normal (but annoying) message.

> Problem 2:
>
> In version 1.2.0, the database tree would "expand" to show
> aggregates,
> functions, languages, operators, sequences, tables, types and views.
>
> In Version 1.4.0, all I see beneath the database tree is schema and
> languages.
>
> I was very surprised at this and feel I must be missing
> something obvious.
> :(
> Do I need to change a setting somewhere that would expand the
> db tree to
> include tables, etc.? Or did I miss something during
> installation (I chose
> complete).

Most objects are under Schemas now. In order to support PostgreSQL 7.3
and 7.2, we added a dummy schema for 7.2 called 'public' in order to
avoid writing horrendously complex (and probably bug ridden) code to
support both treeview structures. You will find the missing objects in
there.

HTH, regards,

Dave.