source: trunk/dns-upd-1.4.1.sql@ 750

Last change on this file since 750 was 750, checked in by Kris Deugau, 7 years ago

/trunk

Start adding support for "root CNAME" or "apex alias" records:

  • record export
  • type definition for SQL

Instead of overloading "true" CNAME handling, we'll follow one existing
path and create a managed pseudotype ALIAS instead.

See #55.

File size: 156 bytes
Line 
1-- Add a new pseudotype instead of overloading CNAME handling
2COPY rectypes (val, name, stdflag, listorder, alphaorder) FROM stdin;
365300 ALIAS 2 16 255
4\.
Note: See TracBrowser for help on using the repository browser.