├── README.md ├── common ├── fop-config.xml ├── l10n.xml └── stylesheet-common.xsl ├── pgadmin3-doc ├── appendices.po ├── backup.po ├── bugreport.po ├── commandline.po ├── connect-error.po ├── connect.po ├── control-server.po ├── debugger.po ├── default-xsl.po ├── editgrid.po ├── export.po ├── extend.po ├── gqb.po ├── grantwiz.po ├── gridopts.po ├── guruhints.po ├── hints │ ├── autovacuum.po │ ├── conn-hba.po │ ├── conn-ident.po │ ├── conn-listen.po │ ├── encoding-ascii.po │ ├── encoding-unicode.po │ ├── fki.po │ ├── instrumentation.po │ ├── instrumentation91_with.po │ ├── instrumentation91_without.po │ ├── multiple.po │ ├── object-editing.po │ ├── pk.po │ ├── saving-passwords.po │ ├── vacuum-full.po │ ├── vacuum.po │ └── view-without-pk.po ├── images │ ├── backup-2.png │ ├── backup-3.png │ ├── backup-4.png │ ├── backup-5.png │ ├── backup.png │ ├── debugger.png │ ├── editgrid.png │ ├── export.png │ ├── gqb.png │ ├── grantwiz.png │ ├── gridopt-filter.png │ ├── gridopt-sort.png │ ├── guru-connect.png │ ├── main.png │ ├── maintenance.png │ ├── manage-macros.png │ ├── no-hba.png │ ├── not-running.png │ ├── options-binary_paths.png │ ├── options-colours.png │ ├── options-database_designer.png │ ├── options-display.png │ ├── options-favourites.png │ ├── options-guru_hints.png │ ├── options-help_paths.png │ ├── options-history_file.png │ ├── options-logging.png │ ├── options-macros.png │ ├── options-properties.png │ ├── options-query_editor.png │ ├── options-query_file.png │ ├── options-results_grid.png │ ├── options-server_status.png │ ├── options-ui_miscellaneous.png │ ├── options-user_interface.png │ ├── options.png │ ├── password.png │ ├── pgagent-jobdetails.png │ ├── pgagent-jobproperties.png │ ├── pgagent-jobstats.png │ ├── pgagent-scheduledetails1.png │ ├── pgagent-scheduledetails2.png │ ├── pgagent-scheduledetails3.png │ ├── pgagent-scheduleproperties.png │ ├── pgagent-stepdetails.png │ ├── pgagent-stepstats.png │ ├── query-analyze.png │ ├── query-connect.png │ ├── query.png │ ├── reporttool-html.png │ ├── reporttool-xml.png │ ├── restore-2.png │ ├── restore-3.png │ ├── restore-4.png │ ├── restore-5.png │ ├── restore.png │ ├── search.png │ ├── server.png │ ├── slony-create.png │ ├── slony-execute.png │ ├── slony-join.png │ ├── slony-listen.png │ ├── slony-overview.png │ ├── slony-path.png │ ├── slony-sequence.png │ ├── slony-set.png │ ├── slony-subscription.png │ ├── slony-table.png │ ├── slony-upgrade.png │ └── status.png ├── index.po ├── introduction.po ├── kerberos.po ├── licence.po ├── macros.po ├── main.po ├── maintenance.po ├── openssl.po ├── options-browser.po ├── options-database_designer.po ├── options-miscellaneous.po ├── options-query_tool.po ├── options-server_status.po ├── options.po ├── password.po ├── pgagent-install.po ├── pgagent-jobs.po ├── pgagent-schedules.po ├── pgagent-steps.po ├── pgagent.po ├── pgscript.po ├── query.po ├── readme.txt ├── reports.po ├── restore.po ├── sample-xml.po ├── search_object.po ├── slony-example.po ├── slony-execute.po ├── slony-functions.po ├── slony-install.po ├── slony-overview.po ├── slony-path.po ├── slony-set.po ├── slony.po ├── status.po ├── team.po ├── translation_team.po └── using.po ├── pology └── pology-postgres.diff ├── postgres-ru.tbx ├── postgresql-doc ├── acronyms.po ├── adminpack.po ├── advanced.po ├── amcheck.po ├── arch-dev.po ├── array.po ├── auth-delay.po ├── auto-explain.po ├── backup.po ├── bgworker.po ├── biblio.po ├── bki.po ├── bloom.po ├── brin.po ├── btree-gin.po ├── btree-gist.po ├── catalogs.po ├── charset.po ├── chkpass.po ├── citext.po ├── client-auth.po ├── config.po ├── contacts.po ├── contrib-spi.po ├── contrib.po ├── cube.po ├── custom-scan.po ├── datatype.po ├── datetime.po ├── dblink.po ├── ddl.po ├── dfunc.po ├── dict-int.po ├── dict-xsyn.po ├── diskusage.po ├── dml.po ├── docguide.po ├── earthdistance.po ├── ecpg.po ├── errcodes-table.po ├── errcodes.po ├── event-trigger.po ├── extend.po ├── external-projects.po ├── fdwhandler.po ├── features-supported.po ├── features-unsupported.po ├── features.po ├── file-fdw.po ├── fop-config.xml ├── func.po ├── fuzzystrmatch.po ├── generic-wal.po ├── geqo.po ├── gin.po ├── gist.po ├── high-availability.po ├── history.po ├── hstore.po ├── index.lokalize ├── indexam.po ├── indices.po ├── info.po ├── information_schema.po ├── install-windows.po ├── installation.po ├── intagg.po ├── intarray.po ├── intro.po ├── isn.po ├── json.po ├── keywords.po ├── l10n.xml ├── legal.po ├── libpq.po ├── lo.po ├── lobj.po ├── logical-replication.po ├── logicaldecoding.po ├── ltree.po ├── main.lqa ├── maintenance.po ├── manage-ag.po ├── monitoring.po ├── mvcc.po ├── nls.po ├── no-old-release-notes.patch ├── notation.po ├── oid2name.po ├── pageinspect.po ├── parallel.po ├── passwordcheck.po ├── perform.po ├── pgbuffercache.po ├── pgcrypto.po ├── pgfreespacemap.po ├── pgprewarm.po ├── pgpro-credit.patch ├── pgrowlocks.po ├── pgstandby.po ├── pgstatstatements.po ├── pgstattuple.po ├── pgtrgm.po ├── pgvisibility.po ├── planstats.po ├── plhandler.po ├── plperl.po ├── plpgsql.po ├── plpython.po ├── pltcl.po ├── postgres-fdw.po ├── postgres.po ├── problems.po ├── protocol.po ├── queries.po ├── query.po ├── rangetypes.po ├── recovery-config.po ├── ref │ ├── abort.po │ ├── alter_aggregate.po │ ├── alter_collation.po │ ├── alter_conversion.po │ ├── alter_database.po │ ├── alter_default_privileges.po │ ├── alter_domain.po │ ├── alter_event_trigger.po │ ├── alter_extension.po │ ├── alter_foreign_data_wrapper.po │ ├── alter_foreign_table.po │ ├── alter_function.po │ ├── alter_group.po │ ├── alter_index.po │ ├── alter_language.po │ ├── alter_large_object.po │ ├── alter_materialized_view.po │ ├── alter_opclass.po │ ├── alter_operator.po │ ├── alter_opfamily.po │ ├── alter_policy.po │ ├── alter_publication.po │ ├── alter_role.po │ ├── alter_rule.po │ ├── alter_schema.po │ ├── alter_sequence.po │ ├── alter_server.po │ ├── alter_statistics.po │ ├── alter_subscription.po │ ├── alter_system.po │ ├── alter_table.po │ ├── alter_tablespace.po │ ├── alter_trigger.po │ ├── alter_tsconfig.po │ ├── alter_tsdictionary.po │ ├── alter_tsparser.po │ ├── alter_tstemplate.po │ ├── alter_type.po │ ├── alter_user.po │ ├── alter_user_mapping.po │ ├── alter_view.po │ ├── analyze.po │ ├── begin.po │ ├── checkpoint.po │ ├── close.po │ ├── cluster.po │ ├── clusterdb.po │ ├── comment.po │ ├── commit.po │ ├── commit_prepared.po │ ├── copy.po │ ├── create_access_method.po │ ├── create_aggregate.po │ ├── create_cast.po │ ├── create_collation.po │ ├── create_conversion.po │ ├── create_database.po │ ├── create_domain.po │ ├── create_event_trigger.po │ ├── create_extension.po │ ├── create_foreign_data_wrapper.po │ ├── create_foreign_table.po │ ├── create_function.po │ ├── create_group.po │ ├── create_index.po │ ├── create_language.po │ ├── create_materialized_view.po │ ├── create_opclass.po │ ├── create_operator.po │ ├── create_opfamily.po │ ├── create_policy.po │ ├── create_publication.po │ ├── create_role.po │ ├── create_rule.po │ ├── create_schema.po │ ├── create_sequence.po │ ├── create_server.po │ ├── create_statistics.po │ ├── create_subscription.po │ ├── create_table.po │ ├── create_table_as.po │ ├── create_tablespace.po │ ├── create_transform.po │ ├── create_trigger.po │ ├── create_tsconfig.po │ ├── create_tsdictionary.po │ ├── create_tsparser.po │ ├── create_tstemplate.po │ ├── create_type.po │ ├── create_user.po │ ├── create_user_mapping.po │ ├── create_view.po │ ├── createdb.po │ ├── createlang.po │ ├── createuser.po │ ├── deallocate.po │ ├── declare.po │ ├── delete.po │ ├── discard.po │ ├── do.po │ ├── drop_access_method.po │ ├── drop_aggregate.po │ ├── drop_cast.po │ ├── drop_collation.po │ ├── drop_conversion.po │ ├── drop_database.po │ ├── drop_domain.po │ ├── drop_event_trigger.po │ ├── drop_extension.po │ ├── drop_foreign_data_wrapper.po │ ├── drop_foreign_table.po │ ├── drop_function.po │ ├── drop_group.po │ ├── drop_index.po │ ├── drop_language.po │ ├── drop_materialized_view.po │ ├── drop_opclass.po │ ├── drop_operator.po │ ├── drop_opfamily.po │ ├── drop_owned.po │ ├── drop_policy.po │ ├── drop_publication.po │ ├── drop_role.po │ ├── drop_rule.po │ ├── drop_schema.po │ ├── drop_sequence.po │ ├── drop_server.po │ ├── drop_statistics.po │ ├── drop_subscription.po │ ├── drop_table.po │ ├── drop_tablespace.po │ ├── drop_transform.po │ ├── drop_trigger.po │ ├── drop_tsconfig.po │ ├── drop_tsdictionary.po │ ├── drop_tsparser.po │ ├── drop_tstemplate.po │ ├── drop_type.po │ ├── drop_user.po │ ├── drop_user_mapping.po │ ├── drop_view.po │ ├── dropdb.po │ ├── droplang.po │ ├── dropuser.po │ ├── ecpg-ref.po │ ├── end.po │ ├── execute.po │ ├── explain.po │ ├── fetch.po │ ├── grant.po │ ├── import_foreign_schema.po │ ├── initdb.po │ ├── insert.po │ ├── listen.po │ ├── load.po │ ├── lock.po │ ├── move.po │ ├── notify.po │ ├── pg_basebackup.po │ ├── pg_config-ref.po │ ├── pg_controldata.po │ ├── pg_ctl-ref.po │ ├── pg_dump.po │ ├── pg_dumpall.po │ ├── pg_isready.po │ ├── pg_receivewal.po │ ├── pg_receivexlog.po │ ├── pg_recvlogical.po │ ├── pg_resetwal.po │ ├── pg_resetxlog.po │ ├── pg_restore.po │ ├── pg_rewind.po │ ├── pg_waldump.po │ ├── pg_xlogdump.po │ ├── pgarchivecleanup.po │ ├── pgbench.po │ ├── pgtestfsync.po │ ├── pgtesttiming.po │ ├── pgupgrade.po │ ├── postgres-ref.po │ ├── postmaster.po │ ├── prepare.po │ ├── prepare_transaction.po │ ├── psql-ref.po │ ├── reassign_owned.po │ ├── refresh_materialized_view.po │ ├── reindex.po │ ├── reindexdb.po │ ├── release_savepoint.po │ ├── reset.po │ ├── revoke.po │ ├── rollback.po │ ├── rollback_prepared.po │ ├── rollback_to.po │ ├── savepoint.po │ ├── security_label.po │ ├── select.po │ ├── select_into.po │ ├── set.po │ ├── set_constraints.po │ ├── set_role.po │ ├── set_session_auth.po │ ├── set_transaction.po │ ├── show.po │ ├── start_transaction.po │ ├── truncate.po │ ├── unlisten.po │ ├── update.po │ ├── vacuum.po │ ├── vacuumdb.po │ └── values.po ├── reference.po ├── regress.po ├── release-10.po ├── release-9.5.po ├── release-9.6.po ├── release.po ├── replication-origins.po ├── rowtypes.po ├── rules.po ├── runtime.po ├── seg.po ├── sepgsql.po ├── sourcerepo.po ├── sources.po ├── spgist.po ├── spi.po ├── sql.po ├── sslinfo.po ├── start.po ├── storage.po ├── stylesheet-common.xsl ├── summit-config ├── syntax.po ├── tablefunc.po ├── tablesample-method.po ├── tcn.po ├── test-decoding.po ├── textsearch.po ├── trigger.po ├── tsearch2.po ├── tsm-system-rows.po ├── tsm-system-time.po ├── typeconv.po ├── unaccent.po ├── user-manag.po ├── uuid-ossp.po ├── vacuumlo.po ├── wal.po ├── xaggr.po ├── xfunc.po ├── xindex.po ├── xml2.po ├── xoper.po ├── xplang.po └── xtypes.po ├── postgresql-legacy-doc ├── postgres-ru_9.4.po └── postgres-ru_9.5.po └── slony1-doc ├── addthings.po ├── adminscripts.po ├── bookindex.po ├── cluster.po ├── concepts.po ├── ddlchanges.po ├── events.po ├── failover.po ├── faq.po ├── firstdb.po ├── help.po ├── installation.po ├── intro.po ├── legal.po ├── limitations.po ├── listenpaths.po ├── locking.po ├── loganalysis.po ├── logshipping.po ├── logshipping_ref.po ├── maintenance.po ├── man.po ├── monitoring.po ├── partitioning.po ├── performance.po ├── prerequisites.po ├── raceconditions.po ├── reference.po ├── releasechecklist.po ├── reshape.po ├── schemadoc.po ├── security.po ├── slon.po ├── slonconf.po ├── slonik.po ├── slonik_ref.po ├── slony.po ├── slonyupgrade.po ├── startingstopping.po ├── startslons.po ├── subscribenodes.po ├── testbed.po ├── triggers.po ├── usingslonik.po ├── version.po └── versionupgrade.po /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/README.md -------------------------------------------------------------------------------- /common/fop-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/common/fop-config.xml -------------------------------------------------------------------------------- /common/l10n.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/common/l10n.xml -------------------------------------------------------------------------------- /common/stylesheet-common.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/common/stylesheet-common.xsl -------------------------------------------------------------------------------- /pgadmin3-doc/appendices.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/appendices.po -------------------------------------------------------------------------------- /pgadmin3-doc/backup.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/backup.po -------------------------------------------------------------------------------- /pgadmin3-doc/bugreport.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/bugreport.po -------------------------------------------------------------------------------- /pgadmin3-doc/commandline.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/commandline.po -------------------------------------------------------------------------------- /pgadmin3-doc/connect-error.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/connect-error.po -------------------------------------------------------------------------------- /pgadmin3-doc/connect.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/connect.po -------------------------------------------------------------------------------- /pgadmin3-doc/control-server.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/control-server.po -------------------------------------------------------------------------------- /pgadmin3-doc/debugger.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/debugger.po -------------------------------------------------------------------------------- /pgadmin3-doc/default-xsl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/default-xsl.po -------------------------------------------------------------------------------- /pgadmin3-doc/editgrid.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/editgrid.po -------------------------------------------------------------------------------- /pgadmin3-doc/export.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/export.po -------------------------------------------------------------------------------- /pgadmin3-doc/extend.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/extend.po -------------------------------------------------------------------------------- /pgadmin3-doc/gqb.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/gqb.po -------------------------------------------------------------------------------- /pgadmin3-doc/grantwiz.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/grantwiz.po -------------------------------------------------------------------------------- /pgadmin3-doc/gridopts.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/gridopts.po -------------------------------------------------------------------------------- /pgadmin3-doc/guruhints.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/guruhints.po -------------------------------------------------------------------------------- /pgadmin3-doc/hints/autovacuum.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/hints/autovacuum.po -------------------------------------------------------------------------------- /pgadmin3-doc/hints/conn-hba.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/hints/conn-hba.po -------------------------------------------------------------------------------- /pgadmin3-doc/hints/conn-ident.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/hints/conn-ident.po -------------------------------------------------------------------------------- /pgadmin3-doc/hints/conn-listen.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/hints/conn-listen.po -------------------------------------------------------------------------------- /pgadmin3-doc/hints/encoding-ascii.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/hints/encoding-ascii.po -------------------------------------------------------------------------------- /pgadmin3-doc/hints/encoding-unicode.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/hints/encoding-unicode.po -------------------------------------------------------------------------------- /pgadmin3-doc/hints/fki.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/hints/fki.po -------------------------------------------------------------------------------- /pgadmin3-doc/hints/instrumentation.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/hints/instrumentation.po -------------------------------------------------------------------------------- /pgadmin3-doc/hints/instrumentation91_with.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/hints/instrumentation91_with.po -------------------------------------------------------------------------------- /pgadmin3-doc/hints/instrumentation91_without.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/hints/instrumentation91_without.po -------------------------------------------------------------------------------- /pgadmin3-doc/hints/multiple.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/hints/multiple.po -------------------------------------------------------------------------------- /pgadmin3-doc/hints/object-editing.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/hints/object-editing.po -------------------------------------------------------------------------------- /pgadmin3-doc/hints/pk.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/hints/pk.po -------------------------------------------------------------------------------- /pgadmin3-doc/hints/saving-passwords.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/hints/saving-passwords.po -------------------------------------------------------------------------------- /pgadmin3-doc/hints/vacuum-full.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/hints/vacuum-full.po -------------------------------------------------------------------------------- /pgadmin3-doc/hints/vacuum.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/hints/vacuum.po -------------------------------------------------------------------------------- /pgadmin3-doc/hints/view-without-pk.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/hints/view-without-pk.po -------------------------------------------------------------------------------- /pgadmin3-doc/images/backup-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/backup-2.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/backup-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/backup-3.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/backup-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/backup-4.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/backup-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/backup-5.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/backup.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/debugger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/debugger.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/editgrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/editgrid.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/export.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/gqb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/gqb.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/grantwiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/grantwiz.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/gridopt-filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/gridopt-filter.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/gridopt-sort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/gridopt-sort.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/guru-connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/guru-connect.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/main.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/maintenance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/maintenance.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/manage-macros.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/manage-macros.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/no-hba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/no-hba.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/not-running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/not-running.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/options-binary_paths.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/options-binary_paths.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/options-colours.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/options-colours.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/options-database_designer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/options-database_designer.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/options-display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/options-display.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/options-favourites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/options-favourites.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/options-guru_hints.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/options-guru_hints.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/options-help_paths.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/options-help_paths.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/options-history_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/options-history_file.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/options-logging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/options-logging.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/options-macros.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/options-macros.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/options-properties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/options-properties.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/options-query_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/options-query_editor.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/options-query_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/options-query_file.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/options-results_grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/options-results_grid.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/options-server_status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/options-server_status.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/options-ui_miscellaneous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/options-ui_miscellaneous.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/options-user_interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/options-user_interface.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/options.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/password.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/pgagent-jobdetails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/pgagent-jobdetails.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/pgagent-jobproperties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/pgagent-jobproperties.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/pgagent-jobstats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/pgagent-jobstats.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/pgagent-scheduledetails1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/pgagent-scheduledetails1.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/pgagent-scheduledetails2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/pgagent-scheduledetails2.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/pgagent-scheduledetails3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/pgagent-scheduledetails3.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/pgagent-scheduleproperties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/pgagent-scheduleproperties.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/pgagent-stepdetails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/pgagent-stepdetails.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/pgagent-stepstats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/pgagent-stepstats.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/query-analyze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/query-analyze.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/query-connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/query-connect.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/query.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/query.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/reporttool-html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/reporttool-html.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/reporttool-xml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/reporttool-xml.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/restore-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/restore-2.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/restore-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/restore-3.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/restore-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/restore-4.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/restore-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/restore-5.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/restore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/restore.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/search.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/server.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/slony-create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/slony-create.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/slony-execute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/slony-execute.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/slony-join.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/slony-join.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/slony-listen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/slony-listen.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/slony-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/slony-overview.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/slony-path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/slony-path.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/slony-sequence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/slony-sequence.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/slony-set.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/slony-set.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/slony-subscription.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/slony-subscription.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/slony-table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/slony-table.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/slony-upgrade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/slony-upgrade.png -------------------------------------------------------------------------------- /pgadmin3-doc/images/status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/images/status.png -------------------------------------------------------------------------------- /pgadmin3-doc/index.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/index.po -------------------------------------------------------------------------------- /pgadmin3-doc/introduction.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/introduction.po -------------------------------------------------------------------------------- /pgadmin3-doc/kerberos.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/kerberos.po -------------------------------------------------------------------------------- /pgadmin3-doc/licence.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/licence.po -------------------------------------------------------------------------------- /pgadmin3-doc/macros.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/macros.po -------------------------------------------------------------------------------- /pgadmin3-doc/main.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/main.po -------------------------------------------------------------------------------- /pgadmin3-doc/maintenance.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/maintenance.po -------------------------------------------------------------------------------- /pgadmin3-doc/openssl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/openssl.po -------------------------------------------------------------------------------- /pgadmin3-doc/options-browser.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/options-browser.po -------------------------------------------------------------------------------- /pgadmin3-doc/options-database_designer.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/options-database_designer.po -------------------------------------------------------------------------------- /pgadmin3-doc/options-miscellaneous.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/options-miscellaneous.po -------------------------------------------------------------------------------- /pgadmin3-doc/options-query_tool.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/options-query_tool.po -------------------------------------------------------------------------------- /pgadmin3-doc/options-server_status.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/options-server_status.po -------------------------------------------------------------------------------- /pgadmin3-doc/options.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/options.po -------------------------------------------------------------------------------- /pgadmin3-doc/password.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/password.po -------------------------------------------------------------------------------- /pgadmin3-doc/pgagent-install.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/pgagent-install.po -------------------------------------------------------------------------------- /pgadmin3-doc/pgagent-jobs.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/pgagent-jobs.po -------------------------------------------------------------------------------- /pgadmin3-doc/pgagent-schedules.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/pgagent-schedules.po -------------------------------------------------------------------------------- /pgadmin3-doc/pgagent-steps.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/pgagent-steps.po -------------------------------------------------------------------------------- /pgadmin3-doc/pgagent.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/pgagent.po -------------------------------------------------------------------------------- /pgadmin3-doc/pgscript.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/pgscript.po -------------------------------------------------------------------------------- /pgadmin3-doc/query.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/query.po -------------------------------------------------------------------------------- /pgadmin3-doc/readme.txt: -------------------------------------------------------------------------------- 1 | You can only search for object names. 2 | -------------------------------------------------------------------------------- /pgadmin3-doc/reports.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/reports.po -------------------------------------------------------------------------------- /pgadmin3-doc/restore.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/restore.po -------------------------------------------------------------------------------- /pgadmin3-doc/sample-xml.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/sample-xml.po -------------------------------------------------------------------------------- /pgadmin3-doc/search_object.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/search_object.po -------------------------------------------------------------------------------- /pgadmin3-doc/slony-example.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/slony-example.po -------------------------------------------------------------------------------- /pgadmin3-doc/slony-execute.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/slony-execute.po -------------------------------------------------------------------------------- /pgadmin3-doc/slony-functions.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/slony-functions.po -------------------------------------------------------------------------------- /pgadmin3-doc/slony-install.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/slony-install.po -------------------------------------------------------------------------------- /pgadmin3-doc/slony-overview.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/slony-overview.po -------------------------------------------------------------------------------- /pgadmin3-doc/slony-path.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/slony-path.po -------------------------------------------------------------------------------- /pgadmin3-doc/slony-set.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/slony-set.po -------------------------------------------------------------------------------- /pgadmin3-doc/slony.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/slony.po -------------------------------------------------------------------------------- /pgadmin3-doc/status.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/status.po -------------------------------------------------------------------------------- /pgadmin3-doc/team.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/team.po -------------------------------------------------------------------------------- /pgadmin3-doc/translation_team.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/translation_team.po -------------------------------------------------------------------------------- /pgadmin3-doc/using.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pgadmin3-doc/using.po -------------------------------------------------------------------------------- /pology/pology-postgres.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/pology/pology-postgres.diff -------------------------------------------------------------------------------- /postgres-ru.tbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgres-ru.tbx -------------------------------------------------------------------------------- /postgresql-doc/acronyms.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/acronyms.po -------------------------------------------------------------------------------- /postgresql-doc/adminpack.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/adminpack.po -------------------------------------------------------------------------------- /postgresql-doc/advanced.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/advanced.po -------------------------------------------------------------------------------- /postgresql-doc/amcheck.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/amcheck.po -------------------------------------------------------------------------------- /postgresql-doc/arch-dev.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/arch-dev.po -------------------------------------------------------------------------------- /postgresql-doc/array.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/array.po -------------------------------------------------------------------------------- /postgresql-doc/auth-delay.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/auth-delay.po -------------------------------------------------------------------------------- /postgresql-doc/auto-explain.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/auto-explain.po -------------------------------------------------------------------------------- /postgresql-doc/backup.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/backup.po -------------------------------------------------------------------------------- /postgresql-doc/bgworker.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/bgworker.po -------------------------------------------------------------------------------- /postgresql-doc/biblio.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/biblio.po -------------------------------------------------------------------------------- /postgresql-doc/bki.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/bki.po -------------------------------------------------------------------------------- /postgresql-doc/bloom.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/bloom.po -------------------------------------------------------------------------------- /postgresql-doc/brin.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/brin.po -------------------------------------------------------------------------------- /postgresql-doc/btree-gin.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/btree-gin.po -------------------------------------------------------------------------------- /postgresql-doc/btree-gist.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/btree-gist.po -------------------------------------------------------------------------------- /postgresql-doc/catalogs.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/catalogs.po -------------------------------------------------------------------------------- /postgresql-doc/charset.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/charset.po -------------------------------------------------------------------------------- /postgresql-doc/chkpass.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/chkpass.po -------------------------------------------------------------------------------- /postgresql-doc/citext.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/citext.po -------------------------------------------------------------------------------- /postgresql-doc/client-auth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/client-auth.po -------------------------------------------------------------------------------- /postgresql-doc/config.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/config.po -------------------------------------------------------------------------------- /postgresql-doc/contacts.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/contacts.po -------------------------------------------------------------------------------- /postgresql-doc/contrib-spi.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/contrib-spi.po -------------------------------------------------------------------------------- /postgresql-doc/contrib.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/contrib.po -------------------------------------------------------------------------------- /postgresql-doc/cube.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/cube.po -------------------------------------------------------------------------------- /postgresql-doc/custom-scan.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/custom-scan.po -------------------------------------------------------------------------------- /postgresql-doc/datatype.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/datatype.po -------------------------------------------------------------------------------- /postgresql-doc/datetime.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/datetime.po -------------------------------------------------------------------------------- /postgresql-doc/dblink.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/dblink.po -------------------------------------------------------------------------------- /postgresql-doc/ddl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ddl.po -------------------------------------------------------------------------------- /postgresql-doc/dfunc.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/dfunc.po -------------------------------------------------------------------------------- /postgresql-doc/dict-int.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/dict-int.po -------------------------------------------------------------------------------- /postgresql-doc/dict-xsyn.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/dict-xsyn.po -------------------------------------------------------------------------------- /postgresql-doc/diskusage.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/diskusage.po -------------------------------------------------------------------------------- /postgresql-doc/dml.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/dml.po -------------------------------------------------------------------------------- /postgresql-doc/docguide.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/docguide.po -------------------------------------------------------------------------------- /postgresql-doc/earthdistance.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/earthdistance.po -------------------------------------------------------------------------------- /postgresql-doc/ecpg.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ecpg.po -------------------------------------------------------------------------------- /postgresql-doc/errcodes-table.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/errcodes-table.po -------------------------------------------------------------------------------- /postgresql-doc/errcodes.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/errcodes.po -------------------------------------------------------------------------------- /postgresql-doc/event-trigger.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/event-trigger.po -------------------------------------------------------------------------------- /postgresql-doc/extend.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/extend.po -------------------------------------------------------------------------------- /postgresql-doc/external-projects.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/external-projects.po -------------------------------------------------------------------------------- /postgresql-doc/fdwhandler.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/fdwhandler.po -------------------------------------------------------------------------------- /postgresql-doc/features-supported.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/features-supported.po -------------------------------------------------------------------------------- /postgresql-doc/features-unsupported.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/features-unsupported.po -------------------------------------------------------------------------------- /postgresql-doc/features.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/features.po -------------------------------------------------------------------------------- /postgresql-doc/file-fdw.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/file-fdw.po -------------------------------------------------------------------------------- /postgresql-doc/fop-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/fop-config.xml -------------------------------------------------------------------------------- /postgresql-doc/func.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/func.po -------------------------------------------------------------------------------- /postgresql-doc/fuzzystrmatch.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/fuzzystrmatch.po -------------------------------------------------------------------------------- /postgresql-doc/generic-wal.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/generic-wal.po -------------------------------------------------------------------------------- /postgresql-doc/geqo.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/geqo.po -------------------------------------------------------------------------------- /postgresql-doc/gin.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/gin.po -------------------------------------------------------------------------------- /postgresql-doc/gist.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/gist.po -------------------------------------------------------------------------------- /postgresql-doc/high-availability.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/high-availability.po -------------------------------------------------------------------------------- /postgresql-doc/history.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/history.po -------------------------------------------------------------------------------- /postgresql-doc/hstore.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/hstore.po -------------------------------------------------------------------------------- /postgresql-doc/index.lokalize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/index.lokalize -------------------------------------------------------------------------------- /postgresql-doc/indexam.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/indexam.po -------------------------------------------------------------------------------- /postgresql-doc/indices.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/indices.po -------------------------------------------------------------------------------- /postgresql-doc/info.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/info.po -------------------------------------------------------------------------------- /postgresql-doc/information_schema.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/information_schema.po -------------------------------------------------------------------------------- /postgresql-doc/install-windows.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/install-windows.po -------------------------------------------------------------------------------- /postgresql-doc/installation.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/installation.po -------------------------------------------------------------------------------- /postgresql-doc/intagg.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/intagg.po -------------------------------------------------------------------------------- /postgresql-doc/intarray.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/intarray.po -------------------------------------------------------------------------------- /postgresql-doc/intro.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/intro.po -------------------------------------------------------------------------------- /postgresql-doc/isn.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/isn.po -------------------------------------------------------------------------------- /postgresql-doc/json.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/json.po -------------------------------------------------------------------------------- /postgresql-doc/keywords.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/keywords.po -------------------------------------------------------------------------------- /postgresql-doc/l10n.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/l10n.xml -------------------------------------------------------------------------------- /postgresql-doc/legal.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/legal.po -------------------------------------------------------------------------------- /postgresql-doc/libpq.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/libpq.po -------------------------------------------------------------------------------- /postgresql-doc/lo.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/lo.po -------------------------------------------------------------------------------- /postgresql-doc/lobj.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/lobj.po -------------------------------------------------------------------------------- /postgresql-doc/logical-replication.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/logical-replication.po -------------------------------------------------------------------------------- /postgresql-doc/logicaldecoding.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/logicaldecoding.po -------------------------------------------------------------------------------- /postgresql-doc/ltree.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ltree.po -------------------------------------------------------------------------------- /postgresql-doc/main.lqa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/main.lqa -------------------------------------------------------------------------------- /postgresql-doc/maintenance.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/maintenance.po -------------------------------------------------------------------------------- /postgresql-doc/manage-ag.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/manage-ag.po -------------------------------------------------------------------------------- /postgresql-doc/monitoring.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/monitoring.po -------------------------------------------------------------------------------- /postgresql-doc/mvcc.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/mvcc.po -------------------------------------------------------------------------------- /postgresql-doc/nls.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/nls.po -------------------------------------------------------------------------------- /postgresql-doc/no-old-release-notes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/no-old-release-notes.patch -------------------------------------------------------------------------------- /postgresql-doc/notation.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/notation.po -------------------------------------------------------------------------------- /postgresql-doc/oid2name.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/oid2name.po -------------------------------------------------------------------------------- /postgresql-doc/pageinspect.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/pageinspect.po -------------------------------------------------------------------------------- /postgresql-doc/parallel.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/parallel.po -------------------------------------------------------------------------------- /postgresql-doc/passwordcheck.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/passwordcheck.po -------------------------------------------------------------------------------- /postgresql-doc/perform.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/perform.po -------------------------------------------------------------------------------- /postgresql-doc/pgbuffercache.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/pgbuffercache.po -------------------------------------------------------------------------------- /postgresql-doc/pgcrypto.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/pgcrypto.po -------------------------------------------------------------------------------- /postgresql-doc/pgfreespacemap.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/pgfreespacemap.po -------------------------------------------------------------------------------- /postgresql-doc/pgprewarm.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/pgprewarm.po -------------------------------------------------------------------------------- /postgresql-doc/pgpro-credit.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/pgpro-credit.patch -------------------------------------------------------------------------------- /postgresql-doc/pgrowlocks.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/pgrowlocks.po -------------------------------------------------------------------------------- /postgresql-doc/pgstandby.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/pgstandby.po -------------------------------------------------------------------------------- /postgresql-doc/pgstatstatements.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/pgstatstatements.po -------------------------------------------------------------------------------- /postgresql-doc/pgstattuple.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/pgstattuple.po -------------------------------------------------------------------------------- /postgresql-doc/pgtrgm.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/pgtrgm.po -------------------------------------------------------------------------------- /postgresql-doc/pgvisibility.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/pgvisibility.po -------------------------------------------------------------------------------- /postgresql-doc/planstats.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/planstats.po -------------------------------------------------------------------------------- /postgresql-doc/plhandler.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/plhandler.po -------------------------------------------------------------------------------- /postgresql-doc/plperl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/plperl.po -------------------------------------------------------------------------------- /postgresql-doc/plpgsql.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/plpgsql.po -------------------------------------------------------------------------------- /postgresql-doc/plpython.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/plpython.po -------------------------------------------------------------------------------- /postgresql-doc/pltcl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/pltcl.po -------------------------------------------------------------------------------- /postgresql-doc/postgres-fdw.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/postgres-fdw.po -------------------------------------------------------------------------------- /postgresql-doc/postgres.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/postgres.po -------------------------------------------------------------------------------- /postgresql-doc/problems.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/problems.po -------------------------------------------------------------------------------- /postgresql-doc/protocol.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/protocol.po -------------------------------------------------------------------------------- /postgresql-doc/queries.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/queries.po -------------------------------------------------------------------------------- /postgresql-doc/query.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/query.po -------------------------------------------------------------------------------- /postgresql-doc/rangetypes.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/rangetypes.po -------------------------------------------------------------------------------- /postgresql-doc/recovery-config.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/recovery-config.po -------------------------------------------------------------------------------- /postgresql-doc/ref/abort.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/abort.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_aggregate.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_aggregate.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_collation.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_collation.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_conversion.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_conversion.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_database.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_database.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_default_privileges.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_default_privileges.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_domain.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_domain.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_event_trigger.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_event_trigger.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_extension.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_extension.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_foreign_data_wrapper.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_foreign_data_wrapper.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_foreign_table.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_foreign_table.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_function.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_function.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_group.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_group.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_index.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_index.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_language.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_language.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_large_object.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_large_object.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_materialized_view.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_materialized_view.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_opclass.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_opclass.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_operator.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_operator.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_opfamily.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_opfamily.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_policy.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_policy.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_publication.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_publication.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_role.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_role.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_rule.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_rule.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_schema.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_schema.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_sequence.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_sequence.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_server.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_server.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_statistics.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_statistics.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_subscription.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_subscription.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_system.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_system.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_table.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_table.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_tablespace.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_tablespace.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_trigger.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_trigger.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_tsconfig.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_tsconfig.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_tsdictionary.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_tsdictionary.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_tsparser.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_tsparser.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_tstemplate.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_tstemplate.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_type.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_type.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_user.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_user.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_user_mapping.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_user_mapping.po -------------------------------------------------------------------------------- /postgresql-doc/ref/alter_view.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/alter_view.po -------------------------------------------------------------------------------- /postgresql-doc/ref/analyze.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/analyze.po -------------------------------------------------------------------------------- /postgresql-doc/ref/begin.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/begin.po -------------------------------------------------------------------------------- /postgresql-doc/ref/checkpoint.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/checkpoint.po -------------------------------------------------------------------------------- /postgresql-doc/ref/close.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/close.po -------------------------------------------------------------------------------- /postgresql-doc/ref/cluster.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/cluster.po -------------------------------------------------------------------------------- /postgresql-doc/ref/clusterdb.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/clusterdb.po -------------------------------------------------------------------------------- /postgresql-doc/ref/comment.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/comment.po -------------------------------------------------------------------------------- /postgresql-doc/ref/commit.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/commit.po -------------------------------------------------------------------------------- /postgresql-doc/ref/commit_prepared.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/commit_prepared.po -------------------------------------------------------------------------------- /postgresql-doc/ref/copy.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/copy.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_access_method.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_access_method.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_aggregate.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_aggregate.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_cast.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_cast.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_collation.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_collation.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_conversion.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_conversion.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_database.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_database.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_domain.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_domain.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_event_trigger.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_event_trigger.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_extension.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_extension.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_foreign_data_wrapper.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_foreign_data_wrapper.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_foreign_table.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_foreign_table.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_function.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_function.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_group.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_group.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_index.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_index.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_language.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_language.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_materialized_view.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_materialized_view.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_opclass.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_opclass.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_operator.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_operator.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_opfamily.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_opfamily.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_policy.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_policy.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_publication.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_publication.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_role.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_role.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_rule.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_rule.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_schema.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_schema.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_sequence.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_sequence.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_server.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_server.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_statistics.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_statistics.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_subscription.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_subscription.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_table.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_table.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_table_as.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_table_as.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_tablespace.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_tablespace.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_transform.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_transform.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_trigger.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_trigger.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_tsconfig.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_tsconfig.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_tsdictionary.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_tsdictionary.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_tsparser.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_tsparser.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_tstemplate.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_tstemplate.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_type.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_type.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_user.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_user.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_user_mapping.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_user_mapping.po -------------------------------------------------------------------------------- /postgresql-doc/ref/create_view.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/create_view.po -------------------------------------------------------------------------------- /postgresql-doc/ref/createdb.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/createdb.po -------------------------------------------------------------------------------- /postgresql-doc/ref/createlang.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/createlang.po -------------------------------------------------------------------------------- /postgresql-doc/ref/createuser.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/createuser.po -------------------------------------------------------------------------------- /postgresql-doc/ref/deallocate.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/deallocate.po -------------------------------------------------------------------------------- /postgresql-doc/ref/declare.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/declare.po -------------------------------------------------------------------------------- /postgresql-doc/ref/delete.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/delete.po -------------------------------------------------------------------------------- /postgresql-doc/ref/discard.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/discard.po -------------------------------------------------------------------------------- /postgresql-doc/ref/do.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/do.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_access_method.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_access_method.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_aggregate.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_aggregate.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_cast.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_cast.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_collation.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_collation.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_conversion.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_conversion.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_database.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_database.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_domain.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_domain.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_event_trigger.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_event_trigger.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_extension.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_extension.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_foreign_data_wrapper.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_foreign_data_wrapper.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_foreign_table.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_foreign_table.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_function.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_function.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_group.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_group.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_index.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_index.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_language.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_language.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_materialized_view.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_materialized_view.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_opclass.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_opclass.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_operator.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_operator.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_opfamily.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_opfamily.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_owned.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_owned.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_policy.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_policy.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_publication.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_publication.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_role.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_role.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_rule.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_rule.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_schema.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_schema.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_sequence.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_sequence.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_server.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_server.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_statistics.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_statistics.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_subscription.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_subscription.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_table.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_table.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_tablespace.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_tablespace.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_transform.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_transform.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_trigger.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_trigger.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_tsconfig.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_tsconfig.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_tsdictionary.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_tsdictionary.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_tsparser.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_tsparser.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_tstemplate.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_tstemplate.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_type.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_type.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_user.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_user.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_user_mapping.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_user_mapping.po -------------------------------------------------------------------------------- /postgresql-doc/ref/drop_view.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/drop_view.po -------------------------------------------------------------------------------- /postgresql-doc/ref/dropdb.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/dropdb.po -------------------------------------------------------------------------------- /postgresql-doc/ref/droplang.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/droplang.po -------------------------------------------------------------------------------- /postgresql-doc/ref/dropuser.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/dropuser.po -------------------------------------------------------------------------------- /postgresql-doc/ref/ecpg-ref.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/ecpg-ref.po -------------------------------------------------------------------------------- /postgresql-doc/ref/end.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/end.po -------------------------------------------------------------------------------- /postgresql-doc/ref/execute.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/execute.po -------------------------------------------------------------------------------- /postgresql-doc/ref/explain.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/explain.po -------------------------------------------------------------------------------- /postgresql-doc/ref/fetch.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/fetch.po -------------------------------------------------------------------------------- /postgresql-doc/ref/grant.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/grant.po -------------------------------------------------------------------------------- /postgresql-doc/ref/import_foreign_schema.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/import_foreign_schema.po -------------------------------------------------------------------------------- /postgresql-doc/ref/initdb.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/initdb.po -------------------------------------------------------------------------------- /postgresql-doc/ref/insert.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/insert.po -------------------------------------------------------------------------------- /postgresql-doc/ref/listen.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/listen.po -------------------------------------------------------------------------------- /postgresql-doc/ref/load.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/load.po -------------------------------------------------------------------------------- /postgresql-doc/ref/lock.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/lock.po -------------------------------------------------------------------------------- /postgresql-doc/ref/move.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/move.po -------------------------------------------------------------------------------- /postgresql-doc/ref/notify.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/notify.po -------------------------------------------------------------------------------- /postgresql-doc/ref/pg_basebackup.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/pg_basebackup.po -------------------------------------------------------------------------------- /postgresql-doc/ref/pg_config-ref.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/pg_config-ref.po -------------------------------------------------------------------------------- /postgresql-doc/ref/pg_controldata.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/pg_controldata.po -------------------------------------------------------------------------------- /postgresql-doc/ref/pg_ctl-ref.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/pg_ctl-ref.po -------------------------------------------------------------------------------- /postgresql-doc/ref/pg_dump.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/pg_dump.po -------------------------------------------------------------------------------- /postgresql-doc/ref/pg_dumpall.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/pg_dumpall.po -------------------------------------------------------------------------------- /postgresql-doc/ref/pg_isready.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/pg_isready.po -------------------------------------------------------------------------------- /postgresql-doc/ref/pg_receivewal.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/pg_receivewal.po -------------------------------------------------------------------------------- /postgresql-doc/ref/pg_receivexlog.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/pg_receivexlog.po -------------------------------------------------------------------------------- /postgresql-doc/ref/pg_recvlogical.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/pg_recvlogical.po -------------------------------------------------------------------------------- /postgresql-doc/ref/pg_resetwal.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/pg_resetwal.po -------------------------------------------------------------------------------- /postgresql-doc/ref/pg_resetxlog.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/pg_resetxlog.po -------------------------------------------------------------------------------- /postgresql-doc/ref/pg_restore.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/pg_restore.po -------------------------------------------------------------------------------- /postgresql-doc/ref/pg_rewind.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/pg_rewind.po -------------------------------------------------------------------------------- /postgresql-doc/ref/pg_waldump.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/pg_waldump.po -------------------------------------------------------------------------------- /postgresql-doc/ref/pg_xlogdump.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/pg_xlogdump.po -------------------------------------------------------------------------------- /postgresql-doc/ref/pgarchivecleanup.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/pgarchivecleanup.po -------------------------------------------------------------------------------- /postgresql-doc/ref/pgbench.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/pgbench.po -------------------------------------------------------------------------------- /postgresql-doc/ref/pgtestfsync.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/pgtestfsync.po -------------------------------------------------------------------------------- /postgresql-doc/ref/pgtesttiming.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/pgtesttiming.po -------------------------------------------------------------------------------- /postgresql-doc/ref/pgupgrade.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/pgupgrade.po -------------------------------------------------------------------------------- /postgresql-doc/ref/postgres-ref.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/postgres-ref.po -------------------------------------------------------------------------------- /postgresql-doc/ref/postmaster.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/postmaster.po -------------------------------------------------------------------------------- /postgresql-doc/ref/prepare.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/prepare.po -------------------------------------------------------------------------------- /postgresql-doc/ref/prepare_transaction.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/prepare_transaction.po -------------------------------------------------------------------------------- /postgresql-doc/ref/psql-ref.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/psql-ref.po -------------------------------------------------------------------------------- /postgresql-doc/ref/reassign_owned.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/reassign_owned.po -------------------------------------------------------------------------------- /postgresql-doc/ref/refresh_materialized_view.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/refresh_materialized_view.po -------------------------------------------------------------------------------- /postgresql-doc/ref/reindex.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/reindex.po -------------------------------------------------------------------------------- /postgresql-doc/ref/reindexdb.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/reindexdb.po -------------------------------------------------------------------------------- /postgresql-doc/ref/release_savepoint.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/release_savepoint.po -------------------------------------------------------------------------------- /postgresql-doc/ref/reset.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/reset.po -------------------------------------------------------------------------------- /postgresql-doc/ref/revoke.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/revoke.po -------------------------------------------------------------------------------- /postgresql-doc/ref/rollback.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/rollback.po -------------------------------------------------------------------------------- /postgresql-doc/ref/rollback_prepared.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/rollback_prepared.po -------------------------------------------------------------------------------- /postgresql-doc/ref/rollback_to.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/rollback_to.po -------------------------------------------------------------------------------- /postgresql-doc/ref/savepoint.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/savepoint.po -------------------------------------------------------------------------------- /postgresql-doc/ref/security_label.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/security_label.po -------------------------------------------------------------------------------- /postgresql-doc/ref/select.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/select.po -------------------------------------------------------------------------------- /postgresql-doc/ref/select_into.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/select_into.po -------------------------------------------------------------------------------- /postgresql-doc/ref/set.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/set.po -------------------------------------------------------------------------------- /postgresql-doc/ref/set_constraints.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/set_constraints.po -------------------------------------------------------------------------------- /postgresql-doc/ref/set_role.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/set_role.po -------------------------------------------------------------------------------- /postgresql-doc/ref/set_session_auth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/set_session_auth.po -------------------------------------------------------------------------------- /postgresql-doc/ref/set_transaction.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/set_transaction.po -------------------------------------------------------------------------------- /postgresql-doc/ref/show.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/show.po -------------------------------------------------------------------------------- /postgresql-doc/ref/start_transaction.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/start_transaction.po -------------------------------------------------------------------------------- /postgresql-doc/ref/truncate.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/truncate.po -------------------------------------------------------------------------------- /postgresql-doc/ref/unlisten.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/unlisten.po -------------------------------------------------------------------------------- /postgresql-doc/ref/update.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/update.po -------------------------------------------------------------------------------- /postgresql-doc/ref/vacuum.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/vacuum.po -------------------------------------------------------------------------------- /postgresql-doc/ref/vacuumdb.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/vacuumdb.po -------------------------------------------------------------------------------- /postgresql-doc/ref/values.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/ref/values.po -------------------------------------------------------------------------------- /postgresql-doc/reference.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/reference.po -------------------------------------------------------------------------------- /postgresql-doc/regress.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/regress.po -------------------------------------------------------------------------------- /postgresql-doc/release-10.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/release-10.po -------------------------------------------------------------------------------- /postgresql-doc/release-9.5.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/release-9.5.po -------------------------------------------------------------------------------- /postgresql-doc/release-9.6.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/release-9.6.po -------------------------------------------------------------------------------- /postgresql-doc/release.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/release.po -------------------------------------------------------------------------------- /postgresql-doc/replication-origins.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/replication-origins.po -------------------------------------------------------------------------------- /postgresql-doc/rowtypes.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/rowtypes.po -------------------------------------------------------------------------------- /postgresql-doc/rules.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/rules.po -------------------------------------------------------------------------------- /postgresql-doc/runtime.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/runtime.po -------------------------------------------------------------------------------- /postgresql-doc/seg.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/seg.po -------------------------------------------------------------------------------- /postgresql-doc/sepgsql.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/sepgsql.po -------------------------------------------------------------------------------- /postgresql-doc/sourcerepo.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/sourcerepo.po -------------------------------------------------------------------------------- /postgresql-doc/sources.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/sources.po -------------------------------------------------------------------------------- /postgresql-doc/spgist.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/spgist.po -------------------------------------------------------------------------------- /postgresql-doc/spi.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/spi.po -------------------------------------------------------------------------------- /postgresql-doc/sql.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/sql.po -------------------------------------------------------------------------------- /postgresql-doc/sslinfo.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/sslinfo.po -------------------------------------------------------------------------------- /postgresql-doc/start.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/start.po -------------------------------------------------------------------------------- /postgresql-doc/storage.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/storage.po -------------------------------------------------------------------------------- /postgresql-doc/stylesheet-common.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/stylesheet-common.xsl -------------------------------------------------------------------------------- /postgresql-doc/summit-config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/summit-config -------------------------------------------------------------------------------- /postgresql-doc/syntax.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/syntax.po -------------------------------------------------------------------------------- /postgresql-doc/tablefunc.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/tablefunc.po -------------------------------------------------------------------------------- /postgresql-doc/tablesample-method.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/tablesample-method.po -------------------------------------------------------------------------------- /postgresql-doc/tcn.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/tcn.po -------------------------------------------------------------------------------- /postgresql-doc/test-decoding.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/test-decoding.po -------------------------------------------------------------------------------- /postgresql-doc/textsearch.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/textsearch.po -------------------------------------------------------------------------------- /postgresql-doc/trigger.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/trigger.po -------------------------------------------------------------------------------- /postgresql-doc/tsearch2.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/tsearch2.po -------------------------------------------------------------------------------- /postgresql-doc/tsm-system-rows.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/tsm-system-rows.po -------------------------------------------------------------------------------- /postgresql-doc/tsm-system-time.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/tsm-system-time.po -------------------------------------------------------------------------------- /postgresql-doc/typeconv.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/typeconv.po -------------------------------------------------------------------------------- /postgresql-doc/unaccent.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/unaccent.po -------------------------------------------------------------------------------- /postgresql-doc/user-manag.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/user-manag.po -------------------------------------------------------------------------------- /postgresql-doc/uuid-ossp.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/uuid-ossp.po -------------------------------------------------------------------------------- /postgresql-doc/vacuumlo.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/vacuumlo.po -------------------------------------------------------------------------------- /postgresql-doc/wal.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/wal.po -------------------------------------------------------------------------------- /postgresql-doc/xaggr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/xaggr.po -------------------------------------------------------------------------------- /postgresql-doc/xfunc.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/xfunc.po -------------------------------------------------------------------------------- /postgresql-doc/xindex.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/xindex.po -------------------------------------------------------------------------------- /postgresql-doc/xml2.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/xml2.po -------------------------------------------------------------------------------- /postgresql-doc/xoper.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/xoper.po -------------------------------------------------------------------------------- /postgresql-doc/xplang.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/xplang.po -------------------------------------------------------------------------------- /postgresql-doc/xtypes.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-doc/xtypes.po -------------------------------------------------------------------------------- /postgresql-legacy-doc/postgres-ru_9.4.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-legacy-doc/postgres-ru_9.4.po -------------------------------------------------------------------------------- /postgresql-legacy-doc/postgres-ru_9.5.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/postgresql-legacy-doc/postgres-ru_9.5.po -------------------------------------------------------------------------------- /slony1-doc/addthings.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/addthings.po -------------------------------------------------------------------------------- /slony1-doc/adminscripts.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/adminscripts.po -------------------------------------------------------------------------------- /slony1-doc/bookindex.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/bookindex.po -------------------------------------------------------------------------------- /slony1-doc/cluster.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/cluster.po -------------------------------------------------------------------------------- /slony1-doc/concepts.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/concepts.po -------------------------------------------------------------------------------- /slony1-doc/ddlchanges.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/ddlchanges.po -------------------------------------------------------------------------------- /slony1-doc/events.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/events.po -------------------------------------------------------------------------------- /slony1-doc/failover.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/failover.po -------------------------------------------------------------------------------- /slony1-doc/faq.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/faq.po -------------------------------------------------------------------------------- /slony1-doc/firstdb.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/firstdb.po -------------------------------------------------------------------------------- /slony1-doc/help.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/help.po -------------------------------------------------------------------------------- /slony1-doc/installation.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/installation.po -------------------------------------------------------------------------------- /slony1-doc/intro.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/intro.po -------------------------------------------------------------------------------- /slony1-doc/legal.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/legal.po -------------------------------------------------------------------------------- /slony1-doc/limitations.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/limitations.po -------------------------------------------------------------------------------- /slony1-doc/listenpaths.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/listenpaths.po -------------------------------------------------------------------------------- /slony1-doc/locking.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/locking.po -------------------------------------------------------------------------------- /slony1-doc/loganalysis.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/loganalysis.po -------------------------------------------------------------------------------- /slony1-doc/logshipping.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/logshipping.po -------------------------------------------------------------------------------- /slony1-doc/logshipping_ref.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/logshipping_ref.po -------------------------------------------------------------------------------- /slony1-doc/maintenance.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/maintenance.po -------------------------------------------------------------------------------- /slony1-doc/man.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/man.po -------------------------------------------------------------------------------- /slony1-doc/monitoring.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/monitoring.po -------------------------------------------------------------------------------- /slony1-doc/partitioning.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/partitioning.po -------------------------------------------------------------------------------- /slony1-doc/performance.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/performance.po -------------------------------------------------------------------------------- /slony1-doc/prerequisites.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/prerequisites.po -------------------------------------------------------------------------------- /slony1-doc/raceconditions.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/raceconditions.po -------------------------------------------------------------------------------- /slony1-doc/reference.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/reference.po -------------------------------------------------------------------------------- /slony1-doc/releasechecklist.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/releasechecklist.po -------------------------------------------------------------------------------- /slony1-doc/reshape.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/reshape.po -------------------------------------------------------------------------------- /slony1-doc/schemadoc.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/schemadoc.po -------------------------------------------------------------------------------- /slony1-doc/security.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/security.po -------------------------------------------------------------------------------- /slony1-doc/slon.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/slon.po -------------------------------------------------------------------------------- /slony1-doc/slonconf.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/slonconf.po -------------------------------------------------------------------------------- /slony1-doc/slonik.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/slonik.po -------------------------------------------------------------------------------- /slony1-doc/slonik_ref.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/slonik_ref.po -------------------------------------------------------------------------------- /slony1-doc/slony.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/slony.po -------------------------------------------------------------------------------- /slony1-doc/slonyupgrade.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/slonyupgrade.po -------------------------------------------------------------------------------- /slony1-doc/startingstopping.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/startingstopping.po -------------------------------------------------------------------------------- /slony1-doc/startslons.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/startslons.po -------------------------------------------------------------------------------- /slony1-doc/subscribenodes.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/subscribenodes.po -------------------------------------------------------------------------------- /slony1-doc/testbed.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/testbed.po -------------------------------------------------------------------------------- /slony1-doc/triggers.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/triggers.po -------------------------------------------------------------------------------- /slony1-doc/usingslonik.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/usingslonik.po -------------------------------------------------------------------------------- /slony1-doc/version.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/version.po -------------------------------------------------------------------------------- /slony1-doc/versionupgrade.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pluzanov/pg-doc-ru/HEAD/slony1-doc/versionupgrade.po --------------------------------------------------------------------------------