Hacker News new | ask | show | jobs
by adzm 1686 days ago
Some of these seem to be low-hanging fruit though, like NEWSEQUENTIALID() for example. Would be great to see which are likely to be implemented versus requiring major changes in pgsql to work.
1 comments

NEWSEQUENTIALID() on SQL server generates a monotonically increasing GUID since last server restart, but monotonicity is not guaranteed between server restarts.

I am not aware of an equivalent function in postgres.