Обсуждение: Questions & suggestions

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

Questions & suggestions

От
"jack"
Дата:
I'm using pgAdmin 1.3.82. When I drop an object, it will automatically
refresh the list and put the highlight on the first record. Is that
possible, instead of refreshing, just do a mark on deleted object and the
highlight still stays there. That will help for further works. And refresh
only when user presses a refresh button or function. Or user can delete
multiple selected objects.

Sometimes, when first connect to server, the form doesn't show all the
information, only users and groups. I could be a bug of this version.

As my understanding, postgres doesn't support "schema". But why pgAdmin has
the schema? Is there any information about it? Thank you very much!


Jack


Re: Questions & suggestions

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

> -----Original Message-----
> From: jack [mailto:datactrl@tpg.com.au]
> Sent: 01 November 2002 00:54
> To: pgadmin
> Subject: [pgadmin-support] Questions & suggestions
>
>
> I'm using pgAdmin 1.3.82. When I drop an object, it will
> automatically refresh the list and put the highlight on the
> first record. Is that possible, instead of refreshing, just
> do a mark on deleted object and the highlight still stays
> there. That will help for further works. And refresh only
> when user presses a refresh button or function. Or user can
> delete multiple selected objects.

That's unlikely to happen I'm afraid. We're actively developing pgAdmin
III now, and in there, the treeview node *is* the object so it can't be
deleted but not removed.

> Sometimes, when first connect to server, the form doesn't
> show all the information, only users and groups. I could be a
> bug of this version.

Odd, can you supply a screen dump and full debug logfiles of this
occuring?

> As my understanding, postgres doesn't support "schema". But
> why pgAdmin has the schema? Is there any information about
> it? Thank you very much!

The version of pgAdmin you have is geared towards PostgreSQL 7.3, but to
maintian backwards compatibility it was necessary to introduce the dummy
public schema. PostgreSQL 7.3 (currently at beta 3) does support
schemas.

Regards, Dave.