From: | David Goodenough <david(dot)goodenough(at)btconnect(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: [Q] DNS(bind) ER model |
Date: | 2008-08-15 09:26:54 |
Message-ID: | 200808151026.55705.david.goodenough@btconnect.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Friday 15 August 2008, 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?
>
>
> Rod
> --
Have you looked at mydns? It is a database driven DNS server - and it
works just fine with Postgresql.
David
From | Date | Subject | |
---|---|---|---|
Next Message | Harshad Pethe | 2008-08-15 10:00:40 | Hi |
Previous Message | Oliver Weichhold | 2008-08-15 09:05:48 | Update taking forever |