You are not logged in.

#1 2009-06-28 03:17:12

darthaxul
Member
Registered: 2008-09-24
Posts: 156

pgsql dns tables

i need some details on the tables here fixed so that the server is master of local domain only.

(tables)
public domains             table       postgres
public domains_id_seq sequence  postgres
public records              table       postgres
public records_id_seq  sequence  postgres
public supermasters    table       postgres

(domains)
1 myserver   NATIVE

(records)
1  myserver  SOA  localhost root@myserver 1
2  myserver  NS    myserver
3  myserver  A       10.23.62.123
4  myserver  MX    myserver

Offline

#2 2009-06-28 06:41:22

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,223
Website

Re: pgsql dns tables

OK, this is off to a confusing start...

PostgreSQL is a Relational Database Management System. All it does is store and organize data. You need to be using another application above PostgreSQL which will retrieve the data from PG and serve it out as DNS... What is that program?

This is of course assuming I'm understanding your issue slightly...

Offline

#3 2009-06-28 15:39:01

darthaxul
Member
Registered: 2008-09-24
Posts: 156

Re: pgsql dns tables

nevermind, I mistyped the db in the config file, it wasnt connecting.

Offline

Board footer

Powered by FluxBB