table names seem identical

From: Ray Stell <stellr(at)cns(dot)vt(dot)edu>
To: pgsql-admin(at)postgresql(dot)org
Subject: table names seem identical
Date: 2012-03-07 15:39:48
Message-ID: 20120307153948.GA24033@cns.vt.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

how I can differentiate these:

oamp=# \z public.c3*
Access privileges
Schema | Name | Type | Access privileges | Column access privileges
--------+-----------------------+-------+-------------------+--------------------------
public | c3p0_connection_test | table | |
public | c3p0_connection_test | table | |
(2 rows)

oamp=# select * from pg_tables where tablename = 'c3p0_connection_test';
schemaname | tablename | tableowner | tablespace | hasindexes | hasrules | hastriggers
------------+----------------------+------------+------------+------------+----------+-------------
public | c3p0_connection_test | admin | | f | f | f
(1 row)

oamp=# select version();
version
------------------------------------------------------------------------------------------------------------
PostgreSQL 9.0.7 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-51), 32-bit
(1 row)

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Michael Monnerie 2012-03-07 16:52:00 Re: speedup pg_dumpall
Previous Message Tom Lane 2012-03-07 15:01:12 Re: pg_attribute file in PostgreSQL 9.0