From: | Tino Wildenhain <tino(at)wildenhain(dot)de> |
---|---|
To: | "Roderick A(dot) Anderson" <raanders(at)acm(dot)org> |
Cc: | PostgreSQL <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: [Q] DNS(bind) ER model |
Date: | 2008-08-15 19:54:26 |
Message-ID: | 48A5DEF2.1010707@wildenhain.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Roderick A. Anderson wrote:
> Anyone aware of an ER model for holding name server records?
>
> Working on the zone file data and I am getting close but keep running
> into the differences between MX records (with a priority) and the others
> that can hold either a domain/sub-domain/host name or an IP address
> depending on whether is an A, TXT, PTR, etc. or a CNAME.
>
> Much of the database will be populated and changed automagically so the
> controller for the application will do the right thing but humans will
> get involved every so often. I hope I can get the database to make the
> right thing easy and the wrong thing "impossible" for them.
>
> Any suggestions?
looks like you want to write your own "powerdns" ? :-)
http://www.powerdns.com/
Greets
Tino
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2008-08-15 20:37:27 | Re: Regression failing on build -> ERROR: could not access file "$libdir/plpgsql": No such file or directory |
Previous Message | Steve Atkins | 2008-08-15 19:28:29 | Re: [Q] DNS(bind) ER model |