Search Postgresql Archives

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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2021年5月21日(金) 20:42 Vijaykumar Jain <vijaykumarjain.github@xxxxxxxxx>:
>
> 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






[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux