Personal tools
Skip to content. | Skip to navigation
Perltidy is a Perl script that indents and re-formats Perl scripts to make them easier to read. If you write Perl scripts, or spend much time reading them, you will probably find it useful. The formatting can be controlled with command line parameters. The default parameter settings approximately follow the suggestions in the Perl Style Guide. Perltidy can also output HTML of both POD and source code. Besides re-formatting scripts, Perltidy can be a great help in tracking down errors with missing or extra braces, parentheses, and square brackets because it is very good at localizing errors.
Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands. Pexpect can be used for automating interactive applications such as ssh, ftp, passwd, telnet, etc. It can be used to automate setup scripts for duplicating software package installations on different servers. And it can be used for automated software testing. Pexpect is in the spirit of Don Libes' Expect, but Pexpect is pure Python. Unlike other Expect-like modules for Python, Pexpect does not require TCL or Expect nor does it require C extensions to be compiled. It should work on any platform that supports the standard Python pty module.
The pglogical 2 extension provides logical streaming replication for PostgreSQL, using a publish/subscribe model. It is based on technology developed as part of the BDR project (http://2ndquadrant.com/BDR). We use the following terms to describe data streams between nodes, deliberately reused from the earlier Slony technology: Nodes - PostgreSQL database instances Providers and Subscribers - roles taken by Nodes Replication Set - a collection of tables Use cases supported are: Upgrades between major versions (given the above restrictions) Full database replication Selective replication of sets of tables using replication sets Selective replication of table rows at either publisher or subscriber side (row_filter) Selective replication of table columns at publisher side Data gather/merge from multiple upstream servers Architectural details: pglogical works on a per-database level, not whole server level like physical streaming replication One Provider may feed multiple Subscribers without incurring additional disk write overhead One Subscriber can merge changes from several origins and detect conflict between changes with automatic and configurable conflict resolution (some, but not all aspects required for multi-master). Cascading replication is implemented in the form of changeset forwarding.
pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
This package contains the Apache/WSGI configuration for serving pgadmin4 from Apache.
Czech language data for pgadmin4.
German language data for pgadmin4.
Spanish language data for pgadmin4.