> So you're suggesting to add
> CONSTRAINT c_lowercase_name CHECK (((name)::text = lower((name)::text)))
> to the CREATE TABLE statement in debian/sql/pgsql/pgsql inside the
> source package, right?
Yes, to prevent useless uppercase name(s) and trouble-shooting...
But ensure lowercase names before
> Doesn't the package create the database automatically on installation?
On demand the package creates the database on installation.
I suggest to provide details for manually configuration.
pdns-backend-pgsql promises Details:
# apt-get install pdns-backend-pgsql
...
Package configuration
...
Package: pdns-backend-pgsql
Version: 3.1-4
Dear Maintainer,
PowerDNS Authoritative Server 3.1 adds a lowercase constraint for records.name
to gpgsql schema in commit 2503.
http://doc.powerdns.com/changelog.html#changelog-auth-3-1-1:
"The records.name-column in the gpgsql schema is now constrain
Package: pdns-backend-pgsql
Version: 3.1-4
Severity: minor
Dear Maintainer,
/usr/share/doc/pdns-backend-pgsql/README.Debian refers to removed
/usr/share/doc/pdns-backend-pgsql/pgsql.sql.
Moved to /usr/share/dbconfig-common/data/pdns-backend-pgsql/install/pgsql?
Greetings,
Robert
-- System Inf
Package: krb5-admin-server
Version: 1.4.4-7etch5
kadmind runs ignoring RUN_KADMIND=false.
Pay attention to RUN_KADMIND in /etc/init.d/krb5-admin-server.
# grep RUN /etc/default/krb5-admin-server ; echo $?
RUN_KADMIND=false
0
# grep RUN /etc/init.d/krb5-admin-server ; echo $?
1
# ps -ef|grep kad
5 matches
Mail list logo