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