Обсуждение: Re: Hide databases

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

Re: Hide databases

От
"Dave Page"
Дата:

> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of
> Andreas Pflug
> Sent: 11 November 2005 11:19
> Cc: pgadmin-hackers
> Subject: Re: [pgadmin-hackers] Hide databases
>
> Andreas Pflug wrote:
> > First of all, stay on the lists!
> > Since this is new stuff, it should go to -hackers.
> >
> > Uwe Dalluege wrote:
> >
> >>
> >> do you realised it (hide databases) in 1.5.0 Nov 9 2005
> win32-version  ?
> >> I have installed it but I could not see new behaviour.
> >> All databases and schematas are shown.
> >
> >
> > See properties of db or schema to enter the restriction.
>
> Correction: property of server to enter db restriction, property of db
> to enter schema restriction.

Out of interest, what's the format of the restriction string? Delimited
list, SQL restriction, regexp?

/D

Re: Hide databases

От
Andreas Pflug
Дата:
Dave Page wrote:
>
>
>
>>-----Original Message-----
>>From: pgadmin-hackers-owner@postgresql.org
>>[mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of
>>Andreas Pflug
>>Sent: 11 November 2005 11:19
>>Cc: pgadmin-hackers
>>Subject: Re: [pgadmin-hackers] Hide databases
>>
>>Andreas Pflug wrote:
>>
>>>First of all, stay on the lists!
>>>Since this is new stuff, it should go to -hackers.
>>>
>>>Uwe Dalluege wrote:
>>>
>>>
>>>>do you realised it (hide databases) in 1.5.0 Nov 9 2005
>>
>>win32-version  ?
>>
>>>>I have installed it but I could not see new behaviour.
>>>>All databases and schematas are shown.
>>>
>>>
>>>See properties of db or schema to enter the restriction.
>>
>>Correction: property of server to enter db restriction, property of db
>>to enter schema restriction.
>
>
> Out of interest, what's the format of the restriction string? Delimited
> list, SQL restriction, regexp?

something like  datname=user (validity is checked)

Regards,
Andreas