From: Peter van Dijk Date: Thu, 6 Dec 2018 16:34:53 +0000 (+0100) Subject: docs: link to 4.1 gsql schemas X-Git-Tag: rec-4.2.0-alpha1~92^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64c6a9a76d46788f7b4d1963105d5818661a6fc1;p=pdns docs: link to 4.1 gsql schemas --- diff --git a/docs/backends/generic-mysql.rst b/docs/backends/generic-mysql.rst index 6247f9202..c04070d58 100644 --- a/docs/backends/generic-mysql.rst +++ b/docs/backends/generic-mysql.rst @@ -126,4 +126,6 @@ server. A value of 0 will disable the timeout. Default: 10 Default Schema -------------- +This is the 4.2 schema. Please find `the 4.1 schema on GitHub `_. + .. literalinclude:: ../../modules/gmysqlbackend/schema.mysql.sql diff --git a/docs/backends/generic-odbc.rst b/docs/backends/generic-odbc.rst index 65d423253..69fa1b5f4 100644 --- a/docs/backends/generic-odbc.rst +++ b/docs/backends/generic-odbc.rst @@ -111,6 +111,8 @@ For convenience, a schema for MS SQL Server has been created: (Note: This schema can also be found in the PowerDNS source as ``modules/godbcbackend/schema.mssql.sql``). +This is the schema for 4.2. For 4.1, please find `the 4.1 schema on GitHub `_. + .. literalinclude:: ../../modules/godbcbackend/schema.mssql.sql Load this into the database as follows: diff --git a/docs/backends/generic-oracle.rst b/docs/backends/generic-oracle.rst index f7401b32a..509324074 100644 --- a/docs/backends/generic-oracle.rst +++ b/docs/backends/generic-oracle.rst @@ -17,6 +17,8 @@ The Generic Oracle Backend is a :doc:`generic-sql`. The default setup conforms t following schema, which you should add to an Oracle database. You may need or want to add ``namespace`` statements. +Below, you will find the schema for 4.2. If you are using 4.1 or earlier, please find `the 4.1 schema on GitHub `_. + .. literalinclude:: ../../modules/goraclebackend/schema.goracle.sql This schema contains all elements needed for master, slave and diff --git a/docs/backends/generic-postgresql.rst b/docs/backends/generic-postgresql.rst index 3bb34ddb2..cb396fb7e 100644 --- a/docs/backends/generic-postgresql.rst +++ b/docs/backends/generic-postgresql.rst @@ -94,4 +94,6 @@ Default: "". Default schema -------------- +This is the 4.2 schema. Please find `the 4.1 schema on GitHub `_. + .. literalinclude:: ../../modules/gpgsqlbackend/schema.pgsql.sql diff --git a/docs/backends/generic-sqlite3.rst b/docs/backends/generic-sqlite3.rst index d3904921d..31066a921 100644 --- a/docs/backends/generic-sqlite3.rst +++ b/docs/backends/generic-sqlite3.rst @@ -33,7 +33,8 @@ Setting up the database ------------------------ Before you can use this backend you first have to set it up and fill it -with data. The default setup conforms to the following schema: +with data. The default setup conforms to the following schema in 4.2. +If you have not upgraded to 4.2, please use `the 4.1 schema on GitHub `_. .. literalinclude:: ../../modules/gsqlite3backend/schema.sqlite3.sql