User:Dragon
Personal
- Name: Vít Heřman
- Email: vit within herman under pro
thesis notes
- zone default TTL is given by the $TTL directive which comes first in the zone file (before SOA)
- currently used interpretation of SOA.minimum field is documented in RFC 2308, it indicates the TTL of negative answers.
- explanation why MX records shouldn't point to CNAMEs is in RFC 2181
- "CREATE OR REPLACE VIEW" in PostgreSQL doesn't allow to change the resulting view's collumn names (and probably types as well), one must use "DROP VIEW" and then "CREATE VIEW"