Re: JDBC driver and Postgres 9.6beta

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>, Thomas Kellerer <spam_eater(at)gmx(dot)net>, List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: JDBC driver and Postgres 9.6beta
Date: 2016-05-14 14:41:27
Message-ID: CADK3HHJ-CVkU6aJWQc9hrWXTKFURzKgjsY3Qkct8g5UDiDMegw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

That means parsing the response.. I gather there is nothing machine
readable ?

Dave Cramer

davec(at)postgresintl(dot)com
www.postgresintl.com

On 14 May 2016 at 10:33, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com> writes:
> > Does anybody know what is the proper way to tell if index column is ASC
> or
> > DESC in 9.6+?
>
> Using pg_get_indexdef() would leave you much less vulnerable to cross-
> version differences in the system catalogs.
>
> regards, tom lane
>
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Lane 2016-05-14 14:49:28 Re: JDBC driver and Postgres 9.6beta
Previous Message Tom Lane 2016-05-14 14:33:45 Re: JDBC driver and Postgres 9.6beta