From: | "Roderick A(dot) Anderson" <raanders(at)acm(dot)org> |
---|---|
To: | |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: [Q] DNS(bind) ER model |
Date: | 2008-08-15 14:48:19 |
Message-ID: | 48A59733.4020302@acm.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
David Goodenough wrote:
> 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,
I believe I looked at mydns, and there was a sqldns also, quite awhile
ago thinking to use that model as a starting point but the project got
side-lined so I never followed up. The project is back on so I'll look
again.
Thanks,
Rod
--
>
> David
>
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2008-08-15 14:48:22 | Re: Re: pg_restore fails on Windows |
Previous Message | Roderick A. Anderson | 2008-08-15 14:44:36 | Re: [Q] DNS(bind) ER model |