From: | Paul Jungwirth <pj(at)illuminatedcomputing(dot)com> |
---|---|
To: | pgsql-general(at)lists(dot)postgresql(dot)org |
Subject: | Re: a very naive question about table names in Postgres |
Date: | 2021-12-31 21:25:20 |
Message-ID: | a1a7da95-2091-e1fe-3154-238aeb5964a9@illuminatedcomputing.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 12/31/21 12:27 PM, Martin Mueller wrote:
> I know that on my Mac the tables are kept in the data directory
> /Users/martinmueller/Library/Application Support/Postgres/var-13. If I
> go there I see that internally the tables have numbers. Somewhere in
> the system there must be a table that maps the name I gave to table X
> to the numerical inside the database.
>
> Where is that mapping and how can I query it? On what page of the
> documentation do I find the answer?
Dear Prof. Mueller,
This question strikes Postgres people a bit like your teenager asking
where you keep the tallest ladder. There aren't many practical uses for
accessing these files directly, and if you do it's likely to break your
database. Could you speak a bit more about your goal here? Perhaps
someone can suggest a good way to achieve it.
Yours,
--
Paul ~{:-)
pj(at)illuminatedcomputing(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Cramer | 2022-01-01 11:48:04 | Re: a very naive question about table names in Postgres |
Previous Message | Josef Šimánek | 2021-12-31 21:17:14 | Re: a very naive question about table names in Postgres |