| From: | Erik Jones <erik(at)myemma(dot)com> |
|---|---|
| To: | André Volpato <andre(dot)volpato(at)ecomtecnologia(dot)com(dot)br> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Metadata |
| Date: | 2007-08-30 20:02:25 |
| Message-ID: | 3F929743-E48A-4E48-946A-95487405B52E@myemma.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Aug 30, 2007, at 2:45 PM, André Volpato wrote:
> Hello,
>
> I need constraint definitions like pg_indexes.indexdef , in order
> to drop / create them on the fly.
>
> BTW, where can I find a complete doc about Postgres Metadata ?
>
> - AV
The system catalogs are in the manual appendix. However, for what
your looking for, type
\df pg_get*
in psql and you see a listing of available functions that'll give you
just what you're looking for and are documented in Section 9.19 of
the manual (http://www.postgresql.org/docs/8.2/interactive/functions-
info.html).
Erik Jones
Software Developer | Emma®
erik(at)myemma(dot)com
800.595.4401 or 615.292.5888
615.292.0777 (fax)
Emma helps organizations everywhere communicate & market in style.
Visit us online at http://www.myemma.com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2007-08-30 20:04:11 | Re: Reliable and fast money transaction design |
| Previous Message | André Volpato | 2007-08-30 19:45:04 | Metadata |