a very naive question about table names in Postgres - Mailing list pgsql-general

From Martin Mueller
Subject a very naive question about table names in Postgres
Date
Msg-id CH2PR05MB67904930CD251093EC5B9C56C4469@CH2PR05MB6790.namprd05.prod.outlook.com
Whole thread Raw
Responses Re: a very naive question about table names in Postgres  (Craig McIlwee <craigm@vt.edu>)
Re: a very naive question about table names in Postgres  (Gavin Flower <GavinFlower@archidevsys.co.nz>)
Re: a very naive question about table names in Postgres  (Karsten Hilbert <Karsten.Hilbert@gmx.net>)
Re: a very naive question about table names in Postgres  (Josef Šimánek <josef.simanek@gmail.com>)
Re: a very naive question about table names in Postgres  (Paul Jungwirth <pj@illuminatedcomputing.com>)
List pgsql-general

I have a very naïve question and don’t know where tp  look for the answer.  I use Postgres via AquaData Studio as a giant spreadsheet.  I create tables and give them names. I see the table names  and know how to manipulate them with simple SQL queries.

 

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?

 

I much prefer Postgres to Mysql for  a variety of reasons, but mostly for its elegant string functions. But in Mysql it seems to be much easier to keep track of tables.

 

Martin Mueller

Professor emeritus of English and Classics

Northwestern University

 

 

pgsql-general by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: create query with date values
Next
From: Craig McIlwee
Date:
Subject: Re: a very naive question about table names in Postgres