Re: A few questions about foreign tables

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: A few questions about foreign tables
Дата
Msg-id 4e7b5deef8b8e5e603bcb9dc32fc20e84bb95419.camel@cybertec.at
обсуждение исходный текст
Ответ на A few questions about foreign tables  (Marcin Borkowski <mbork@mbork.pl>)
Ответы Re: A few questions about foreign tables
Re: A few questions about foreign tables
Список pgsql-general
On Wed, 2023-10-18 at 10:24 +0200, Marcin Borkowski wrote:
> How to revert the effect of "import foreign schema"?  Is just dropping
> the imported tables enough?

Running DROP FOREIGN TABLE ... for all imported tables is enough.

> Also, how can I check the definitions (i.e., what tables on the server
> they correspond to) of existing foreign tables?

\d+ <table name>

> (May I ask to be cc'd since I'm not subscribed to the list?)

But please reply to the list.

Yours,
Laurenz Albe



В списке pgsql-general по дате отправления:

Предыдущее
От: Ron
Дата:
Сообщение: Re: postgres keeps having blocks
Следующее
От: Ron
Дата:
Сообщение: Re: A few questions about foreign tables