pgsql: Check for CREATE privilege on the schema in CREATE STATISTICS.

2025-11-13 Thread Nathan Bossart
Check for CREATE privilege on the schema in CREATE STATISTICS. This omission allowed table owners to create statistics in any schema, potentially leading to unexpected naming conflicts. For ALTER TABLE commands that require re-creating statistics objects, skip this check in case the user has sinc

pgsql: Check for CREATE privilege on the schema in CREATE STATISTICS.

2025-11-13 Thread Nathan Bossart
Check for CREATE privilege on the schema in CREATE STATISTICS. This omission allowed table owners to create statistics in any schema, potentially leading to unexpected naming conflicts. For ALTER TABLE commands that require re-creating statistics objects, skip this check in case the user has sinc

pgsql: Check for CREATE privilege on the schema in CREATE STATISTICS.

2025-11-13 Thread Nathan Bossart
Check for CREATE privilege on the schema in CREATE STATISTICS. This omission allowed table owners to create statistics in any schema, potentially leading to unexpected naming conflicts. For ALTER TABLE commands that require re-creating statistics objects, skip this check in case the user has sinc

pgsql: Check for CREATE privilege on the schema in CREATE STATISTICS.

2025-11-13 Thread Nathan Bossart
Check for CREATE privilege on the schema in CREATE STATISTICS. This omission allowed table owners to create statistics in any schema, potentially leading to unexpected naming conflicts. For ALTER TABLE commands that require re-creating statistics objects, skip this check in case the user has sinc

pgsql: Check for CREATE privilege on the schema in CREATE STATISTICS.

2025-11-13 Thread Nathan Bossart
Check for CREATE privilege on the schema in CREATE STATISTICS. This omission allowed table owners to create statistics in any schema, potentially leading to unexpected naming conflicts. For ALTER TABLE commands that require re-creating statistics objects, skip this check in case the user has sinc

pgsql: Check for CREATE privilege on the schema in CREATE STATISTICS.

2025-11-13 Thread Nathan Bossart
Check for CREATE privilege on the schema in CREATE STATISTICS. This omission allowed table owners to create statistics in any schema, potentially leading to unexpected naming conflicts. For ALTER TABLE commands that require re-creating statistics objects, skip this check in case the user has sinc

pgsql: Check for CREATE privilege on the schema in CREATE STATISTICS.

2025-11-13 Thread Nathan Bossart
Check for CREATE privilege on the schema in CREATE STATISTICS. This omission allowed table owners to create statistics in any schema, potentially leading to unexpected naming conflicts. For ALTER TABLE commands that require re-creating statistics objects, skip this check in case the user has sinc