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

From eduardo_santana@iol.pt
Subject Re: BUG #14274: Missing tablespace info inpg_tables
Date
Msg-id 3eca49067f43a13acbf9abbb962be228@iol.pt
Whole thread Raw
In response to Re: BUG #14274: Missing tablespace info in pg_tables  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs

Hi Tom,

I'm new in PostgreSQL.

Now I realize that you are completely right...The behavior is similar to Informix... I'm sorry for the inconvenient.

 

Best regards,

Eduardo Santana

 

Em 2016-08-02 16:07, Tom Lane escreveu:

eduardo_santana@iol.ptwrites:
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: Tom Lane
Date:
Subject: Re: BUG #14274: Missing tablespace info in pg_tables
Next
From: Tom Lane
Date:
Subject: Re: BUG #14271: Please fix 13804 bug