Re: BUG #14274: Missing tablespace info in pg_tables - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #14274: Missing tablespace info in pg_tables
Date
Msg-id 26950.1470150473@sss.pgh.pa.us
Whole thread Raw
In response to BUG #14274: Missing tablespace info in pg_tables  (eduardo_santana@iol.pt)
Responses Re: BUG #14274: Missing tablespace info inpg_tables
List pgsql-bugs
eduardo_santana@iol.pt writes:
> The tablespace info in pg_tables catalog table is missing after creating a
> table in a non default tablespace.

This bug report's not of much use without a concrete example.

But please note that pg_tables.tablespace is supposed to read as null
for a table that's in the database's default tablespace.  Whether that
is "pg_default" is not relevant.

            regards, tom lane

pgsql-bugs by date:

Previous
From: hargudekishor@gmail.com
Date:
Subject: BUG #14273: Tuple concurently updated error while creating function using async call from node js with postgresq
Next
From: eduardo_santana@iol.pt
Date:
Subject: Re: BUG #14274: Missing tablespace info inpg_tables