Re: Effects of dropping a large table

2023-07-22 Thread Gus Spier
Isn’t this a perfect opportunity to use the TRUNCATE command to quickly remove the data? And follow up by deleting the now empty tables?Regards,GusSent from my iPhoneOn Jul 19, 2023, at 7:33 PM, Rob Sargent wrote: On 7/19/23 17:15, David Rowley wrote: On Wed, 19

Re: Duplicate Primary keys in postgresql tables

2023-07-22 Thread Adrian Klaver
On 7/22/23 10:11, De Lan wrote: Hi pgsql community, Recently we found in a postgresql 11.19.0 alpine table there are two rows with duplicate primary keys. *Our questions:* Any ideas on what might cause this behavior other than the collation? if it is a well-known issue in the pgsql comm

Re: Duplicate Primary keys in postgresql tables

2023-07-22 Thread Ken Marshall
> > *Our questions:* > > Any ideas on what might cause this behavior other than the collation? if it > is a well-known issue in the pgsql community or it really is the > coalition that's the root cause, do we have mitigation for this kind of > issue from happening in future? > > > > De, > > T

Duplicate Primary keys in postgresql tables

2023-07-22 Thread De Lan
Hi pgsql community, Recently we found in a postgresql 11.19.0 alpine table there are two rows with duplicate primary keys. *The table schema (anonymized):* # \d+ app_specs; Table "public.app_specs" Column | Type | Collation | Nullable

Re: invalid value for parameter "default_text_search_config": "public.pg"

2023-07-22 Thread Les
> > > I'm not sure what applied="public.pg", error="setting could not be > applied" > > means. > > No, "applied" is "f" (false), meaning that the setting is not actually > usable. > I'm a little surprised that it seems to have gotten into your live session > anyway, although perhaps that's because