900526
.\" Copyright (C) 2004, 2005, 2007-2009 Internet Systems Consortium, Inc. ("ISC")
900526
.\" Copyright (C) 2000, 2001 Internet Software Consortium.
900526
.\" 
900526
.\" Permission to use, copy, modify, and/or distribute this software for any
900526
.\" purpose with or without fee is hereby granted, provided that the above
900526
.\" copyright notice and this permission notice appear in all copies.
900526
.\" 
900526
.\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
900526
.\" REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
900526
.\" AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
900526
.\" INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
900526
.\" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
900526
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
900526
.\" PERFORMANCE OF THIS SOFTWARE.
900526
.\"
900526
.\" Manpage written by Jan Gorig
900526
.TH zonetodb 1 "15 March 2010" "BIND9"
900526
.SH NAME
900526
zonetodb - Generate a PostgreSQL table from a zone.
900526
.SH SYNOPSIS
900526
.B zonetodb origin file dbname dbtable
900526
.SH DESCRIPTION
900526
zonetodb parses DNS zone file and creates table in selected database for use with PostgreSQL BIND SDB driver.
900526
900526
\fBzone\fR
900526
.RS 4
900526
Zone origin, eg "pgdb.net."
900526
.RE
900526
.PP
900526
\fBfile\fR
900526
.RS 4
900526
Master zone database file, eg. pgdb.net.db
900526
.RE
900526
.PP
900526
\fBdbname\fR
900526
.RS 4
900526
Name of PostgreSQL database (database must exist)
900526
.RE
900526
.PP
900526
\fBdbtable\fR
900526
.RS 4
900526
Name of table in database
900526
.RE
900526
900526
.SH "EXIT STATUS"
900526
Exits with 0 on success or 1 on failure.
900526
.SH "SEE ALSO"
900526
named(8)
900526
.SH "COPYRIGHT"
900526
Copyright \(co 2004, 2005, 2007\-2009 Internet Systems Consortium, Inc. ("ISC")
900526
.br
900526
Copyright \(co 2000, 2001 Internet Software Consortium.
900526
.br