Dmitry Yemanov

Results 190 comments of Dmitry Yemanov

I surely missed the "compilation stage" external calls, could you please point me where it happens?

Thanks. I asked because there may be a difference. PSQL routines are compiled into BLR during DDL execution -- this is the first stage when dependent objects should already exist...

The standard solution is suggested to be considered instead. It's documented in the SQL:MED chapter of the SQL specification and includes foreign server/table declarations and ability to use foreign tables...

What I don't like in the "delayed option" is it being unpredictable. DBA turns FW on and expects that crashes will not lead to corruptions after that. The same for...

Renamed the ticket to better suit the SQL:2023 implementation: `LISTAGG () WITHIN GROUP (ORDER BY ...)`

> If standard-compliant `ALTER TABLE ALTER CONSTRAINT [NOT] ENFORCED` is implemented for PK/UK/FK, should equivalent `ALTER INDEX INACTIVE` to be allowed too? The same question for activation/deactivation of triggers for...

We're going to support FKs without indices, so the state should be stored at the constraint level.

Just one question: are your changes really needed for VARCHAR parameters?

But services are generally server-wide, while monitoring is database-wide. Or do you mean showing services attached to the current database?

XX will be the same in v4/v5 and v6, this makes things confusing. Different engines are mostly intended for different major ODS versions.