| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Dempsey Bullock <dempsey(dot)bullock(at)impactinnovations(dot)com> |
| Cc: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: Retrieving information from System Tables |
| Date: | 2002-01-03 17:06:09 |
| Message-ID: | 200201031706.g03H69H15216@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
Dempsey Bullock wrote:
> Can some tell me how to query for information in the System Catalog. I
> don't see where the documentation states which database to use. I am using
> WINNT 4.0 w/ version 7.1.3. Thanks in advance!
System info is in each database separately. Use psql -E with backslash
commands like \d to see typical queries.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Stephan Szabo | 2002-01-03 18:02:07 | Re: How to union tables and have a field with UNIQUE constraint? |
| Previous Message | Bruce Momjian | 2002-01-03 17:04:38 | Re: Conditional test |