Re: I have no idea why pg_dump isn't dumping all of my data

Поиск
Список
Период
Сортировка
От Simon Connah
Тема Re: I have no idea why pg_dump isn't dumping all of my data
Дата
Msg-id NPmGTPzLp_Yx3-VxpywWEBT8dUgBsafrzeOYTF1A4J27aG45dsnIeRFv6Vq4uF3_fUrO2rbvkN8AMQP6L6h9QivLpK7i6xVNRVsgl6a_sFY=@protonmail.com
обсуждение исходный текст
Ответ на Re: I have no idea why pg_dump isn't dumping all of my data  (Ian Lawrence Barwick <barwick@gmail.com>)
Список pgsql-general
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐

On Friday, May 21st, 2021 at 12:46, Ian Lawrence Barwick <barwick@gmail.com> wrote:

> 2021年5月21日(金) 20:42 Vijaykumar Jain vijaykumarjain.github@gmail.com:
>

> > PostgreSQL: Documentation: 13: 37.17. Packaging Related Objects into an Extension
> >

> > so it works as expected.
> >

> > someone would have to point to the reference wrt modification of data in objects created via extension.
>

> If you want to be able to dump data inserted into extension tables,
>

> the tables will need
>

> to be marked using "pg_extension_config_dump()" in the extension script, see:
>

> https://www.postgresql.org/docs/current/extend-extensions.html#EXTEND-EXTENSIONS-CONFIG-TABLES
>

> and also:
>

> https://pgpedia.info/p/pg_extension_config_dump.html
>

> Regards
>

> Ian Barwick
>

>
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>

> EnterpriseDB: https://www.enterprisedb.com

I finally had a chance to test this out today and it seems to be fixed now. Thank you for the help. I would never have
foundthat on my own. 

Simon.
Вложения

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

Предыдущее
От: Geoff Winkless
Дата:
Сообщение: Re: ON CONFLICT DO NOTHING ignored on bulk insert
Следующее
От: Wen Yi
Дата:
Сообщение: Simple question from a beginner: Can I use PostgreSQL as a file database?