Re: BUG #15072: Unable to get tablespace from pg_tables for new created table - Mailing list pgsql-bugs

From Sergei Kornilov
Subject Re: BUG #15072: Unable to get tablespace from pg_tables for new created table
Date
Msg-id 4199341518955887@web59g.yandex.ru
Whole thread Raw
In response to BUG #15072: Unable to get tablespace from pg_tables for new createdtable  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
Hello
It may confused, but works as documented: https://www.postgresql.org/docs/current/static/view-pg-tables.html
tablespace field is "null if default for database"
According "create database gescom_bis tablespace tbs_data;" your tablespace tbs_data is default for this database.

regards, Sergei


pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #15072: Unable to get tablespace from pg_tables for new createdtable
Next
From: Marko Tiikkaja
Date:
Subject: Re: [BUGS] BUG #14870: wrong query results when using WITH with UPDATE