mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Convert to UCL & cleanup pkg-message (categories d)
This commit is contained in:
parent
a6c40a689b
commit
78d1aff1fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508835
328 changed files with 2142 additions and 784 deletions
|
@ -1,2 +1,8 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
You should install the database extension(s) what you want to use:
|
You should install the database extension(s) what you want to use:
|
||||||
php%%PHPVER%%-mysqli, php%%PHPVER%%-mssql, php%%PHPVER%%-odbc, php%%PHPVER%%-pgsql or php%%PHPVER%%-pdo_sqlite.
|
php%%PHPVER%%-mysqli, php%%PHPVER%%-mssql, php%%PHPVER%%-odbc, php%%PHPVER%%-pgsql or php%%PHPVER%%-pdo_sqlite.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
You can add the ADOdb path (%%DATADIR%%)
|
You can add the ADOdb path (%%DATADIR%%)
|
||||||
to the "include_path=" directive in your php.ini
|
to the "include_path=" directive in your php.ini
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,4 +1,10 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
This version supports only PHP version 5 and higher.
|
This version supports only PHP version 5 and higher.
|
||||||
|
|
||||||
You can add the ADOdb path (%%DATADIR%%)
|
You can add the ADOdb path (%%DATADIR%%)
|
||||||
into the "include_path=" directive in your php.ini
|
into the "include_path=" directive in your php.ini
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
===============================================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
KDE Applications versions of Akonadi, KMail, and Kontact use large
|
KDE Applications versions of Akonadi, KMail, and Kontact use large
|
||||||
messages on the local machine. The default size on FreeBSD is too
|
messages on the local machine. The default size on FreeBSD is too
|
||||||
small, which causes local connection problems, and Akonadi-based
|
small, which causes local connection problems, and Akonadi-based
|
||||||
|
@ -8,5 +9,6 @@ cannot be found). Increasing the buffer size is recommended:
|
||||||
|
|
||||||
sysctl net.local.stream.recvspace=65536
|
sysctl net.local.stream.recvspace=65536
|
||||||
sysctl net.local.stream.sendspace=65536
|
sysctl net.local.stream.sendspace=65536
|
||||||
|
EOM
|
||||||
===============================================================================
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
======================================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
You installed ArangoDB: a distributed NoSQL database.
|
You installed ArangoDB: a distributed NoSQL database.
|
||||||
|
|
||||||
To enable the service at startup, you should execute the command:
|
To enable the service at startup, you should execute the command:
|
||||||
|
@ -20,4 +22,6 @@ data.
|
||||||
|
|
||||||
ArangoDB uses the AQL language to query and modify data, as opposed to
|
ArangoDB uses the AQL language to query and modify data, as opposed to
|
||||||
the SQL language used by relational databases.
|
the SQL language used by relational databases.
|
||||||
======================================================================
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
---------------------------------------------------------------------
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Please see %%DOCSDIR%%/INSTALL
|
Please see %%DOCSDIR%%/INSTALL
|
||||||
for install notes.
|
for install notes.
|
||||||
---------------------------------------------------------------------
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
########################################################################
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Add this line to your Emacs initialization.
|
Add this line to your Emacs initialization.
|
||||||
|
|
||||||
(require 'bbdb-loaddefs)
|
(require 'bbdb-loaddefs)
|
||||||
|
@ -11,4 +13,6 @@ use, you may also want to add something similar to these lines.
|
||||||
|
|
||||||
Refer to Emacs' help for these two functions, bbdb-initialize and
|
Refer to Emacs' help for these two functions, bbdb-initialize and
|
||||||
bbdb-mua-auto-update-init, for details.
|
bbdb-mua-auto-update-init, for details.
|
||||||
########################################################################
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
======================================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Entries for this machine's hostname may need to be set in /etc/hosts
|
Entries for this machine's hostname may need to be set in /etc/hosts
|
||||||
if you get a "Local host name unknown" exception on startup
|
if you get a "Local host name unknown" exception on startup
|
||||||
(see https://issues.apache.org/jira/browse/CASSANDRA-2380):
|
(see https://issues.apache.org/jira/browse/CASSANDRA-2380):
|
||||||
|
|
||||||
::1 localhost localhost.your.domain your-host-name
|
::1 localhost localhost.your.domain your-host-name
|
||||||
127.0.0.1 localhost localhost.your.domain your-host-name
|
127.0.0.1 localhost localhost.your.domain your-host-name
|
||||||
======================================================================
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,4 +1,10 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
ADMIN ACCOUNT
|
ADMIN ACCOUNT
|
||||||
By default no admin password or account is configured which leaves the DB
|
By default no admin password or account is configured which leaves the DB
|
||||||
server open. Add accounts to the bottom of %%PREFIX%%/etc/couchdb/local.ini
|
server open. Add accounts to the bottom of %%PREFIX%%/etc/couchdb/local.ini
|
||||||
to secure your installation (by default CouchDB listens on localhost only).
|
to secure your installation (by default CouchDB listens on localhost only).
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
***********************************************************
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
If this is the first time you are installing %%PORTNAME%%, you will need
|
If this is the first time you are installing %%PORTNAME%%, you will need
|
||||||
to add a default administrator, and initialise the database node.
|
to add a default administrator, and initialise the database node.
|
||||||
|
|
||||||
|
@ -30,4 +32,6 @@ Then use the admin interface at http://127.0.0.1:5984/_utils/# as usual.
|
||||||
|
|
||||||
For more information see
|
For more information see
|
||||||
http://docs.couchdb.org/en/latest/install/setup.html
|
http://docs.couchdb.org/en/latest/install/setup.html
|
||||||
***********************************************************
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
###############################################################################
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Firebird was installed.
|
Firebird was installed.
|
||||||
|
|
||||||
1) Support for Super Server has been added
|
1) Support for Super Server has been added
|
||||||
|
@ -47,5 +48,6 @@ before doing anything serious with Firebird.
|
||||||
%%PREFIX%%/bin/gsplit -> %%PREFIX%%/bin/fbsplit
|
%%PREFIX%%/bin/gsplit -> %%PREFIX%%/bin/fbsplit
|
||||||
|
|
||||||
9) Enjoy it ;)
|
9) Enjoy it ;)
|
||||||
|
EOM
|
||||||
################################################################################
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,2 +1,8 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Sample configuration files have been installed in %%PREFIX%%/etc.
|
Sample configuration files have been installed in %%PREFIX%%/etc.
|
||||||
You should edit them and remove the .dist-suffix from their names.
|
You should edit them and remove the .dist-suffix from their names.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,7 +1,11 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
FrontBase JDBC support installed!
|
FrontBase JDBC support installed!
|
||||||
|
|
||||||
frontbasejdbc.jar resides in
|
frontbasejdbc.jar resides in
|
||||||
%%JAVAJARDIR%%/frontbasejdbc.jar
|
%%JAVAJARDIR%%/frontbasejdbc.jar
|
||||||
Add this to your CLASSPATH!
|
Add this to your CLASSPATH!
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
======================================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Find the Galera Cluster documentation at
|
Find the Galera Cluster documentation at
|
||||||
http://galeracluster.com/documentation-webpages/
|
http://galeracluster.com/documentation-webpages/
|
||||||
|
EOM
|
||||||
======================================================================
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
|
[
|
||||||
===============================================================================
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
A MySQL DataStore implementation was installed, please restart GeoServer.
|
A MySQL DataStore implementation was installed, please restart GeoServer.
|
||||||
|
|
||||||
MySQL should now show up as an option in the GeoServer web admin tool at
|
MySQL should now show up as an option in the GeoServer web admin tool at
|
||||||
Config -> Data -> DataStores -> New. Fill out the appropriate params.
|
Config -> Data -> DataStores -> New. Fill out the appropriate params.
|
||||||
|
EOM
|
||||||
===============================================================================
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
************************************************************
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
GNATS has been successfully installed.
|
GNATS has been successfully installed.
|
||||||
|
|
||||||
If you want to run the GNATS server, enter
|
If you want to run the GNATS server, enter
|
||||||
|
@ -20,5 +21,6 @@ Try `man gnats', `info gnats' and the online manual at
|
||||||
http://www.gnu.org/software/gnats/gnats_toc.html
|
http://www.gnu.org/software/gnats/gnats_toc.html
|
||||||
|
|
||||||
for more information.
|
for more information.
|
||||||
|
EOM
|
||||||
************************************************************
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
To run the wxpython based GUI:
|
To run the wxpython based GUI:
|
||||||
|
|
||||||
export GRASS_PYTHON=python2.7 (or your local python version)
|
export GRASS_PYTHON=python2.7 (or your local python version)
|
||||||
|
@ -14,3 +17,6 @@ to %%LOCALBASE%%/etc/libmap.d/gcc.conf. Use your local gcc version
|
||||||
instead of gcc6.
|
instead of gcc6.
|
||||||
|
|
||||||
This is required for some modules using fortran.
|
This is required for some modules using fortran.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
********************************************************************************
|
[
|
||||||
* HBase binaries are installed in %%PREFIX%%/hbase/bin/ *
|
{ type: install
|
||||||
* Consider adding this directory to your $PATH. *
|
message: <<EOM
|
||||||
********************************************************************************
|
HBase binaries are installed in %%PREFIX%%/hbase/bin/
|
||||||
|
Consider adding this directory to your $PATH.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
| Don't forget to run %%PREFIX%%/sbin/install_iplike.sh to make the relevant
|
[
|
||||||
| changes to your OpenNMS database.
|
{ type: install
|
||||||
| To confirm the changes have been made run:
|
message: <<EOM
|
||||||
| psql -U opennms -h localhost -c '\df+ iplike' | head
|
Don't forget to run %%PREFIX%%/sbin/install_iplike.sh to make the relevant
|
||||||
| Check the Language column, It should say "c" and not "plpgsql"
|
changes to your OpenNMS database.
|
||||||
|
To confirm the changes have been made run:
|
||||||
|
psql -U opennms -h localhost -c '\df+ iplike' | head
|
||||||
|
Check the Language column, It should say "c" and not "plpgsql"
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
=============================================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
This port of iSQL-Viewer is configured to automatically detect and use
|
This port of iSQL-Viewer is configured to automatically detect and use
|
||||||
the installed JDBC drivers for MySQL and PostgreSQL.
|
the installed JDBC drivers for MySQL and PostgreSQL.
|
||||||
|
|
||||||
|
@ -8,4 +10,6 @@ service basis in the tabbed dialog "Resources" which resides inside the
|
||||||
|
|
||||||
However, please note that adding JAR files or directories in the preferences
|
However, please note that adding JAR files or directories in the preferences
|
||||||
dialog doesn't have the desired effect in this version.
|
dialog doesn't have the desired effect in this version.
|
||||||
=============================================================================
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
************************************************************************
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for
|
MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for
|
||||||
my.cnf. Please move existing my.cnf files from those paths to
|
my.cnf. Please move existing my.cnf files from those paths to
|
||||||
%%PREFIX%%/etc and %%PREFIX%%/etc/mysql.
|
%%PREFIX%%/etc and %%PREFIX%%/etc/mysql.
|
||||||
|
EOM
|
||||||
************************************************************************
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
************************************************************************
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Remember to run mysql_upgrade (with the optional --datadir=<dbdir> flag)
|
Remember to run mysql_upgrade (with the optional --datadir=<dbdir> flag)
|
||||||
the first time you start the MySQL server after an upgrade from an
|
the first time you start the MySQL server after an upgrade from an
|
||||||
earlier version.
|
earlier version.
|
||||||
|
@ -11,5 +12,6 @@ my.cnf. Please move existing my.cnf files from those paths to
|
||||||
This port does NOT include the mytop perl script, this is included in
|
This port does NOT include the mytop perl script, this is included in
|
||||||
the MariaDB tarball but the most recent version can be found in the
|
the MariaDB tarball but the most recent version can be found in the
|
||||||
databases/mytop port
|
databases/mytop port
|
||||||
|
EOM
|
||||||
************************************************************************
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
************************************************************************
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for
|
MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for
|
||||||
my.cnf. Please move existing my.cnf files from those paths to
|
my.cnf. Please move existing my.cnf files from those paths to
|
||||||
%%PREFIX%%/etc and %%PREFIX%%/etc/mysql.
|
%%PREFIX%%/etc and %%PREFIX%%/etc/mysql.
|
||||||
|
EOM
|
||||||
************************************************************************
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,15 +1,8 @@
|
||||||
************************************************************************
|
[
|
||||||
|
{ type: install
|
||||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
message: <<EOM
|
||||||
!! !!
|
The default InnoDB storage engine is no longer XtraDB, check your
|
||||||
!! The default InnoDB storage engine is no longer XtraDB, check your !!
|
configuration and switch it to InnoDB
|
||||||
!! configuration and switch it to InnoDB !!
|
|
||||||
!! !!
|
|
||||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
||||||
|
|
||||||
Remember to run mysql_upgrade (with the optional --datadir=<dbdir> flag)
|
|
||||||
the first time you start the MySQL server after an upgrade from an
|
|
||||||
earlier version.
|
|
||||||
|
|
||||||
MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for
|
MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for
|
||||||
my.cnf. Please move existing my.cnf files from those paths to
|
my.cnf. Please move existing my.cnf files from those paths to
|
||||||
|
@ -18,5 +11,13 @@ my.cnf. Please move existing my.cnf files from those paths to
|
||||||
This port does NOT include the mytop perl script, this is included in
|
This port does NOT include the mytop perl script, this is included in
|
||||||
the MariaDB tarball but the most recent version can be found in the
|
the MariaDB tarball but the most recent version can be found in the
|
||||||
databases/mytop port
|
databases/mytop port
|
||||||
|
EOM
|
||||||
************************************************************************
|
}
|
||||||
|
{ type: upgrade
|
||||||
|
message: <<EOM
|
||||||
|
Remember to run mysql_upgrade (with the optional --datadir=<dbdir> flag)
|
||||||
|
the first time you start the MySQL server after an upgrade from an
|
||||||
|
earlier version.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
************************************************************************
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for
|
MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for
|
||||||
my.cnf. Please move existing my.cnf files from those paths to
|
my.cnf. Please move existing my.cnf files from those paths to
|
||||||
%%PREFIX%%/etc and %%PREFIX%%/etc/mysql.
|
%%PREFIX%%/etc and %%PREFIX%%/etc/mysql.
|
||||||
|
EOM
|
||||||
************************************************************************
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
************************************************************************
|
[
|
||||||
|
{ type: install
|
||||||
Remember to run mysql_upgrade (with the optional --datadir=<dbdir> flag)
|
message: <<EOM
|
||||||
the first time you start the MySQL server after an upgrade from an
|
|
||||||
earlier version.
|
|
||||||
|
|
||||||
MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for
|
MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for
|
||||||
my.cnf. Please move existing my.cnf files from those paths to
|
my.cnf. Please move existing my.cnf files from those paths to
|
||||||
%%PREFIX%%/etc and %%PREFIX%%/etc/mysql.
|
%%PREFIX%%/etc and %%PREFIX%%/etc/mysql.
|
||||||
|
@ -11,5 +8,13 @@ my.cnf. Please move existing my.cnf files from those paths to
|
||||||
This port does NOT include the mytop perl script, this is included in
|
This port does NOT include the mytop perl script, this is included in
|
||||||
the MariaDB tarball but the most recent version can be found in the
|
the MariaDB tarball but the most recent version can be found in the
|
||||||
databases/mytop port
|
databases/mytop port
|
||||||
|
EOM
|
||||||
************************************************************************
|
}
|
||||||
|
{ type: upgrade
|
||||||
|
message: <<EOM
|
||||||
|
Remember to run mysql_upgrade (with the optional --datadir=<dbdir> flag)
|
||||||
|
the first time you start the MySQL server after an upgrade from an
|
||||||
|
earlier version.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
************************************************************************
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for
|
MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for
|
||||||
my.cnf. Please move existing my.cnf files from those paths to
|
my.cnf. Please move existing my.cnf files from those paths to
|
||||||
%%PREFIX%%/etc and %%PREFIX%%/etc/mysql.
|
%%PREFIX%%/etc and %%PREFIX%%/etc/mysql.
|
||||||
|
EOM
|
||||||
************************************************************************
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
************************************************************************
|
[
|
||||||
|
{ type: install
|
||||||
Remember to run mysql_upgrade (with the optional --datadir=<dbdir> flag)
|
message: <<EOM
|
||||||
the first time you start the MySQL server after an upgrade from an
|
|
||||||
earlier version.
|
|
||||||
|
|
||||||
MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for
|
MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for
|
||||||
my.cnf. Please move existing my.cnf files from those paths to
|
my.cnf. Please move existing my.cnf files from those paths to
|
||||||
%%PREFIX%%/etc and %%PREFIX%%/etc/mysql.
|
%%PREFIX%%/etc and %%PREFIX%%/etc/mysql.
|
||||||
|
@ -11,5 +8,13 @@ my.cnf. Please move existing my.cnf files from those paths to
|
||||||
This port does NOT include the mytop perl script, this is included in
|
This port does NOT include the mytop perl script, this is included in
|
||||||
the MariaDB tarball but the most recent version can be found in the
|
the MariaDB tarball but the most recent version can be found in the
|
||||||
databases/mytop port
|
databases/mytop port
|
||||||
|
EOM
|
||||||
************************************************************************
|
}
|
||||||
|
{ type: upgrade
|
||||||
|
message: <<EOM
|
||||||
|
Remember to run mysql_upgrade (with the optional --datadir=<dbdir> flag)
|
||||||
|
the first time you start the MySQL server after an upgrade from an
|
||||||
|
earlier version.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
************************************************************************
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for
|
MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for
|
||||||
my.cnf. Please move existing my.cnf files from those paths to
|
my.cnf. Please move existing my.cnf files from those paths to
|
||||||
%%PREFIX%%/etc and %%PREFIX%%/etc/mysql.
|
%%PREFIX%%/etc and %%PREFIX%%/etc/mysql.
|
||||||
|
EOM
|
||||||
************************************************************************
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,11 +1,16 @@
|
||||||
************************************************************************
|
[
|
||||||
|
{ type: install
|
||||||
Remember to run mysql_upgrade (with the optional --datadir=<dbdir> flag)
|
message: <<EOM
|
||||||
the first time you start the MySQL server after an upgrade from an
|
|
||||||
earlier version.
|
|
||||||
|
|
||||||
MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for
|
MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for
|
||||||
my.cnf. Please move existing my.cnf files from those paths to
|
my.cnf. Please move existing my.cnf files from those paths to
|
||||||
%%PREFIX%%/etc and %%PREFIX%%/etc/mysql.
|
%%PREFIX%%/etc and %%PREFIX%%/etc/mysql.
|
||||||
|
EOM
|
||||||
************************************************************************
|
}
|
||||||
|
{ type: upgrade
|
||||||
|
message: <<EOM
|
||||||
|
Remember to run mysql_upgrade (with the optional --datadir=<dbdir> flag)
|
||||||
|
the first time you start the MySQL server after an upgrade from an
|
||||||
|
earlier version.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
##########################################################
|
[
|
||||||
# Run SQLs to register Mroonga engine to MySQL. #
|
{ type: install
|
||||||
# #
|
message: <<EOM
|
||||||
# % mysql -u root < %%DATADIR%%/install.sql #
|
Run SQLs to register Mroonga engine to MySQL.
|
||||||
##########################################################
|
|
||||||
|
% mysql -u root < %%DATADIR%%/install.sql
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
To add the custom functions to your MySQL server use the following syntax:
|
To add the custom functions to your MySQL server use the following syntax:
|
||||||
(you may install only the functions you need):
|
(you may install only the functions you need):
|
||||||
|
|
||||||
|
@ -23,3 +26,6 @@ DROP FUNCTION median;
|
||||||
|
|
||||||
For function descriptions, see the following webpage:
|
For function descriptions, see the following webpage:
|
||||||
http://mysql-udf.sourceforge.net/
|
http://mysql-udf.sourceforge.net/
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * *
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Please be aware the database client is vulnerable
|
Please be aware the database client is vulnerable
|
||||||
to CVE-2015-3152 - SSL Downgrade aka "BACKRONYM".
|
to CVE-2015-3152 - SSL Downgrade aka "BACKRONYM".
|
||||||
You may find more information at the following URL:
|
You may find more information at the following URL:
|
||||||
|
@ -11,5 +12,6 @@ Although this database client is not listed as
|
||||||
receiving a patch. Please take note of this when
|
receiving a patch. Please take note of this when
|
||||||
deploying this software.
|
deploying this software.
|
||||||
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * *
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
************************************************************************
|
[
|
||||||
|
{ type: upgrade
|
||||||
|
message: <<EOM
|
||||||
Remember to run mysql_upgrade the first time you start the MySQL server
|
Remember to run mysql_upgrade the first time you start the MySQL server
|
||||||
after an upgrade from an earlier version.
|
after an upgrade from an earlier version.
|
||||||
|
EOM
|
||||||
************************************************************************
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * *
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Please be aware the database client is vulnerable
|
Please be aware the database client is vulnerable
|
||||||
to CVE-2015-3152 - SSL Downgrade aka "BACKRONYM".
|
to CVE-2015-3152 - SSL Downgrade aka "BACKRONYM".
|
||||||
You may find more information at the following URL:
|
You may find more information at the following URL:
|
||||||
|
@ -10,5 +11,6 @@ Although this database client is not listed as
|
||||||
"affected", it is vulnerable and will not be
|
"affected", it is vulnerable and will not be
|
||||||
receiving a patch. Please take note of this when
|
receiving a patch. Please take note of this when
|
||||||
deploying this software.
|
deploying this software.
|
||||||
|
EOM
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * *
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,15 +1,16 @@
|
||||||
*****************************************************************************
|
[
|
||||||
|
{ type: install
|
||||||
Remember to run mysql_upgrade the first time you start the MySQL server
|
message: <<EOM
|
||||||
after an upgrade from an earlier version.
|
|
||||||
|
|
||||||
*****************************************************************************
|
|
||||||
|
|
||||||
*****************************************************************************
|
|
||||||
|
|
||||||
Please keep in mind that the default location for my.cnf will be changed
|
Please keep in mind that the default location for my.cnf will be changed
|
||||||
from "/var/db/mysql/my.cnf" to "/usr/local/etc/mysql/my.cnf" in the near
|
from "/var/db/mysql/my.cnf" to "/usr/local/etc/mysql/my.cnf" in the near
|
||||||
future. If you do not want to move your my.cnf to the new location then
|
future. If you do not want to move your my.cnf to the new location then
|
||||||
you must set "mysql_optfile" in /etc/rc.conf to "/var/db/mysql/my.cnf".
|
you must set "mysql_optfile" in /etc/rc.conf to "/var/db/mysql/my.cnf".
|
||||||
|
EOM
|
||||||
*****************************************************************************
|
}
|
||||||
|
{ type: upgrade
|
||||||
|
message: <<EOM
|
||||||
|
Remember to run mysql_upgrade the first time you start the MySQL server
|
||||||
|
after an upgrade from an earlier version.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * *
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
This is the mysql CLIENT without the server.
|
This is the mysql CLIENT without the server.
|
||||||
for complete server and client, please install databases/mysql57-server
|
for complete server and client, please install databases/mysql57-server
|
||||||
|
EOM
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * *
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
*****************************************************************************
|
[
|
||||||
|
{ type: install
|
||||||
Remember to run mysql_upgrade the first time you start the MySQL server
|
message: <<EOM
|
||||||
after an upgrade from an earlier version.
|
|
||||||
|
|
||||||
Initial password for first time use of MySQL is saved in $HOME/.mysql_secret
|
Initial password for first time use of MySQL is saved in $HOME/.mysql_secret
|
||||||
ie. when you want to use "mysql -u root -p" first you should see password
|
ie. when you want to use "mysql -u root -p" first you should see password
|
||||||
in /root/.mysql_secret
|
in /root/.mysql_secret
|
||||||
|
@ -10,5 +8,12 @@ in /root/.mysql_secret
|
||||||
MySQL57 has a default %%ETCDIR%%/my.cnf,
|
MySQL57 has a default %%ETCDIR%%/my.cnf,
|
||||||
remember to replace it wit your own
|
remember to replace it wit your own
|
||||||
or set `mysql_optfile="$YOUR_CNF_FILE` in rc.conf.
|
or set `mysql_optfile="$YOUR_CNF_FILE` in rc.conf.
|
||||||
|
EOM
|
||||||
*****************************************************************************
|
}
|
||||||
|
{ type: upgrade
|
||||||
|
message: <<EOM
|
||||||
|
Remember to run mysql_upgrade the first time you start the MySQL server
|
||||||
|
after an upgrade from an earlier version.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * *
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
This is the mysql CLIENT without the server.
|
This is the mysql CLIENT without the server.
|
||||||
for complete server and client, please install databases/mysql80-server
|
for complete server and client, please install databases/mysql80-server
|
||||||
|
EOM
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * *
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,13 +1,18 @@
|
||||||
*****************************************************************************
|
[
|
||||||
|
{ type: install
|
||||||
Remember to run mysql_upgrade the first time you start the MySQL server
|
message: <<EOM
|
||||||
after an upgrade from an earlier version.
|
|
||||||
|
|
||||||
There is no initial password for first time use of MySQL.
|
There is no initial password for first time use of MySQL.
|
||||||
Keep in mind to reset it to a secure password.
|
Keep in mind to reset it to a secure password.
|
||||||
|
|
||||||
MySQL80 has a default %%ETCDIR%%/my.cnf,
|
MySQL80 has a default %%ETCDIR%%/my.cnf,
|
||||||
remember to replace it with your own
|
remember to replace it with your own
|
||||||
or set `mysql_optfile="$YOUR_CNF_FILE` in rc.conf.
|
or set `mysql_optfile="$YOUR_CNF_FILE` in rc.conf.
|
||||||
|
EOM
|
||||||
*****************************************************************************
|
}
|
||||||
|
{ type: upgrade
|
||||||
|
message: <<EOM
|
||||||
|
Remember to run mysql_upgrade the first time you start the MySQL server
|
||||||
|
after an upgrade from an earlier version.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
************************************************************************
|
[
|
||||||
|
{ type: upgrade
|
||||||
|
message: <<EOM
|
||||||
Remember to run mysql_upgrade the first time you start the MySQL server
|
Remember to run mysql_upgrade the first time you start the MySQL server
|
||||||
after an upgrade from an earlier version.
|
after an upgrade from an earlier version.
|
||||||
|
EOM
|
||||||
************************************************************************
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
************************************************************************
|
[
|
||||||
|
{ type: upgrade
|
||||||
|
message: <<EOM
|
||||||
Remember to run mysql_upgrade the first time you start the MySQL server
|
Remember to run mysql_upgrade the first time you start the MySQL server
|
||||||
after an upgrade from an earlier version.
|
after an upgrade from an earlier version.
|
||||||
|
EOM
|
||||||
************************************************************************
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Documentation for using percona-pam-for-mysql authentication plugin can
|
Documentation for using percona-pam-for-mysql authentication plugin can
|
||||||
be found at:
|
be found at:
|
||||||
|
|
||||||
|
@ -5,3 +8,6 @@ https://www.percona.com/doc/percona-pam-for-mysql/index.html
|
||||||
|
|
||||||
Please note that you need this plugin installed on both the client and
|
Please note that you need this plugin installed on both the client and
|
||||||
server for authentication to be successful.
|
server for authentication to be successful.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * *
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Please be aware the database client is vulnerable
|
Please be aware the database client is vulnerable
|
||||||
to CVE-2015-3152 - SSL Downgrade aka "BACKRONYM".
|
to CVE-2015-3152 - SSL Downgrade aka "BACKRONYM".
|
||||||
You may find more information at the following URL:
|
You may find more information at the following URL:
|
||||||
|
@ -10,6 +11,6 @@ Although this database client is not listed as
|
||||||
"affected", it is vulnerable and will not be
|
"affected", it is vulnerable and will not be
|
||||||
receiving a patch. Please take note of this when
|
receiving a patch. Please take note of this when
|
||||||
deploying this software.
|
deploying this software.
|
||||||
|
EOM
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * *
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
************************************************************************
|
[
|
||||||
|
{ type: upgrade
|
||||||
|
message: <<EOM
|
||||||
Remember to run mysql_upgrade (with the optional --datadir=<dbdir> flag)
|
Remember to run mysql_upgrade (with the optional --datadir=<dbdir> flag)
|
||||||
the first time you start the MySQL server after an upgrade from an
|
the first time you start the MySQL server after an upgrade from an
|
||||||
earlier version.
|
earlier version.
|
||||||
|
EOM
|
||||||
************************************************************************
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * *
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Please be aware the database client is vulnerable
|
Please be aware the database client is vulnerable
|
||||||
to CVE-2015-3152 - SSL Downgrade aka "BACKRONYM".
|
to CVE-2015-3152 - SSL Downgrade aka "BACKRONYM".
|
||||||
You may find more information at the following URL:
|
You may find more information at the following URL:
|
||||||
|
@ -10,6 +11,6 @@ Although this database client is not listed as
|
||||||
"affected", it is vulnerable and will not be
|
"affected", it is vulnerable and will not be
|
||||||
receiving a patch. Please take note of this when
|
receiving a patch. Please take note of this when
|
||||||
deploying this software.
|
deploying this software.
|
||||||
|
EOM
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * *
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
************************************************************************
|
[
|
||||||
|
{ type: upgrade
|
||||||
|
message: <<EOM
|
||||||
Remember to run mysql_upgrade the first time you start the MySQL server
|
Remember to run mysql_upgrade the first time you start the MySQL server
|
||||||
after an upgrade from an earlier version.
|
after an upgrade from an earlier version.
|
||||||
|
EOM
|
||||||
************************************************************************
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Documentation for using percona-pam-for-mysql authentication plugin can
|
Documentation for using percona-pam-for-mysql authentication plugin can
|
||||||
be found at:
|
be found at:
|
||||||
|
|
||||||
|
@ -8,3 +11,6 @@ server for authentication to be successful.
|
||||||
|
|
||||||
This version of the plugin is compatible with the new auth plugin API
|
This version of the plugin is compatible with the new auth plugin API
|
||||||
introduced in MySQL 5.7.
|
introduced in MySQL 5.7.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,10 +1,15 @@
|
||||||
************************************************************************
|
[
|
||||||
|
{ type: install
|
||||||
Remember to run mysql_upgrade the first time you start the MySQL server
|
message: <<EOM
|
||||||
after an upgrade from an earlier version.
|
|
||||||
|
|
||||||
Initial password for first time use of MySQL is saved in $HOME/.mysql_secret
|
Initial password for first time use of MySQL is saved in $HOME/.mysql_secret
|
||||||
ie. when you want to use "mysql -u root -p" first you should see password
|
ie. when you want to use "mysql -u root -p" first you should see password
|
||||||
in /root/.mysql_secret
|
in /root/.mysql_secret
|
||||||
|
EOM
|
||||||
************************************************************************
|
}
|
||||||
|
{ type: upgrade
|
||||||
|
message: <<EOM
|
||||||
|
Remember to run mysql_upgrade the first time you start the MySQL server
|
||||||
|
after an upgrade from an earlier version.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
To activate pg_qualstats on your PostgreSQL server, add 'pg_qualstats' to
|
To activate pg_qualstats on your PostgreSQL server, add 'pg_qualstats' to
|
||||||
shared_preload_libraries in $PGDATA/postgresql.conf. For every database,
|
shared_preload_libraries in $PGDATA/postgresql.conf. For every database,
|
||||||
run
|
run
|
||||||
|
@ -5,3 +8,6 @@ run
|
||||||
|
|
||||||
Using databases/powa-web and databases/powa-archivist together with
|
Using databases/powa-web and databases/powa-archivist together with
|
||||||
pg_qualstats is warmly recommended.
|
pg_qualstats is warmly recommended.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
To activate pg_stat_kcache on your PostgreSQL server, add 'pg_stat_kcache' to
|
To activate pg_stat_kcache on your PostgreSQL server, add 'pg_stat_kcache' to
|
||||||
shared_preload_libraries in $PGDATA/postgresql.conf. For every database,
|
shared_preload_libraries in $PGDATA/postgresql.conf. For every database,
|
||||||
run
|
run
|
||||||
|
@ -5,3 +8,6 @@ run
|
||||||
|
|
||||||
Using databases/powa-web and databases/powa-archivist together with
|
Using databases/powa-web and databases/powa-archivist together with
|
||||||
pg_stat_kcache is warmly recommended.
|
pg_stat_kcache is warmly recommended.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
[
|
||||||
===> CONFIGURATION NOTE:
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
To setup pgbouncer you need to edit the configuration file:
|
To setup pgbouncer you need to edit the configuration file:
|
||||||
%%PREFIX%%/etc/pgbouncer.ini
|
%%PREFIX%%/etc/pgbouncer.ini
|
||||||
|
|
||||||
|
@ -10,3 +10,6 @@
|
||||||
|
|
||||||
To run pgbouncer from startup, add pgbouncer_enable="YES"
|
To run pgbouncer from startup, add pgbouncer_enable="YES"
|
||||||
in your /etc/rc.conf.
|
in your /etc/rc.conf.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
In order to start pgpool you need some more configuration:
|
In order to start pgpool you need some more configuration:
|
||||||
|
|
||||||
# sysrc -f /etc/rc.conf pgpool_enable="YES"
|
# sysrc -f /etc/rc.conf pgpool_enable="YES"
|
||||||
|
@ -7,3 +10,6 @@ Please consider the usage of another user. The user is
|
||||||
required to have read/write access to /var/run/pgpool.
|
required to have read/write access to /var/run/pgpool.
|
||||||
|
|
||||||
Using the root user is - as always - an security issue.
|
Using the root user is - as always - an security issue.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
In order to start pgpool you need some more configuration:
|
In order to start pgpool you need some more configuration:
|
||||||
|
|
||||||
# sysrc -f /etc/rc.conf pgpool_enable="YES"
|
# sysrc -f /etc/rc.conf pgpool_enable="YES"
|
||||||
|
@ -7,3 +10,6 @@ Please consider the usage of another user. The user is
|
||||||
required to have read/write access to /var/run/pgpool.
|
required to have read/write access to /var/run/pgpool.
|
||||||
|
|
||||||
Using the root user is - as always - an security issue.
|
Using the root user is - as always - an security issue.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
In order to start pgpool you need some more configuration:
|
In order to start pgpool you need some more configuration:
|
||||||
|
|
||||||
# sysrc -f /etc/rc.conf pgpool_enable="YES"
|
# sysrc -f /etc/rc.conf pgpool_enable="YES"
|
||||||
|
@ -7,3 +10,6 @@ Please consider the usage of another user. The user is
|
||||||
required to have read/write access to /var/run/pgpool.
|
required to have read/write access to /var/run/pgpool.
|
||||||
|
|
||||||
Using the root user is - as always - an security issue.
|
Using the root user is - as always - an security issue.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
In order to start pgpool you need some more configuration:
|
In order to start pgpool you need some more configuration:
|
||||||
|
|
||||||
# sysrc -f /etc/rc.conf pgpool_enable="YES"
|
# sysrc -f /etc/rc.conf pgpool_enable="YES"
|
||||||
|
@ -7,3 +10,6 @@ Please consider the usage of another user. The user is
|
||||||
required to have read/write access to /var/run/pgpool.
|
required to have read/write access to /var/run/pgpool.
|
||||||
|
|
||||||
Using the root user is - as always - an security issue.
|
Using the root user is - as always - an security issue.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
In order to start pgpool you need some more configuration:
|
In order to start pgpool you need some more configuration:
|
||||||
|
|
||||||
# sysrc -f /etc/rc.conf pgpool_enable="YES"
|
# sysrc -f /etc/rc.conf pgpool_enable="YES"
|
||||||
|
@ -7,3 +10,6 @@ Please consider the usage of another user. The user is
|
||||||
required to have read/write access to /var/run/pgpool.
|
required to have read/write access to /var/run/pgpool.
|
||||||
|
|
||||||
Using the root user is - as always - an security issue.
|
Using the root user is - as always - an security issue.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,12 +1,15 @@
|
||||||
######################################################################################
|
[
|
||||||
# Create a database: #
|
{ type: install
|
||||||
# ================== #
|
message: <<EOM
|
||||||
# % sudo -H -u postgres psql --command 'CREATE DATABASE pgroonga_test' #
|
Create a database:
|
||||||
# (Normally, you should create a user for pgroonga_test database and use the user. #
|
==================
|
||||||
# See GRANT USAGE ON SCHEMA pgroonga for details.) #
|
% sudo -H -u postgres psql --command 'CREATE DATABASE pgroonga_test'
|
||||||
# #
|
(Normally, you should create a user for pgroonga_test database and use the user.
|
||||||
# Connect to the created database and execute CREATE EXTENSION pgroonga: #
|
See GRANT USAGE ON SCHEMA pgroonga for details.)
|
||||||
# ====================================================================== #
|
|
||||||
# % sudo -H -u postgres psql -d pgroonga_test --command 'CREATE EXTENSION pgroonga;' #
|
Connect to the created database and execute CREATE EXTENSION pgroonga:
|
||||||
# #
|
======================================================================
|
||||||
######################################################################################
|
% sudo -H -u postgres psql -d pgroonga_test --command 'CREATE EXTENSION pgroonga;'
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
In order to use the extension within database execute the following command:
|
In order to use the extension within database execute the following command:
|
||||||
|
|
||||||
CREATE EXTENSION uri;
|
CREATE EXTENSION uri;
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,7 +1,12 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
phpliteadmin has been installed into:
|
phpliteadmin has been installed into:
|
||||||
|
|
||||||
%%WWWDIR%%
|
%%WWWDIR%%
|
||||||
|
|
||||||
Please copy phpliteadmin.config.sample.php to phpliteadmin.config.php and
|
Please copy phpliteadmin.config.sample.php to phpliteadmin.config.php and
|
||||||
edit as you needs.
|
edit as you needs.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
%%PKGNAME%% has been installed into:
|
%%PKGNAME%% has been installed into:
|
||||||
|
|
||||||
%%WWWDIR%%
|
%%WWWDIR%%
|
||||||
|
@ -41,3 +43,6 @@ advises that any instance be protected with an additional protection layer,
|
||||||
e.g. a different access control mechanism implemented by the web server
|
e.g. a different access control mechanism implemented by the web server
|
||||||
as shown in the example. Do consider enabling phpMyAdmin only when it
|
as shown in the example. Do consider enabling phpMyAdmin only when it
|
||||||
is in use.
|
is in use.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
****************************************************************************
|
[
|
||||||
|
{ type: upgrade
|
||||||
|
maximum_version: 1.6
|
||||||
|
message: <<EOM
|
||||||
If you are upgrading cstore_fdw from a version prior to 1.6, you need
|
If you are upgrading cstore_fdw from a version prior to 1.6, you need
|
||||||
to execute the following steps:
|
to execute the following steps:
|
||||||
|
|
||||||
|
@ -10,5 +12,6 @@ to execute the following steps:
|
||||||
Please, visit the following URL for more information:
|
Please, visit the following URL for more information:
|
||||||
|
|
||||||
https://github.com/citusdata/cstore_fdw/blob/master/README.md
|
https://github.com/citusdata/cstore_fdw/blob/master/README.md
|
||||||
|
EOM
|
||||||
***************************************************************************
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
PostgreSQL JDBC support installed!
|
PostgreSQL JDBC support installed!
|
||||||
|
|
||||||
postgresql.jar resides in
|
postgresql.jar resides in
|
||||||
%%JAVAJARDIR%%/postgresql.jar
|
%%JAVAJARDIR%%/postgresql.jar
|
||||||
Add this to your CLASSPATH!
|
Add this to your CLASSPATH!
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Use the following sql script to create PL/v8js
|
Use the following sql script to create PL/v8js
|
||||||
|
|
||||||
psql -c 'CREATE EXTENSION plv8'
|
psql -c 'CREATE EXTENSION plv8'
|
||||||
psql -c 'CREATE EXTENSION plls'
|
psql -c 'CREATE EXTENSION plls'
|
||||||
psql -c 'CREATE EXTENSION plcoffee'
|
psql -c 'CREATE EXTENSION plcoffee'
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Databases/postgresql-relay now supports rc.subr.
|
Databases/postgresql-relay now supports rc.subr.
|
||||||
Please add 'postgresqlrelay_enable="YES"' to your /etc/rc.conf
|
Please add 'postgresqlrelay_enable="YES"' to your /etc/rc.conf
|
||||||
to make it start autoamtically at startup.
|
to make it start autoamtically at startup.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
The PostgreSQL port has a collection of "side orders":
|
The PostgreSQL port has a collection of "side orders":
|
||||||
|
|
||||||
postgresql-docs
|
postgresql-docs
|
||||||
|
@ -30,3 +33,6 @@ postgresql-contrib
|
||||||
things.
|
things.
|
||||||
|
|
||||||
etc...
|
etc...
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
The PostgreSQL contrib utilities have been installed. Please see
|
The PostgreSQL contrib utilities have been installed. Please see
|
||||||
%%PREFIX%%/share/doc/postgresql/contrib/README
|
%%PREFIX%%/share/doc/postgresql/contrib/README
|
||||||
for more information.
|
for more information.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
PL/Perl has been installed. Check the createlang(l) manpage for more
|
PL/Perl has been installed. Check the createlang(l) manpage for more
|
||||||
info. You can install PL/Perl as trusted or untrusted, by using either
|
info. You can install PL/Perl as trusted or untrusted, by using either
|
||||||
"createlang plperl" or "createlang plperlu".
|
"createlang plperl" or "createlang plperlu".
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
PL/Python has been installed. Check the createlang(l) manpage for more
|
PL/Python has been installed. Check the createlang(l) manpage for more
|
||||||
info. You can install PL/Python by using "createlang plpythonu" (it
|
info. You can install PL/Python by using "createlang plpythonu" (it
|
||||||
exists as an untrusted language only).
|
exists as an untrusted language only).
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
PL/Tcl has been installed. Check the createlang(l) manpage for more
|
PL/Tcl has been installed. Check the createlang(l) manpage for more
|
||||||
info. You can install pltcl as trusted or untrusted, by using either
|
info. You can install pltcl as trusted or untrusted, by using either
|
||||||
"createlang pltcl" or "createlang pltclu".
|
"createlang pltcl" or "createlang pltclu".
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
For procedural languages and postgresql functions, please note that
|
For procedural languages and postgresql functions, please note that
|
||||||
you might have to update them when updating the server.
|
you might have to update them when updating the server.
|
||||||
|
|
||||||
|
@ -61,4 +64,6 @@ NB. If you're not using a checksumming filesystem like ZFS, you might
|
||||||
|
|
||||||
To run PostgreSQL at startup, add
|
To run PostgreSQL at startup, add
|
||||||
'postgresql_enable="YES"' to /etc/rc.conf
|
'postgresql_enable="YES"' to /etc/rc.conf
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
The PostgreSQL port has a collection of "side orders":
|
The PostgreSQL port has a collection of "side orders":
|
||||||
|
|
||||||
postgresql-docs
|
postgresql-docs
|
||||||
|
@ -30,3 +33,6 @@ postgresql-contrib
|
||||||
things.
|
things.
|
||||||
|
|
||||||
etc...
|
etc...
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
The PostgreSQL contrib utilities have been installed. Please see
|
The PostgreSQL contrib utilities have been installed. Please see
|
||||||
%%PREFIX%%/share/doc/postgresql/contrib/README
|
%%PREFIX%%/share/doc/postgresql/contrib/README
|
||||||
for more information.
|
for more information.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
PL/Perl has been installed. Check the createlang(l) manpage for more
|
PL/Perl has been installed. Check the createlang(l) manpage for more
|
||||||
info. You can install PL/Perl as trusted or untrusted, by using either
|
info. You can install PL/Perl as trusted or untrusted, by using either
|
||||||
"createlang plperl" or "createlang plperlu".
|
"createlang plperl" or "createlang plperlu".
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
PL/Python has been installed. Check the createlang(l) manpage for more
|
PL/Python has been installed. Check the createlang(l) manpage for more
|
||||||
info. You can install PL/Python by using "createlang plpythonu" (it
|
info. You can install PL/Python by using "createlang plpythonu" (it
|
||||||
exists as an untrusted language only).
|
exists as an untrusted language only).
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
PL/Tcl has been installed. Check the createlang(l) manpage for more
|
PL/Tcl has been installed. Check the createlang(l) manpage for more
|
||||||
info. You can install pltcl as trusted or untrusted, by using either
|
info. You can install pltcl as trusted or untrusted, by using either
|
||||||
"createlang pltcl" or "createlang pltclu".
|
"createlang pltcl" or "createlang pltclu".
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
For procedural languages and postgresql functions, please note that
|
For procedural languages and postgresql functions, please note that
|
||||||
you might have to update them when updating the server.
|
you might have to update them when updating the server.
|
||||||
|
|
||||||
|
@ -61,4 +64,6 @@ NB. If you're not using a checksumming filesystem like ZFS, you might
|
||||||
|
|
||||||
To run PostgreSQL at startup, add
|
To run PostgreSQL at startup, add
|
||||||
'postgresql_enable="YES"' to /etc/rc.conf
|
'postgresql_enable="YES"' to /etc/rc.conf
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
The PostgreSQL port has a collection of "side orders":
|
The PostgreSQL port has a collection of "side orders":
|
||||||
|
|
||||||
postgresql-docs
|
postgresql-docs
|
||||||
|
@ -30,3 +33,6 @@ postgresql-contrib
|
||||||
things.
|
things.
|
||||||
|
|
||||||
etc...
|
etc...
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
The PostgreSQL contrib utilities have been installed. Please see
|
The PostgreSQL contrib utilities have been installed. Please see
|
||||||
%%PREFIX%%/share/doc/postgresql/contrib/README
|
%%PREFIX%%/share/doc/postgresql/contrib/README
|
||||||
for more information.
|
for more information.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
PL/Perl has been installed. Check the createlang(l) manpage for more
|
PL/Perl has been installed. Check the createlang(l) manpage for more
|
||||||
info. You can install PL/Perl as trusted or untrusted, by using either
|
info. You can install PL/Perl as trusted or untrusted, by using either
|
||||||
"createlang plperl" or "createlang plperlu".
|
"createlang plperl" or "createlang plperlu".
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
PL/Python has been installed. Check the createlang(l) manpage for more
|
PL/Python has been installed. Check the createlang(l) manpage for more
|
||||||
info. You can install PL/Python by using "createlang plpythonu" (it
|
info. You can install PL/Python by using "createlang plpythonu" (it
|
||||||
exists as an untrusted language only).
|
exists as an untrusted language only).
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
PL/Tcl has been installed. Check the createlang(l) manpage for more
|
PL/Tcl has been installed. Check the createlang(l) manpage for more
|
||||||
info. You can install pltcl as trusted or untrusted, by using either
|
info. You can install pltcl as trusted or untrusted, by using either
|
||||||
"createlang pltcl" or "createlang pltclu".
|
"createlang pltcl" or "createlang pltclu".
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
For procedural languages and postgresql functions, please note that
|
For procedural languages and postgresql functions, please note that
|
||||||
you might have to update them when updating the server.
|
you might have to update them when updating the server.
|
||||||
|
|
||||||
|
@ -61,4 +64,6 @@ NB. If you're not using a checksumming filesystem like ZFS, you might
|
||||||
|
|
||||||
To run PostgreSQL at startup, add
|
To run PostgreSQL at startup, add
|
||||||
'postgresql_enable="YES"' to /etc/rc.conf
|
'postgresql_enable="YES"' to /etc/rc.conf
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
The PostgreSQL port has a collection of "side orders":
|
The PostgreSQL port has a collection of "side orders":
|
||||||
|
|
||||||
postgresql-docs
|
postgresql-docs
|
||||||
|
@ -30,3 +33,6 @@ postgresql-contrib
|
||||||
things.
|
things.
|
||||||
|
|
||||||
etc...
|
etc...
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
The PostgreSQL contrib utilities have been installed. Please see
|
The PostgreSQL contrib utilities have been installed. Please see
|
||||||
%%PREFIX%%/share/doc/postgresql/contrib/README
|
%%PREFIX%%/share/doc/postgresql/contrib/README
|
||||||
for more information.
|
for more information.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
PL/Perl has been installed. Check the createlang(l) manpage for more
|
PL/Perl has been installed. Check the createlang(l) manpage for more
|
||||||
info. You can install PL/Perl as trusted or untrusted, by using either
|
info. You can install PL/Perl as trusted or untrusted, by using either
|
||||||
"createlang plperl" or "createlang plperlu".
|
"createlang plperl" or "createlang plperlu".
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
PL/Python has been installed. Check the createlang(l) manpage for more
|
PL/Python has been installed. Check the createlang(l) manpage for more
|
||||||
info. You can install PL/Python by using "createlang plpythonu" (it
|
info. You can install PL/Python by using "createlang plpythonu" (it
|
||||||
exists as an untrusted language only).
|
exists as an untrusted language only).
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
PL/Tcl has been installed. Check the createlang(l) manpage for more
|
PL/Tcl has been installed. Check the createlang(l) manpage for more
|
||||||
info. You can install pltcl as trusted or untrusted, by using either
|
info. You can install pltcl as trusted or untrusted, by using either
|
||||||
"createlang pltcl" or "createlang pltclu".
|
"createlang pltcl" or "createlang pltclu".
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
For procedural languages and postgresql functions, please note that
|
For procedural languages and postgresql functions, please note that
|
||||||
you might have to update them when updating the server.
|
you might have to update them when updating the server.
|
||||||
|
|
||||||
|
@ -61,4 +64,6 @@ NB. If you're not using a checksumming filesystem like ZFS, you might
|
||||||
|
|
||||||
To run PostgreSQL at startup, add
|
To run PostgreSQL at startup, add
|
||||||
'postgresql_enable="YES"' to /etc/rc.conf
|
'postgresql_enable="YES"' to /etc/rc.conf
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
The PostgreSQL port has a collection of "side orders":
|
The PostgreSQL port has a collection of "side orders":
|
||||||
|
|
||||||
postgresql-docs
|
postgresql-docs
|
||||||
|
@ -30,3 +33,6 @@ postgresql-contrib
|
||||||
things.
|
things.
|
||||||
|
|
||||||
etc...
|
etc...
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
The PostgreSQL contrib utilities have been installed. Please see
|
The PostgreSQL contrib utilities have been installed. Please see
|
||||||
%%PREFIX%%/share/doc/postgresql/contrib/README
|
%%PREFIX%%/share/doc/postgresql/contrib/README
|
||||||
for more information.
|
for more information.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
PL/Perl has been installed. Check the createlang(l) manpage for more
|
PL/Perl has been installed. Check the createlang(l) manpage for more
|
||||||
info. You can install PL/Perl as trusted or untrusted, by using either
|
info. You can install PL/Perl as trusted or untrusted, by using either
|
||||||
"createlang plperl" or "createlang plperlu".
|
"createlang plperl" or "createlang plperlu".
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
PL/Python has been installed. Check the createlang(l) manpage for more
|
PL/Python has been installed. Check the createlang(l) manpage for more
|
||||||
info. You can install PL/Python by using "createlang plpythonu" (it
|
info. You can install PL/Python by using "createlang plpythonu" (it
|
||||||
exists as an untrusted language only).
|
exists as an untrusted language only).
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
PL/Tcl has been installed. Check the createlang(l) manpage for more
|
PL/Tcl has been installed. Check the createlang(l) manpage for more
|
||||||
info. You can install pltcl as trusted or untrusted, by using either
|
info. You can install pltcl as trusted or untrusted, by using either
|
||||||
"createlang pltcl" or "createlang pltclu".
|
"createlang pltcl" or "createlang pltclu".
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
For procedural languages and postgresql functions, please note that
|
For procedural languages and postgresql functions, please note that
|
||||||
you might have to update them when updating the server.
|
you might have to update them when updating the server.
|
||||||
|
|
||||||
|
@ -61,4 +64,6 @@ NB. If you're not using a checksumming filesystem like ZFS, you might
|
||||||
|
|
||||||
To run PostgreSQL at startup, add
|
To run PostgreSQL at startup, add
|
||||||
'postgresql_enable="YES"' to /etc/rc.conf
|
'postgresql_enable="YES"' to /etc/rc.conf
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
The PostgreSQL port has a collection of "side orders":
|
The PostgreSQL port has a collection of "side orders":
|
||||||
|
|
||||||
postgresql-docs
|
postgresql-docs
|
||||||
|
@ -30,3 +33,6 @@ postgresql-contrib
|
||||||
things.
|
things.
|
||||||
|
|
||||||
etc...
|
etc...
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
The PostgreSQL contrib utilities have been installed. Please see
|
The PostgreSQL contrib utilities have been installed. Please see
|
||||||
%%PREFIX%%/share/doc/postgresql/contrib/README
|
%%PREFIX%%/share/doc/postgresql/contrib/README
|
||||||
for more information.
|
for more information.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
PL/Perl has been installed. Check the createlang(l) manpage for more
|
PL/Perl has been installed. Check the createlang(l) manpage for more
|
||||||
info. You can install PL/Perl as trusted or untrusted, by using either
|
info. You can install PL/Perl as trusted or untrusted, by using either
|
||||||
"createlang plperl" or "createlang plperlu".
|
"createlang plperl" or "createlang plperlu".
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
PL/Python has been installed. Check the createlang(l) manpage for more
|
PL/Python has been installed. Check the createlang(l) manpage for more
|
||||||
info. You can install PL/Python by using "createlang plpythonu" (it
|
info. You can install PL/Python by using "createlang plpythonu" (it
|
||||||
exists as an untrusted language only).
|
exists as an untrusted language only).
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
PL/Tcl has been installed. Check the createlang(l) manpage for more
|
PL/Tcl has been installed. Check the createlang(l) manpage for more
|
||||||
info. You can install pltcl as trusted or untrusted, by using either
|
info. You can install pltcl as trusted or untrusted, by using either
|
||||||
"createlang pltcl" or "createlang pltclu".
|
"createlang pltcl" or "createlang pltclu".
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue