Update to 1.10.0
ok landry@
This commit is contained in:
parent
8df91258af
commit
aaa6328111
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2008/12/12 20:22:21 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2009/08/14 09:22:20 pea Exp $
|
||||
|
||||
COMMENT= administration and development platform for PostgreSQL
|
||||
|
||||
V= 1.8.4
|
||||
V= 1.10.0
|
||||
DISTNAME= pgadmin3-$V
|
||||
CATEGORIES= databases devel
|
||||
|
||||
@ -15,7 +15,10 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c iconv m pthread stdc++ z
|
||||
|
||||
MODULES= converters/libiconv
|
||||
|
||||
WANTLIB= c m pthread stdc++ z
|
||||
|
||||
MASTER_SITES= ftp://ftp2.uk.postgresql.org/sites/ftp.postgresql.org/pgadmin3/release/v$V/src/ \
|
||||
ftp://ftp5.us.postgresql.org/pub/PostgreSQL/pgadmin3/release/v$V/src/ \
|
||||
@ -31,7 +34,6 @@ CONFIGURE_STYLE=gnu
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS}"
|
||||
|
||||
CONFIGURE_ARGS= --with-pgsql=${LOCALBASE} \
|
||||
--with-pgsql-include=${LOCALBASE}/include/postgresql
|
||||
CONFIGURE_ARGS= --with-pgsql=${LOCALBASE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (pgadmin3-1.8.4.tar.gz) = EvxgJ/ZReIYVp/ocbdvNsw==
|
||||
RMD160 (pgadmin3-1.8.4.tar.gz) = Rm+n+7c0+bxj+yN12gyH/j1Ht/E=
|
||||
SHA1 (pgadmin3-1.8.4.tar.gz) = wxA3ksZ4GDxakIHarFbr9GfWdP8=
|
||||
SHA256 (pgadmin3-1.8.4.tar.gz) = wZIMxGC4Ptu9FA0HDeYd9a6AGGipve8bXsDN07eq2S0=
|
||||
SIZE (pgadmin3-1.8.4.tar.gz) = 7973205
|
||||
MD5 (pgadmin3-1.10.0.tar.gz) = PyAyx4ZX49tOBxlhN1EGDA==
|
||||
RMD160 (pgadmin3-1.10.0.tar.gz) = FTDgthSzel/qybvmHHyVZXo8ils=
|
||||
SHA1 (pgadmin3-1.10.0.tar.gz) = GtK0bWhZNx6t0PG0uyANBC6POcI=
|
||||
SHA256 (pgadmin3-1.10.0.tar.gz) = JijhaFwI0RBhhM+Efno401hE95qvSQcAKlwO1UJJsdk=
|
||||
SIZE (pgadmin3-1.10.0.tar.gz) = 12042723
|
||||
|
21
databases/pgadmin3/patches/patch-configure
Normal file
21
databases/pgadmin3/patches/patch-configure
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2009/08/14 09:22:21 pea Exp $
|
||||
--- configure.orig Tue Aug 11 12:08:55 2009
|
||||
+++ configure Tue Aug 11 12:10:20 2009
|
||||
@@ -6163,7 +6163,7 @@ if test "${ac_cv_lib_ssl_SSL_library_init+set}" = set;
|
||||
$as_echo_n "(cached) " >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lssl $LIBS"
|
||||
+LIBS="-lcrypto -lssl $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
@@ -6701,7 +6701,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
if test "$PG_SSL" = "yes"
|
||||
then
|
||||
- LIBS="${PG_LIB}/libpq.a $CRYPT_LIB $LIBS -lssl $CRYPTO_LIB"
|
||||
+ LIBS="${PG_LIB}/libpq.a $CRYPT_LIB $LIBS -lcrypto -lssl $CRYPTO_LIB"
|
||||
else
|
||||
LIBS="${PG_LIB}/libpq.a $CRYPT_LIB $LIBS $CRYPTO_LIB"
|
||||
fi
|
@ -1,12 +1,131 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2008/12/12 12:25:16 pea Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2009/08/14 09:22:21 pea Exp $
|
||||
@bin bin/pgadmin3
|
||||
@bin bin/pgagent
|
||||
share/pgadmin3/
|
||||
share/pgadmin3/branding/
|
||||
share/pgadmin3/branding/branding.ini
|
||||
share/pgadmin3/docs/
|
||||
share/pgadmin3/docs/Docs.vcproj
|
||||
share/pgadmin3/docs/builddocs.bat
|
||||
share/pgadmin3/docs/cs_CZ/
|
||||
share/pgadmin3/docs/cs_CZ/appendices.html
|
||||
share/pgadmin3/docs/cs_CZ/backup.html
|
||||
share/pgadmin3/docs/cs_CZ/bugreport.html
|
||||
share/pgadmin3/docs/cs_CZ/commandline.html
|
||||
share/pgadmin3/docs/cs_CZ/connect-error.html
|
||||
share/pgadmin3/docs/cs_CZ/connect.html
|
||||
share/pgadmin3/docs/cs_CZ/control-server.html
|
||||
share/pgadmin3/docs/cs_CZ/debugger.html
|
||||
share/pgadmin3/docs/cs_CZ/default-xsl.html
|
||||
share/pgadmin3/docs/cs_CZ/editgrid.html
|
||||
share/pgadmin3/docs/cs_CZ/export.html
|
||||
share/pgadmin3/docs/cs_CZ/extend.html
|
||||
share/pgadmin3/docs/cs_CZ/gqb.html
|
||||
share/pgadmin3/docs/cs_CZ/grantwiz.html
|
||||
share/pgadmin3/docs/cs_CZ/gridopts.html
|
||||
share/pgadmin3/docs/cs_CZ/guruhints.html
|
||||
share/pgadmin3/docs/cs_CZ/hints/
|
||||
share/pgadmin3/docs/cs_CZ/hints/autovacuum.html
|
||||
share/pgadmin3/docs/cs_CZ/hints/conn-hba.html
|
||||
share/pgadmin3/docs/cs_CZ/hints/conn-ident.html
|
||||
share/pgadmin3/docs/cs_CZ/hints/conn-listen.html
|
||||
share/pgadmin3/docs/cs_CZ/hints/encoding-ascii.html
|
||||
share/pgadmin3/docs/cs_CZ/hints/encoding-unicode.html
|
||||
share/pgadmin3/docs/cs_CZ/hints/fki.html
|
||||
share/pgadmin3/docs/cs_CZ/hints/instrumentation.html
|
||||
share/pgadmin3/docs/cs_CZ/hints/multiple.html
|
||||
share/pgadmin3/docs/cs_CZ/hints/object-editing.html
|
||||
share/pgadmin3/docs/cs_CZ/hints/pk.html
|
||||
share/pgadmin3/docs/cs_CZ/hints/saving-passwords.html
|
||||
share/pgadmin3/docs/cs_CZ/hints/vacuum.html
|
||||
share/pgadmin3/docs/cs_CZ/hints/view-without-pk.html
|
||||
share/pgadmin3/docs/cs_CZ/images/
|
||||
share/pgadmin3/docs/cs_CZ/images/backup.png
|
||||
share/pgadmin3/docs/cs_CZ/images/debugger.png
|
||||
share/pgadmin3/docs/cs_CZ/images/editgrid.png
|
||||
share/pgadmin3/docs/cs_CZ/images/export.png
|
||||
share/pgadmin3/docs/cs_CZ/images/gqb.png
|
||||
share/pgadmin3/docs/cs_CZ/images/grantwiz.png
|
||||
share/pgadmin3/docs/cs_CZ/images/gridopt-filter.png
|
||||
share/pgadmin3/docs/cs_CZ/images/gridopt-sort.png
|
||||
share/pgadmin3/docs/cs_CZ/images/guru-connect.png
|
||||
share/pgadmin3/docs/cs_CZ/images/main.png
|
||||
share/pgadmin3/docs/cs_CZ/images/maintenance.png
|
||||
share/pgadmin3/docs/cs_CZ/images/manage-macros.png
|
||||
share/pgadmin3/docs/cs_CZ/images/no-hba.png
|
||||
share/pgadmin3/docs/cs_CZ/images/not-running.png
|
||||
share/pgadmin3/docs/cs_CZ/images/options-display.png
|
||||
share/pgadmin3/docs/cs_CZ/images/options-general.png
|
||||
share/pgadmin3/docs/cs_CZ/images/options-logging.png
|
||||
share/pgadmin3/docs/cs_CZ/images/options-pref.png
|
||||
share/pgadmin3/docs/cs_CZ/images/options-query.png
|
||||
share/pgadmin3/docs/cs_CZ/images/password.png
|
||||
share/pgadmin3/docs/cs_CZ/images/pgagent-jobdetails.png
|
||||
share/pgadmin3/docs/cs_CZ/images/pgagent-jobproperties.png
|
||||
share/pgadmin3/docs/cs_CZ/images/pgagent-jobstats.png
|
||||
share/pgadmin3/docs/cs_CZ/images/pgagent-scheduledetails1.png
|
||||
share/pgadmin3/docs/cs_CZ/images/pgagent-scheduledetails2.png
|
||||
share/pgadmin3/docs/cs_CZ/images/pgagent-scheduledetails3.png
|
||||
share/pgadmin3/docs/cs_CZ/images/pgagent-scheduleproperties.png
|
||||
share/pgadmin3/docs/cs_CZ/images/pgagent-stepdetails.png
|
||||
share/pgadmin3/docs/cs_CZ/images/pgagent-stepstats.png
|
||||
share/pgadmin3/docs/cs_CZ/images/query-analyze.png
|
||||
share/pgadmin3/docs/cs_CZ/images/query-connect.png
|
||||
share/pgadmin3/docs/cs_CZ/images/query.png
|
||||
share/pgadmin3/docs/cs_CZ/images/reporttool-html.png
|
||||
share/pgadmin3/docs/cs_CZ/images/reporttool-xml.png
|
||||
share/pgadmin3/docs/cs_CZ/images/restore.png
|
||||
share/pgadmin3/docs/cs_CZ/images/server.png
|
||||
share/pgadmin3/docs/cs_CZ/images/slony-create.png
|
||||
share/pgadmin3/docs/cs_CZ/images/slony-execute.png
|
||||
share/pgadmin3/docs/cs_CZ/images/slony-join.png
|
||||
share/pgadmin3/docs/cs_CZ/images/slony-listen.png
|
||||
share/pgadmin3/docs/cs_CZ/images/slony-overview.png
|
||||
share/pgadmin3/docs/cs_CZ/images/slony-path.png
|
||||
share/pgadmin3/docs/cs_CZ/images/slony-sequence.png
|
||||
share/pgadmin3/docs/cs_CZ/images/slony-set.png
|
||||
share/pgadmin3/docs/cs_CZ/images/slony-subscription.png
|
||||
share/pgadmin3/docs/cs_CZ/images/slony-table.png
|
||||
share/pgadmin3/docs/cs_CZ/images/slony-upgrade.png
|
||||
share/pgadmin3/docs/cs_CZ/images/status.png
|
||||
share/pgadmin3/docs/cs_CZ/index.html
|
||||
share/pgadmin3/docs/cs_CZ/kerberos.html
|
||||
share/pgadmin3/docs/cs_CZ/licence.html
|
||||
share/pgadmin3/docs/cs_CZ/macros.html
|
||||
share/pgadmin3/docs/cs_CZ/main.html
|
||||
share/pgadmin3/docs/cs_CZ/maintenance.html
|
||||
share/pgadmin3/docs/cs_CZ/openssl.html
|
||||
share/pgadmin3/docs/cs_CZ/options-tab1.html
|
||||
share/pgadmin3/docs/cs_CZ/options-tab2.html
|
||||
share/pgadmin3/docs/cs_CZ/options-tab3.html
|
||||
share/pgadmin3/docs/cs_CZ/options-tab4.html
|
||||
share/pgadmin3/docs/cs_CZ/options-tab5.html
|
||||
share/pgadmin3/docs/cs_CZ/options.html
|
||||
share/pgadmin3/docs/cs_CZ/password.html
|
||||
share/pgadmin3/docs/cs_CZ/pgadmin3.css
|
||||
share/pgadmin3/docs/cs_CZ/pgadmin3.hhc
|
||||
share/pgadmin3/docs/cs_CZ/pgadmin3.hhp
|
||||
share/pgadmin3/docs/cs_CZ/pgagent-install.html
|
||||
share/pgadmin3/docs/cs_CZ/pgagent-jobs.html
|
||||
share/pgadmin3/docs/cs_CZ/pgagent-schedules.html
|
||||
share/pgadmin3/docs/cs_CZ/pgagent-steps.html
|
||||
share/pgadmin3/docs/cs_CZ/pgagent.html
|
||||
share/pgadmin3/docs/cs_CZ/pgscript.html
|
||||
share/pgadmin3/docs/cs_CZ/query.html
|
||||
share/pgadmin3/docs/cs_CZ/reports.html
|
||||
share/pgadmin3/docs/cs_CZ/restore.html
|
||||
share/pgadmin3/docs/cs_CZ/sample-xml.html
|
||||
share/pgadmin3/docs/cs_CZ/slony-example.html
|
||||
share/pgadmin3/docs/cs_CZ/slony-execute.html
|
||||
share/pgadmin3/docs/cs_CZ/slony-functions.html
|
||||
share/pgadmin3/docs/cs_CZ/slony-install.html
|
||||
share/pgadmin3/docs/cs_CZ/slony-overview.html
|
||||
share/pgadmin3/docs/cs_CZ/slony-path.html
|
||||
share/pgadmin3/docs/cs_CZ/slony-set.html
|
||||
share/pgadmin3/docs/cs_CZ/slony.html
|
||||
share/pgadmin3/docs/cs_CZ/status.html
|
||||
share/pgadmin3/docs/cs_CZ/team.html
|
||||
share/pgadmin3/docs/cs_CZ/translation_team.html
|
||||
share/pgadmin3/docs/cs_CZ/using.html
|
||||
share/pgadmin3/docs/de_DE/
|
||||
share/pgadmin3/docs/de_DE/hints/
|
||||
share/pgadmin3/docs/de_DE/hints/autovacuum.html
|
||||
@ -21,7 +140,6 @@ share/pgadmin3/docs/de_DE/hints/multiple.html
|
||||
share/pgadmin3/docs/de_DE/hints/pk.html
|
||||
share/pgadmin3/docs/de_DE/hints/vacuum.html
|
||||
share/pgadmin3/docs/de_DE/hints/view-without-pk.html
|
||||
share/pgadmin3/docs/de_DE/tips.txt
|
||||
share/pgadmin3/docs/en_US/
|
||||
share/pgadmin3/docs/en_US/appendices.html
|
||||
share/pgadmin3/docs/en_US/backup.html
|
||||
@ -35,6 +153,7 @@ share/pgadmin3/docs/en_US/default-xsl.html
|
||||
share/pgadmin3/docs/en_US/editgrid.html
|
||||
share/pgadmin3/docs/en_US/export.html
|
||||
share/pgadmin3/docs/en_US/extend.html
|
||||
share/pgadmin3/docs/en_US/gqb.html
|
||||
share/pgadmin3/docs/en_US/grantwiz.html
|
||||
share/pgadmin3/docs/en_US/gridopts.html
|
||||
share/pgadmin3/docs/en_US/guruhints.html
|
||||
@ -59,6 +178,7 @@ share/pgadmin3/docs/en_US/images/connect.png
|
||||
share/pgadmin3/docs/en_US/images/debugger.png
|
||||
share/pgadmin3/docs/en_US/images/editgrid.png
|
||||
share/pgadmin3/docs/en_US/images/export.png
|
||||
share/pgadmin3/docs/en_US/images/gqb.png
|
||||
share/pgadmin3/docs/en_US/images/grantwiz.png
|
||||
share/pgadmin3/docs/en_US/images/gridopt-filter.png
|
||||
share/pgadmin3/docs/en_US/images/gridopt-sort.png
|
||||
@ -131,6 +251,7 @@ share/pgadmin3/docs/en_US/pgagent-jobs.html
|
||||
share/pgadmin3/docs/en_US/pgagent-schedules.html
|
||||
share/pgadmin3/docs/en_US/pgagent-steps.html
|
||||
share/pgadmin3/docs/en_US/pgagent.html
|
||||
share/pgadmin3/docs/en_US/pgscript.html
|
||||
share/pgadmin3/docs/en_US/query.html
|
||||
share/pgadmin3/docs/en_US/reports.html
|
||||
share/pgadmin3/docs/en_US/restore.html
|
||||
@ -145,7 +266,6 @@ share/pgadmin3/docs/en_US/slony-set.html
|
||||
share/pgadmin3/docs/en_US/slony.html
|
||||
share/pgadmin3/docs/en_US/status.html
|
||||
share/pgadmin3/docs/en_US/team.html
|
||||
share/pgadmin3/docs/en_US/tips.txt
|
||||
share/pgadmin3/docs/en_US/translation_team.html
|
||||
share/pgadmin3/docs/en_US/using.html
|
||||
share/pgadmin3/docs/es_ES/
|
||||
@ -163,7 +283,6 @@ share/pgadmin3/docs/es_ES/hints/object-editing.html
|
||||
share/pgadmin3/docs/es_ES/hints/pk.html
|
||||
share/pgadmin3/docs/es_ES/hints/vacuum.html
|
||||
share/pgadmin3/docs/es_ES/hints/view-without-pk.html
|
||||
share/pgadmin3/docs/es_ES/tips.txt
|
||||
share/pgadmin3/docs/fi_FI/
|
||||
share/pgadmin3/docs/fi_FI/hints/
|
||||
share/pgadmin3/docs/fi_FI/hints/autovacuum.html
|
||||
@ -180,9 +299,23 @@ share/pgadmin3/docs/fi_FI/hints/pk.html
|
||||
share/pgadmin3/docs/fi_FI/hints/saving-passwords.html
|
||||
share/pgadmin3/docs/fi_FI/hints/vacuum.html
|
||||
share/pgadmin3/docs/fi_FI/hints/view-without-pk.html
|
||||
share/pgadmin3/docs/fi_FI/tips.txt
|
||||
share/pgadmin3/docs/fr_FR/
|
||||
share/pgadmin3/docs/fr_FR/appendices.html
|
||||
share/pgadmin3/docs/fr_FR/backup.html
|
||||
share/pgadmin3/docs/fr_FR/bugreport.html
|
||||
share/pgadmin3/docs/fr_FR/commandline.html
|
||||
share/pgadmin3/docs/fr_FR/connect-error.html
|
||||
share/pgadmin3/docs/fr_FR/connect.html
|
||||
share/pgadmin3/docs/fr_FR/control-server.html
|
||||
share/pgadmin3/docs/fr_FR/debugger.html
|
||||
share/pgadmin3/docs/fr_FR/default-xsl.html
|
||||
share/pgadmin3/docs/fr_FR/editgrid.html
|
||||
share/pgadmin3/docs/fr_FR/export.html
|
||||
share/pgadmin3/docs/fr_FR/extend.html
|
||||
share/pgadmin3/docs/fr_FR/gqb.html
|
||||
share/pgadmin3/docs/fr_FR/grantwiz.html
|
||||
share/pgadmin3/docs/fr_FR/gridopts.html
|
||||
share/pgadmin3/docs/fr_FR/guruhints.html
|
||||
share/pgadmin3/docs/fr_FR/hints/
|
||||
share/pgadmin3/docs/fr_FR/hints/autovacuum.html
|
||||
share/pgadmin3/docs/fr_FR/hints/conn-hba.html
|
||||
@ -196,9 +329,99 @@ share/pgadmin3/docs/fr_FR/hints/multiple.html
|
||||
share/pgadmin3/docs/fr_FR/hints/pk.html
|
||||
share/pgadmin3/docs/fr_FR/hints/vacuum.html
|
||||
share/pgadmin3/docs/fr_FR/hints/view-without-pk.html
|
||||
share/pgadmin3/docs/fr_FR/tips.txt
|
||||
share/pgadmin3/docs/it_IT/
|
||||
share/pgadmin3/docs/it_IT/tips.txt
|
||||
share/pgadmin3/docs/fr_FR/images/
|
||||
share/pgadmin3/docs/fr_FR/images/backup.png
|
||||
share/pgadmin3/docs/fr_FR/images/connect.png
|
||||
share/pgadmin3/docs/fr_FR/images/debugger.png
|
||||
share/pgadmin3/docs/fr_FR/images/editgrid.png
|
||||
share/pgadmin3/docs/fr_FR/images/export.png
|
||||
share/pgadmin3/docs/fr_FR/images/gqb.png
|
||||
share/pgadmin3/docs/fr_FR/images/grantwiz.png
|
||||
share/pgadmin3/docs/fr_FR/images/gridopt-filter.png
|
||||
share/pgadmin3/docs/fr_FR/images/gridopt-sort.png
|
||||
share/pgadmin3/docs/fr_FR/images/guru-connect.png
|
||||
share/pgadmin3/docs/fr_FR/images/locks.png
|
||||
share/pgadmin3/docs/fr_FR/images/logfile.png
|
||||
share/pgadmin3/docs/fr_FR/images/main.png
|
||||
share/pgadmin3/docs/fr_FR/images/maintenance.png
|
||||
share/pgadmin3/docs/fr_FR/images/manage-macros.png
|
||||
share/pgadmin3/docs/fr_FR/images/no-hba.png
|
||||
share/pgadmin3/docs/fr_FR/images/not-running.png
|
||||
share/pgadmin3/docs/fr_FR/images/options-display.png
|
||||
share/pgadmin3/docs/fr_FR/images/options-general.png
|
||||
share/pgadmin3/docs/fr_FR/images/options-logging.png
|
||||
share/pgadmin3/docs/fr_FR/images/options-pref.png
|
||||
share/pgadmin3/docs/fr_FR/images/options-query.png
|
||||
share/pgadmin3/docs/fr_FR/images/password.png
|
||||
share/pgadmin3/docs/fr_FR/images/pgagent-jobdetails.png
|
||||
share/pgadmin3/docs/fr_FR/images/pgagent-jobproperties.png
|
||||
share/pgadmin3/docs/fr_FR/images/pgagent-jobstats.png
|
||||
share/pgadmin3/docs/fr_FR/images/pgagent-scheduledetails1.png
|
||||
share/pgadmin3/docs/fr_FR/images/pgagent-scheduledetails2.png
|
||||
share/pgadmin3/docs/fr_FR/images/pgagent-scheduledetails3.png
|
||||
share/pgadmin3/docs/fr_FR/images/pgagent-scheduleproperties.png
|
||||
share/pgadmin3/docs/fr_FR/images/pgagent-stepdetails.png
|
||||
share/pgadmin3/docs/fr_FR/images/pgagent-stepstats.png
|
||||
share/pgadmin3/docs/fr_FR/images/query-analyze.png
|
||||
share/pgadmin3/docs/fr_FR/images/query-connect.png
|
||||
share/pgadmin3/docs/fr_FR/images/query.png
|
||||
share/pgadmin3/docs/fr_FR/images/reporttool-html.png
|
||||
share/pgadmin3/docs/fr_FR/images/reporttool-xml.png
|
||||
share/pgadmin3/docs/fr_FR/images/restore-content.png
|
||||
share/pgadmin3/docs/fr_FR/images/restore.png
|
||||
share/pgadmin3/docs/fr_FR/images/server.png
|
||||
share/pgadmin3/docs/fr_FR/images/slony-create.png
|
||||
share/pgadmin3/docs/fr_FR/images/slony-execute.png
|
||||
share/pgadmin3/docs/fr_FR/images/slony-join.png
|
||||
share/pgadmin3/docs/fr_FR/images/slony-listen.png
|
||||
share/pgadmin3/docs/fr_FR/images/slony-overview.png
|
||||
share/pgadmin3/docs/fr_FR/images/slony-path.png
|
||||
share/pgadmin3/docs/fr_FR/images/slony-sequence.png
|
||||
share/pgadmin3/docs/fr_FR/images/slony-set.png
|
||||
share/pgadmin3/docs/fr_FR/images/slony-subscription.png
|
||||
share/pgadmin3/docs/fr_FR/images/slony-table.png
|
||||
share/pgadmin3/docs/fr_FR/images/slony-upgrade.png
|
||||
share/pgadmin3/docs/fr_FR/images/status.png
|
||||
share/pgadmin3/docs/fr_FR/images/transaction.png
|
||||
share/pgadmin3/docs/fr_FR/index.html
|
||||
share/pgadmin3/docs/fr_FR/kerberos.html
|
||||
share/pgadmin3/docs/fr_FR/licence.html
|
||||
share/pgadmin3/docs/fr_FR/macros.html
|
||||
share/pgadmin3/docs/fr_FR/main.html
|
||||
share/pgadmin3/docs/fr_FR/maintenance.html
|
||||
share/pgadmin3/docs/fr_FR/openssl.html
|
||||
share/pgadmin3/docs/fr_FR/options-tab1.html
|
||||
share/pgadmin3/docs/fr_FR/options-tab2.html
|
||||
share/pgadmin3/docs/fr_FR/options-tab3.html
|
||||
share/pgadmin3/docs/fr_FR/options-tab4.html
|
||||
share/pgadmin3/docs/fr_FR/options-tab5.html
|
||||
share/pgadmin3/docs/fr_FR/options.html
|
||||
share/pgadmin3/docs/fr_FR/password.html
|
||||
share/pgadmin3/docs/fr_FR/pgadmin3.css
|
||||
share/pgadmin3/docs/fr_FR/pgadmin3.hhc
|
||||
share/pgadmin3/docs/fr_FR/pgadmin3.hhp
|
||||
share/pgadmin3/docs/fr_FR/pgagent-install.html
|
||||
share/pgadmin3/docs/fr_FR/pgagent-jobs.html
|
||||
share/pgadmin3/docs/fr_FR/pgagent-schedules.html
|
||||
share/pgadmin3/docs/fr_FR/pgagent-steps.html
|
||||
share/pgadmin3/docs/fr_FR/pgagent.html
|
||||
share/pgadmin3/docs/fr_FR/pgscript.html
|
||||
share/pgadmin3/docs/fr_FR/query.html
|
||||
share/pgadmin3/docs/fr_FR/reports.html
|
||||
share/pgadmin3/docs/fr_FR/restore.html
|
||||
share/pgadmin3/docs/fr_FR/sample-xml.html
|
||||
share/pgadmin3/docs/fr_FR/slony-example.html
|
||||
share/pgadmin3/docs/fr_FR/slony-execute.html
|
||||
share/pgadmin3/docs/fr_FR/slony-functions.html
|
||||
share/pgadmin3/docs/fr_FR/slony-install.html
|
||||
share/pgadmin3/docs/fr_FR/slony-overview.html
|
||||
share/pgadmin3/docs/fr_FR/slony-path.html
|
||||
share/pgadmin3/docs/fr_FR/slony-set.html
|
||||
share/pgadmin3/docs/fr_FR/slony.html
|
||||
share/pgadmin3/docs/fr_FR/status.html
|
||||
share/pgadmin3/docs/fr_FR/team.html
|
||||
share/pgadmin3/docs/fr_FR/translation_team.html
|
||||
share/pgadmin3/docs/fr_FR/using.html
|
||||
share/pgadmin3/docs/sl_SI/
|
||||
share/pgadmin3/docs/sl_SI/hints/
|
||||
share/pgadmin3/docs/sl_SI/hints/autovacuum.html
|
||||
@ -213,7 +436,6 @@ share/pgadmin3/docs/sl_SI/hints/multiple.html
|
||||
share/pgadmin3/docs/sl_SI/hints/pk.html
|
||||
share/pgadmin3/docs/sl_SI/hints/vacuum.html
|
||||
share/pgadmin3/docs/sl_SI/hints/view-without-pk.html
|
||||
share/pgadmin3/docs/sl_SI/tips.txt
|
||||
share/pgadmin3/docs/zh_CN/
|
||||
share/pgadmin3/docs/zh_CN/hints/
|
||||
share/pgadmin3/docs/zh_CN/hints/autovacuum.html
|
||||
@ -230,7 +452,6 @@ share/pgadmin3/docs/zh_CN/hints/pk.html
|
||||
share/pgadmin3/docs/zh_CN/hints/saving-passwords.html
|
||||
share/pgadmin3/docs/zh_CN/hints/vacuum.html
|
||||
share/pgadmin3/docs/zh_CN/hints/view-without-pk.html
|
||||
share/pgadmin3/docs/zh_CN/tips.txt
|
||||
share/pgadmin3/docs/zh_TW/
|
||||
share/pgadmin3/docs/zh_TW/hints/
|
||||
share/pgadmin3/docs/zh_TW/hints/autovacuum.html
|
||||
@ -247,7 +468,6 @@ share/pgadmin3/docs/zh_TW/hints/pk.html
|
||||
share/pgadmin3/docs/zh_TW/hints/saving-passwords.html
|
||||
share/pgadmin3/docs/zh_TW/hints/vacuum.html
|
||||
share/pgadmin3/docs/zh_TW/hints/view-without-pk.html
|
||||
share/pgadmin3/docs/zh_TW/tips.txt
|
||||
share/pgadmin3/i18n/
|
||||
share/pgadmin3/i18n/af_ZA/
|
||||
share/pgadmin3/i18n/af_ZA/pgadmin3.mo
|
||||
@ -258,6 +478,9 @@ share/pgadmin3/i18n/bg_BG/wxstd.mo
|
||||
share/pgadmin3/i18n/ca_ES/
|
||||
share/pgadmin3/i18n/ca_ES/pgadmin3.mo
|
||||
share/pgadmin3/i18n/ca_ES/wxstd.mo
|
||||
share/pgadmin3/i18n/cs_CZ/
|
||||
share/pgadmin3/i18n/cs_CZ/pgadmin3.mo
|
||||
share/pgadmin3/i18n/cs_CZ/wxstd.mo
|
||||
share/pgadmin3/i18n/de_DE/
|
||||
share/pgadmin3/i18n/de_DE/pgadmin3.mo
|
||||
share/pgadmin3/i18n/de_DE/wxstd.mo
|
||||
@ -282,6 +505,9 @@ share/pgadmin3/i18n/ja_JP/wxstd.mo
|
||||
share/pgadmin3/i18n/ko_KR/
|
||||
share/pgadmin3/i18n/ko_KR/pgadmin3.mo
|
||||
share/pgadmin3/i18n/ko_KR/wxstd.mo
|
||||
share/pgadmin3/i18n/lv_LV/
|
||||
share/pgadmin3/i18n/lv_LV/pgadmin3.mo
|
||||
share/pgadmin3/i18n/lv_LV/wxstd.mo
|
||||
share/pgadmin3/i18n/nl_NL/
|
||||
share/pgadmin3/i18n/nl_NL/pgadmin3.mo
|
||||
share/pgadmin3/i18n/nl_NL/wxstd.mo
|
||||
@ -299,9 +525,9 @@ share/pgadmin3/i18n/pt_PT/wxstd.mo
|
||||
share/pgadmin3/i18n/ru_RU/
|
||||
share/pgadmin3/i18n/ru_RU/pgadmin3.mo
|
||||
share/pgadmin3/i18n/ru_RU/wxstd.mo
|
||||
share/pgadmin3/i18n/sr_YU/
|
||||
share/pgadmin3/i18n/sr_YU/pgadmin3.mo
|
||||
share/pgadmin3/i18n/sr_YU/wxstd.mo
|
||||
share/pgadmin3/i18n/sr_RS/
|
||||
share/pgadmin3/i18n/sr_RS/pgadmin3.mo
|
||||
share/pgadmin3/i18n/sr_RS/wxstd.mo
|
||||
share/pgadmin3/i18n/wxstd.mo
|
||||
share/pgadmin3/i18n/zh_CN/
|
||||
share/pgadmin3/i18n/zh_CN/pgadmin3.mo
|
||||
@ -309,4 +535,5 @@ share/pgadmin3/i18n/zh_CN/wxstd.mo
|
||||
share/pgadmin3/i18n/zh_TW/
|
||||
share/pgadmin3/i18n/zh_TW/pgadmin3.mo
|
||||
share/pgadmin3/i18n/zh_TW/wxstd.mo
|
||||
share/pgadmin3/pgagent.sql
|
||||
share/pgadmin3/plugins.ini
|
||||
share/pgadmin3/settings.ini
|
||||
|
Loading…
x
Reference in New Issue
Block a user