Re: list of index

From: "FarjadFarid\(ChkNet\)" <farjad(dot)farid(at)checknetworks(dot)com>
To: "'Michael Paquier'" <michael(dot)paquier(at)gmail(dot)com>
Cc: "'Szymon Guz'" <mabewlun(at)gmail(dot)com>, "'PostgreSQL'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: list of index
Date: 2014-08-18 04:40:19
Message-ID: 000901cfba9e$840b0eb0$8c212c10$@checknetworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Thanks for the tip Michael.

I am still a newbie to postgresql. Have to set
aside more time to get to acquiented with its
engine's features.

Haven't used psql in any meaningful way and yet to
go through a proper development cycle debugging
functions etc.

Are there any tutorials for features of psql?
and debug session ?

Many thanks.

Farjad

-----Original Message-----
From: pgsql-general-owner(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org] On
Behalf Of Michael Paquier
Sent: 18 August 2014 02:58
To: farjad(dot)farid(at)checknetworks(dot)com
Cc: Szymon Guz; PostgreSQL
Subject: Re: [GENERAL] list of index

On Fri, Aug 15, 2014 at 11:53 PM,
FarjadFarid(ChkNet)
<farjad(dot)farid(at)checknetworks(dot)com> wrote:
> I have done that. The important point is
obtaining the "sort order" of
> each column in the index. Specially multi column
index.
> Are there no views?
FWIW, I always find good source of inspiration the
queries used by psql to fetch information from
system views. You can get a look at them with psql
-E.
Regards,
--
Michael

--
Sent via pgsql-general mailing list
(pgsql-general(at)postgresql(dot)org) To make changes to
your subscription:
http://www.postgresql.org/mailpref/pgsql-general

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Paquier 2014-08-18 06:27:17 Re: list of index
Previous Message Michael Paquier 2014-08-18 01:58:05 Re: list of index