6b11e89876
Release notes: http://www.postgresql.org/docs/7.3/static/release.html#RELEASE-7-3-17 http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4-15 http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-10 http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-1-6 http://www.postgresql.org/docs/8.2/static/release-8-2-1.html The server-side utilities of postgresql (initdb, initlocation, ipcclean, pg_controldata, pg_ctl, pg_id and pg_resetxlog) are now installed by the respective postgresql*-server port (previously they where installed with the client). If you update the client, you should also update the server to make sure you are not left without the server-side tools. Do something like: portupgrade postgresql-client postgresql-server
91 lines
3.9 KiB
Text
91 lines
3.9 KiB
Text
bin/initdb
|
|
bin/initlocation
|
|
bin/ipcclean
|
|
bin/pg_controldata
|
|
bin/pg_ctl
|
|
bin/pg_id
|
|
bin/pg_resetxlog
|
|
bin/postgres
|
|
bin/postmaster
|
|
etc/periodic/daily/502.pgsql
|
|
lib/postgresql/ascii_and_mic.so
|
|
lib/postgresql/cyrillic_and_mic.so
|
|
lib/postgresql/euc_cn_and_mic.so
|
|
lib/postgresql/euc_jp_and_sjis.so
|
|
lib/postgresql/euc_kr_and_mic.so
|
|
lib/postgresql/euc_tw_and_big5.so
|
|
lib/postgresql/latin2_and_win1250.so
|
|
lib/postgresql/latin_and_mic.so
|
|
lib/postgresql/utf8_and_ascii.so
|
|
lib/postgresql/utf8_and_big5.so
|
|
lib/postgresql/utf8_and_cyrillic.so
|
|
lib/postgresql/utf8_and_euc_cn.so
|
|
lib/postgresql/utf8_and_euc_jp.so
|
|
lib/postgresql/utf8_and_euc_kr.so
|
|
lib/postgresql/utf8_and_euc_tw.so
|
|
lib/postgresql/utf8_and_gb18030.so
|
|
lib/postgresql/utf8_and_gbk.so
|
|
lib/postgresql/utf8_and_iso8859.so
|
|
lib/postgresql/utf8_and_iso8859_1.so
|
|
lib/postgresql/utf8_and_johab.so
|
|
lib/postgresql/utf8_and_sjis.so
|
|
lib/postgresql/utf8_and_tcvn.so
|
|
lib/postgresql/utf8_and_uhc.so
|
|
lib/postgresql/utf8_and_win1250.so
|
|
lib/postgresql/utf8_and_win1256.so
|
|
lib/postgresql/utf8_and_win874.so
|
|
lib/postgresql/plpgsql.so
|
|
%%DOCSDIR%%/README-server
|
|
@dirrmtry %%DOCSDIR%%
|
|
share/postgresql/postgres.bki
|
|
share/postgresql/postgres.description
|
|
share/postgresql/pg_hba.conf.sample
|
|
share/postgresql/pg_ident.conf.sample
|
|
share/postgresql/postgresql.conf.sample
|
|
share/postgresql/conversion_create.sql
|
|
%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
|
|
%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_controldata.mo
|
|
%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_resetxlog.mo
|
|
%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo
|
|
%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_controldata.mo
|
|
%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo
|
|
%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_controldata.mo
|
|
%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo
|
|
%%GETTEXT%%share/locale/hu/LC_MESSAGES/pg_controldata.mo
|
|
%%GETTEXT%%share/locale/hu/LC_MESSAGES/pg_resetxlog.mo
|
|
%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo
|
|
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_controldata.mo
|
|
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog.mo
|
|
%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_controldata.mo
|
|
%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_resetxlog.mo
|
|
%%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres.mo
|
|
%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_controldata.mo
|
|
%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_resetxlog.mo
|
|
%%GETTEXT%%share/locale/sv/LC_MESSAGES/postgres.mo
|
|
%%GETTEXT%%share/locale/tr/LC_MESSAGES/postgres.mo
|
|
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_controldata.mo
|
|
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog.mo
|
|
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres.mo
|
|
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres.mo
|
|
%%GETTEXT%%@dirrmtry share/locale/cs/LC_MESSAGES
|
|
%%GETTEXT%%@dirrmtry share/locale/cs
|
|
%%GETTEXT%%@dirrmtry share/locale/zh_CN/LC_MESSAGES
|
|
%%GETTEXT%%@dirrmtry share/locale/zh_CN
|
|
%%GETTEXT%%@dirrmtry share/locale/zh_TW/LC_MESSAGES
|
|
%%GETTEXT%%@dirrmtry share/locale/zh_TW
|
|
@unexec if cmp -s ~pgsql/.profile %D/share/postgresql/dot.profile.dist; then rm -f ~pgsql/.profile; fi
|
|
@unexec if cmp -s ~pgsql/.cshrc %D/share/postgresql/dot.cshrc.dist; then rm -f ~pgsql/.cshrc; fi
|
|
@unexec [ -f ~pgsql/dot.profile.dist ] && rm ~pgsql/dot.profile.dist
|
|
@unexec [ -f ~pgsql/dot.cshrc.dist ] && rm ~pgsql/dot.cshrc.dist
|
|
share/postgresql/dot.profile.dist
|
|
share/postgresql/dot.cshrc.dist
|
|
@exec [ -f %D/share/postgresql/dot.profile.dist ] && cp %D/share/postgresql/dot.profile.dist ~pgsql/.
|
|
@exec [ -f %D/share/postgresql/dot.cshrc.dist ] && cp %D/share/postgresql/dot.cshrc.dist ~pgsql/.
|
|
@exec [ -f ~pgsql/.profile ] || (cp %D/share/postgresql/dot.profile.dist ~pgsql/.profile && chown pgsql:pgsql ~pgsql/.profile)
|
|
@exec [ -f ~pgsql/.cshrc ] || (cp %D/share/postgresql/dot.cshrc.dist ~pgsql/.cshrc && chown pgsql:pgsql ~pgsql/.cshrc)
|
|
@unexec echo "Warning: If you will *NOT* use this package anymore, please remove the pgsql user manually."
|
|
@dirrmtry share/postgresql
|
|
@dirrmtry etc/periodic/daily
|
|
@dirrmtry etc/periodic
|
|
@dirrmtry lib/postgresql
|
|
@dirrmtry pgsql
|