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

Поиск
Список
Период
Сортировка
От Sergei Kornilov
Тема Re: BUG #15072: Unable to get tablespace from pg_tables for new created table
Дата
Msg-id 4199341518955887@web59g.yandex.ru
обсуждение исходный текст
Ответ на BUG #15072: Unable to get tablespace from pg_tables for new createdtable  (PG Bug reporting form <noreply@postgresql.org>)
Список 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 по дате отправления:

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15072: Unable to get tablespace from pg_tables for new createdtable
Следующее
От: Marko Tiikkaja
Дата:
Сообщение: Re: [BUGS] BUG #14870: wrong query results when using WITH with UPDATE