Re: Finding filenames for tables

From: Jamie Lawrence <postgres(at)jal(dot)org>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Finding filenames for tables
Date: 2003-05-14 00:11:17
Message-ID: 20030514001117.GC4093@jal.clueinc.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


On Tue, 13 May 2003, Andreas Pflug wrote:

> you don't need to join since pg_class is specific for a database. You
> cannot see any classes from a different database in pg_class. In
> contrast, pg_database is server-wide mirrored.

Thank you! I had sufficiently confused myself that I didn't even think
to wonder if this was the case or not.

Thanks again.

-j

--
Jamie Lawrence jal(at)jal(dot)org
"It only takes 20 years for a liberal to become a conservative
without changing a single idea."
- Robert Anton Wilson

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Victor Yegorov 2003-05-14 23:11:33 constraint with reference to the same table
Previous Message Jamie Lawrence 2003-05-13 22:30:56 Finding filenames for tables