Re: [PATCH] Add mssql_compat extension with DATEDIFF function - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: [PATCH] Add mssql_compat extension with DATEDIFF function
Date
Msg-id CAFj8pRCcBwvCte-m3uv+GWp6SVWOLsm2Ac6vKSiH0BXpjNmiKQ@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Add mssql_compat extension with DATEDIFF function  (Peter Eisentraut <peter@eisentraut.org>)
Responses Re: [PATCH] contrib: Add pg_datemath extension with datediff function
List pgsql-hackers
Hi

út 25. 11. 2025 v 21:15 odesílatel Peter Eisentraut <peter@eisentraut.org> napsal:
On 25.11.25 04:25, Myles Lewis wrote:
> I'd like to propose a new contrib extension: mssql_compat, which provides
> SQL Server compatible date functions starting with DATEDIFF.

I think this could best live as an external project.

orafce is a similar project but for Oracle.  There might also be others
for other products.

For projects like this it is better to be an external project - it doesn't depend on Postgres release cycles - so development can be faster. Really, significantly faster.
And there is bigger space for some experiments and improvements - and for future changes. 

Regards

Pavel

pgsql-hackers by date:

Previous
From: "Zhijie Hou (Fujitsu)"
Date:
Subject: RE: Assertion failure in SnapBuildInitialSnapshot()
Next
From: Michael Paquier
Date:
Subject: Re: change default default_toast_compression to lz4?