Re: bpchar_pattern_ops not shown in index command - Mailing list pgadmin-support

From Dave Page
Subject Re: bpchar_pattern_ops not shown in index command
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E401388880@ratbert.vale-housing.co.uk
Whole thread Raw
In response to bpchar_pattern_ops not shown in index command  ("Andrus" <eetasoft@online.ee>)
List pgadmin-support

> -----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.

Regards, Dave


pgadmin-support by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Problems with pgagent Jobs
Next
From: "Dave Page"
Date:
Subject: Re: Postgres question