| From: | José Soares <jose(at)sferacarta(dot)com> |
|---|---|
| To: | hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | psql bug ? |
| Date: | 1999-04-26 13:40:43 |
| Message-ID: | 37246CDB.555CDE53@sferacarta.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Psql displays twice tables, views, indices, sequences etc.
prova=> \d
Database = prova
+------------------+----------------------------------+----------+
| Owner | Relation | Type |
+------------------+----------------------------------+----------+
| postgres | aggtest1 | table |
| postgres | aggtest1 | table |
| postgres | books | table |
| postgres | books | table |
| postgres | patrons | table |
| postgres | patrons | table |
| postgres | poll | table |
| postgres | poll | table |
| postgres | transactions | table |
| postgres | transactions | table |
| postgres | vbooks | view? |
| postgres | vbooks | view? |
+------------------+----------------------------------+----------+
prova=> select version();
version
-------------------------------------------------------------------
PostgreSQL 6.5.0 on i586-pc-linux-gnulibc1, compiled by gcc 2.7.2.1
(1 row)
José
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Brian P Millett | 1999-04-26 14:18:38 | Re: [HACKERS] Re: ERROR: index_rescan: invalid amrescan regproc ??? |
| Previous Message | The Hermit Hacker | 1999-04-26 13:39:17 | Re: [HACKERS] regression output |