Is the NSEC ordering depending on Database ordering? #13758
-
Hi! I am using the Postgresql Backend. There, for NSEC and NSEC3, the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Neither! For every database, we carefully researched how to make the database to the right thing. Postgres:
and MySQL:
etc. If you have a custom schema, or are worried, |
Beta Was this translation helpful? Give feedback.
Neither! For every database, we carefully researched how to make the database to the right thing.
Postgres:
and
using ~<~
in the ordernameorder by
.MySQL:
etc.
If you have a custom schema, or are worried,
pdnsutil test-schema
will check a few edge cases that the "usual" collations might get wrong.