Re: _pg_keyposition is gone in HEAD

From: Kris Jurka <books(at)ejurka(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pg(at)fastcrypt(dot)com, List <pgsql-jdbc(at)postgresql(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: _pg_keyposition is gone in HEAD
Date: 2005-04-28 04:47:42
Message-ID: Pine.BSO.4.56.0504272344380.25820@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wed, 27 Apr 2005, Tom Lane wrote:

> Dave Cramer <pg(at)fastcrypt(dot)com> writes:
> > I is being used to get the position of a key in the database meta data
> > getImportedExported keys, to be specific.
>
> That's not clear enough ... what's it being used for exactly?

Basically _pg_keyposition just generates a resultset of sequential
integers, we could use generate_series now using the value of
max_index_keys to determine the upper bound. So it seems like
the jdbc driver will be ok, do other apps need a new display only
GUC for max_func_args ?

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Anders Hermansen 2005-04-28 07:18:33 Re: ERROR: could not convert UTF-8 character 0x00ef to ISO8859-1 possiblesolution
Previous Message Gnanavel S 2005-04-28 04:38:59 Re: Performance of loop