Generating UUIDv7 in PostgreSQL 18 ################################## :category: Misc :date: 2025-10-02 00:37:00 +0300 :tags: sql, uuid, uuidv7, postgres `Another post`__ just turned from a useful algorithm to madskillz. Since PostgreSQL 18 the method is just: .. __: link://slug/pgsql-uuid-v7 .. code-block:: sql select uuidv7();