From: | Simon Connah <simon(dot)n(dot)connah(at)protonmail(dot)com> |
---|---|
To: | Ian Lawrence Barwick <barwick(at)gmail(dot)com> |
Cc: | Vijaykumar Jain <vijaykumarjain(dot)github(at)gmail(dot)com>, pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org> |
Subject: | Re: I have no idea why pg_dump isn't dumping all of my data |
Date: | 2021-05-25 09:57:17 |
Message-ID: | NPmGTPzLp_Yx3-VxpywWEBT8dUgBsafrzeOYTF1A4J27aG45dsnIeRFv6Vq4uF3_fUrO2rbvkN8AMQP6L6h9QivLpK7i6xVNRVsgl6a_sFY=@protonmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Friday, May 21st, 2021 at 12:46, Ian Lawrence Barwick <barwick(at)gmail(dot)com> wrote:
> 2021年5月21日(金) 20:42 Vijaykumar Jain vijaykumarjain(dot)github(at)gmail(dot)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 found that on my own.
Simon.
From | Date | Subject | |
---|---|---|---|
Next Message | Wen Yi | 2021-05-25 11:48:43 | Simple question from a beginner: Can I use PostgreSQL as a file database? |
Previous Message | Geoff Winkless | 2021-05-25 08:29:17 | Re: ON CONFLICT DO NOTHING ignored on bulk insert |