Re: DROPPING INDEX error

From: Jayadevan M <Jayadevan(dot)Maymala(at)ibsplc(dot)com>
To: Atif Jung <atifjung(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org, pgsql-novice-owner(at)postgresql(dot)org
Subject: Re: DROPPING INDEX error
Date: 2010-06-24 10:04:35
Message-ID: OFEC3B8EBF.F016E33D-ON6525774C.00374328-6525774C.00375D4F@ibsplc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

> Also how can I find out the owners of a table/index?

SELECT * FROM PG_TABLES

SELECT * FROM PG_INDEXES

Regards,
Jayadevan

DISCLAIMER:

"The information in this e-mail and any attachment is intended only for
the person to whom it is addressed and may contain confidential and/or
privileged material. If you have received this e-mail in error, kindly
contact the sender and destroy all copies of the original communication.
IBS makes no warranty, express or implied, nor guarantees the accuracy,
adequacy or completeness of the information contained in this email or any
attachment and is not liable for any errors, defects, omissions, viruses
or for resultant loss or damage, if any, direct or indirect."

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Jean-Yves F. Barbier 2010-06-24 11:39:45 Re: RI
Previous Message Atif Jung 2010-06-24 09:44:14 DROPPING INDEX error