psql bug ? - Mailing list pgsql-hackers

From José Soares
Subject psql bug ?
Date
Msg-id 37246CDB.555CDE53@sferacarta.com
Whole thread Raw
Responses Re: [HACKERS] psql bug ?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
<tt>Psql displays twice tables, views, indices, sequences etc.</tt><tt></tt><p><tt>prova=> \d</tt><br
/><tt>Database   = prova</tt><br /><tt> +------------------+----------------------------------+----------+</tt><br
/><tt> | Owner           |             Relation             |   Type   |</tt><br
/><tt> +------------------+----------------------------------+----------+</tt><br/><tt> | postgres         |
aggtest1                        | table    |</tt><br /><tt> | postgres         | aggtest1                         |
table   |</tt><br /><tt> | postgres         | books                            | table    |</tt><br /><tt> |
postgres        | books                            | table    |</tt><br /><tt> | postgres         |
patrons                         | table    |</tt><br /><tt> | postgres         | patrons                          |
table   |</tt><br /><tt> | postgres         | poll                             | table    |</tt><br /><tt> |
postgres        | poll                             | table    |</tt><br /><tt> | postgres         |
transactions                    | table    |</tt><br /><tt> | postgres         | transactions                     |
table   |</tt><br /><tt> | postgres         | vbooks                           | view?    |</tt><br /><tt> |
postgres        | vbooks                           | view?    |</tt><br
/><tt> +------------------+----------------------------------+----------+</tt><tt></tt><p><tt>prova=>select
version();</tt><br/><tt>version</tt><br
/><tt>-------------------------------------------------------------------</tt><br/><tt>PostgreSQL 6.5.0 on
i586-pc-linux-gnulibc1,compiled by gcc 2.7.2.1</tt><br /><tt>(1 row)</tt><tt></tt><p><tt>José</tt><br /><tt></tt>  

pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] regression output
Next
From: Brian P Millett
Date:
Subject: Re: [HACKERS] Re: ERROR: index_rescan: invalid amrescan regproc ???