Re: BUG #15072: Unable to get tablespace from pg_tables for new created table

From: Sergei Kornilov <sk(at)zsrv(dot)org>
To: "rhemandaddy(at)googlemail(dot)com" <rhemandaddy(at)googlemail(dot)com>, "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #15072: Unable to get tablespace from pg_tables for new created table
Date: 2018-02-18 12:11:27
Message-ID: 4199341518955887@web59g.yandex.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Marko Tiikkaja 2018-02-18 16:23:30 Re: [BUGS] BUG #14870: wrong query results when using WITH with UPDATE
Previous Message PG Bug reporting form 2018-02-18 09:52:23 BUG #15072: Unable to get tablespace from pg_tables for new created table