Difference between revisions of "User:Dragon"

From WTFwiki
Jump to navigation Jump to search
Line 7: Line 7:
 
* explanation why MX records shouldn't point to CNAMEs is in [http://tools.ietf.org/html/rfc2181 RFC 2181]
 
* explanation why MX records shouldn't point to CNAMEs is in [http://tools.ietf.org/html/rfc2181 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", look for line 279 (somewhere around, in checkViewTupleDesc()) [http://doxygen.postgresql.org/view_8c-source.html here].
 
* "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", look for line 279 (somewhere around, in checkViewTupleDesc()) [http://doxygen.postgresql.org/view_8c-source.html here].
 +
 +
==thesis todo==
 +
* add relevant software versions
 +
* domain name can be longer than 63 characters
  
 
== some links to remember ==
 
== some links to remember ==

Revision as of 21:57, 14 November 2010

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", look for line 279 (somewhere around, in checkViewTupleDesc()) here.

thesis todo

  • add relevant software versions
  • domain name can be longer than 63 characters

some links to remember