Re: bpchar_pattern_ops not shown in index command

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: bpchar_pattern_ops not shown in index command
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E4013888F3@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на bpchar_pattern_ops not shown in index command  ("Andrus" <eetasoft@online.ee>)
Список pgadmin-support

> -----Original Message-----
> From: pgadmin-support-owner@postgresql.org
> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of Dave Page
> Sent: 12 June 2006 12:13
> To: Andrus; pgadmin-support@postgresql.org
> Subject: Re: [pgadmin-support] bpchar_pattern_ops not shown
> in index command
>
>
>
> > -----Original Message-----
> > From: pgadmin-support-owner@postgresql.org
> > [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of Andrus
> > Sent: 06 June 2006 09:17
> > To: pgadmin-support@postgresql.org
> > Subject: [pgadmin-support] bpchar_pattern_ops not shown in
> > index command
> >
> > To reproduce, run:
> >
> > create table foo ( bar char(20));
> > CREATE UNIQUE INDEX bar_pattern_idx ON foo(LOWER(bar)
> > bpchar_pattern_ops);
> >
> >
> > Observed in pgadmin:
> >
> > CREATE UNIQUE INDEX bar_pattern_idx
> >   ON foo
> >   USING btree
> >   (lower(bar::text));
>
> This appears to be an issue with the PostgreSQL function
> pg_get_indexdef
> - I've raised the issue on -hackers.

Apparently it was intended to work that way. SQL based fix committed to
trunk.

Thanks, Dave.


В списке pgadmin-support по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: Problems with SVN win32 build.
Следующее
От: Devrim GUNDUZ
Дата:
Сообщение: Re: init script for redhat