This is a discussion on Retrieving the keys in an index within the pgsql Novice forums, part of the PostgreSQL category; --> I'd like to know if it's possible to get either of the following two things from psql as a ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I'd like to know if it's possible to get either of the following two things from psql as a relation: 1. a list of all the b-trees applying to a table or tables in a given database 2. given the name of one of the aforementioned b-trees, a list of all keys currently being used in the index. If anyone could point me in the right direction, I'd be very appreciative. --Alex -- Alex Rasmussen alex.c.rasmussen@gmail.com http://www.alexras.info/ ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |