| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: phpPgAdmin | Distribution: openSUSE 12.1 |
| Version: 5.0.4 | Vendor: openSUSE |
| Release: 4.1 | Build date: Fri Mar 30 13:29:27 2012 |
| Group: Productivity/Databases/Tools | Build host: build17 |
| Size: 4958717 | Source RPM: phpPgAdmin-5.0.4-4.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://phppgadmin.sourceforge.net | |
| Summary: Administration of PostgreSQL over the web | |
phpPgAdmin is a web-based administration tool for PostgreSQL. It is perfect for PostgreSQL DBAs, newbies and hosting services. Features * Administer multiple servers * Support for PostgreSQL 7.4.x, 8.0.x, 8.1.x, 8.2.x, 8.3.x, 8.4.x, 9.0.x * Manage all aspects of: o Users & groups o Databases o Schemas o Tables, indexes, constraints, triggers, rules & privileges o Views, sequences & functions o Advanced objects o Reports * Easy data manipulation: o Browse tables, views & reports o Execute arbitrary SQL o Select, insert, update and delete * Dump table data in a variety of formats: SQL, COPY, XML, XHTML, CSV, Tabbed, pg_dump * Import SQL scripts, COPY data, XML, CSV and Tabbed * Supports the Slony master-slave replication engine * Excellent language support: o Available in 27 languages o No encoding conflicts. Edit Russian data using a Japanese interface!
GPL-2.0+
* Thu Mar 29 2012 chris@computersalat.de
- update to 5.0.4
- Released: 22th March 2012
- Bug fixes.
* Fix #3468882 "UPDATE single row with varchar key: empty where
clause", reported by "Dirk Kraemer"
* Fix XSS in function.php, reported by Mateusz Goik
* Fix bug where renaming a tablespace was leading to an error
* Fix a bug where clicking to "Show all schemas" on schema
privilege page leads back to the latest tab used in database level
* Fix a bug when executing a query from the history
* Fix bad confirmation message when droping an autovacuum table setup
* Fix bug #3429633 '"Back" link from "Browse" leads to error'
* Fix a PHP warning when Slony conf parameters are not set
* Show cancel/kill actions in process page only if role is a superuser
* Some more small code cleanup and fixes.
- fix for bnc#754694 (CVE-2012-1600)
* https://bugzilla.novell.com/show_bug.cgi?id=754694
* Thu Oct 20 2011 chris@computersalat.de
- update to 5.0.3
- Released: 3rd October 2011
- Some bug fixes.
* Fix bug with enable/disable triggers on multiple triggers
(Dawid 'DeyV' Polak)
* Fix bug #3353670: Error when executing a report with paging
* Fix bug with OpenBSD about where setting application_name using
PGOPTIONS was raising an ERROR
* Two security fix about code injection, reported by Mateusz Goik,
fixed by ioguix
* Fix character-encoding problem with autocomplete
- fixes bnc#721976 (CVE-2011-3598)
* http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3598
* Thu May 26 2011 chris@computersalat.de
- update to 5.0.2
- Released: 3rd January 2011
- Some bug fixes.
* Fix a css typo & error in cappuccino theme
* Fix #3139003 "Autocomplete doesn't insert value", report and
patch by Aleksander Machniak
* Fix bad inheritance between pg83 -> pg instead of pg83 -> pg84 in
the database access classes. This bug was breaking some
functionnalities with 8.3
* Fix a lot of nonstandard escaped string in the database access
classes
- Version 5.0.1
- Released: 14th December 2010
- Minor bug fix and update version.
* Fix #3124417 "Wrong german translation", reported by schnoesel
* Fix (officialy) a bug where non-super user roles cannot check
ownership on objects
* Add forgotten Galician language to the target "all" of lang/Makefile
* Update jQuery library to current stable 1.4.4
* remove useless date from the topbar informations.
This was the only place that did PHP 5.3 complain about bad timezone
configuration (a non-PPA related warning). As it was a totaly
useless information, we decide to remove it.
- Version 5.0
- Released: 29th November 2010
- Features
* Support for PostgreSQL 8.4 and 9.0
* Support for database level collation for 8.4+
* Support for schema level export
* Add ability to alter schema ownership
* Clean up domain support and improve interface
* Add support for commenting on functions
* Allow user to rename role/users and set new passwords at the same time
* Greatly enhanced Full-Text-Search capabilities (ioguix, Loomis_K)
* Overhauled Selenium Test suite to support multiple database versions
* Optimized application graphics (Limo Driver)
* Support for Column Level Privileges
* Allow users to specify a template database at database creation time
* Support killing processes
* Add ability to create indexes concurrently
* Much better support of autovacuum configuration
* Add an admin page for table level
* Refactored autocompletion:
* fix support for cross-schema objects
* support multi-field FK
* support for pagination of values in the auto-complete list
* Allow user to logicaly group their server under custom named
node in the browser tree
* New themes (Cappuccino and Gotar) and a theme switcher on the
introduction page
* Auto refresh Locks page
* Auto refresh Processes page
* Link in the bottom of the page to go to top of page
* Browsing on Foreign Keys (When browsing a table, clicking on a
FK value, jump to the PK row)
- Bugs
* Fix problems with query tracking on overly long queries
* Ensure pg_dump paths are valid
* Fix multiple bugs about quoting and escaping database objects
names with special chars
* Fix multiple bugs in the browser tree
* Fix multiple bugs on the SQL and script file import form
* One security fix about code injection
* Don't allow inserting on a table without fields
* Some fix about commenting databases
* removed deprecated functions from PHP 5.3
* Lot of code cleanup
* Many other small minor bugs found on our way
* Fix the operator property page
- Translations
* Czech (Marek Cernocky)
* Greek (Adamantios Diamantidis)
* Brazillian Portuguese (Fernando Wendt)
* Galician (Adrián Chaves Fernández)
- Incompatabilities
* No longer support PHP < 5.0
* No longer support Postgres < 7.4
- some spec cleanup
o fix description
* Fri Feb 18 2011 chris@computersalat.de
- update to 4.2.3
* Fix bug where space as first character in a bytea column was
removed by html renderer
* Check if the given pg_dumpall / pg_dump paths are correct before
using them
* Fix some transalation files that had bad UTF-8 declaration, rising
a warning
* Fix bug with tables that contain quote in their name
* support PHP 5.3
- Version 4.2.2
* Fix bug where long SQL queries get truncated
* Fix createFunction method on PostgreSQL < 7.3
* Fix bug with alter schema in PostgreSQL < 7.4
* Remove alter domain for PostgreSQL < 7.4
* Fix local file inclusion vulnerability:
http://www.securityfocus.com/bid/32670/
Unset language variable before determine file includes
- Version 4.2.1
* Fix table icon/link disapearing when navigating between pages
during column browse (ioguix)
* Fix import/export links from tree menu (Denis Golovtsov, ioguix)
* Fix missing language string for shared credential logout
* Add missing text search functions/operators (Loomis K, xzilla)
* Update FAQ info for postgres win32 releases
* Fix database list error for users without connect privileges on
all databases (Thomi Dammann, xzilla)
- add/remove patches
* remove obsolete CVE-2008-5587 patch
* add config.inc patch
- add http config
- add some macros
- fix deps
- fix descr
- remove changelog from spec
* Tue Feb 03 2009 max@suse.de
- Added phpPgAdmin-CVE-2008-5587.patch to fix a directory
traversal vulnerability (bnc#462762).
* Tue Apr 08 2008 tpatzig@suse.de
- update to Version 4.2
* Add Analyze to Table Level Actions (ioguix)
* Add support for multiple actions on main pages (ioguix, Robert Treat)
* Added favicon for Mozilla and a backwards compatible version for IE.
* Allow browsers to save different usernames and passwords for different servers.
* Pagination selection available for reports
* You can configure reports db, schema and table names
* Add support for creating a table using an exsting one (ioguix)
* Auto-expand a node in the tree browser if there are no other nodes (Tomasz Pala)
* Add column about fields constraints type + links in table properties page (ioguix)
* Support for built-in Full Text Search (Ivan Zolotukhin)
* Addd alter name, owner & comment on views (ioguix)
* Add column about called procedure + links to their definition in the triggers
properties page (ioguix)
* Add Support for Enum type creation (ioguix,xzilla)
* Add alter name, owner, comment and properties for sequences (ioguix)
* Add function costing options (xzilla)
* Add alter owner & schema on function (xzilla)
* Add a popup window for the session requests history (karl, ioguix)
* Add alter table, view, sequence schema (ioguix)
* several bugfixes
* Sat Aug 04 2007 tpatzig@suse.de
- update to Version 4.1.3
* Send encrypted passwords over the wire wherever possible.
* Alter sequence, nextval and setval (Guillaume)
* Autovacuum configuration support (Robert Treat)
* Basic ROLE support (Chris Kings-Lynne, Javier Carlos)
* Add support for SSL connections (Eric Kinolik)
* Display Prepared Transactions (Javier Carlos)
* Add automatic lookup of foreign key values in insert/update fields (John Jawed)
* several bugfixes
* Wed Oct 18 2006 tpatzig@suse.de
- initial build of phpPgAdmin Version 4.0.1
/etc/apache2/conf.d/phpPgAdmin.conf /etc/phpPgAdmin /etc/phpPgAdmin/config.inc.php /srv/www/htdocs/phpPgAdmin /srv/www/htdocs/phpPgAdmin/admin.php /srv/www/htdocs/phpPgAdmin/aggregates.php /srv/www/htdocs/phpPgAdmin/ajax-ac-insert.php /srv/www/htdocs/phpPgAdmin/all_db.php /srv/www/htdocs/phpPgAdmin/browser.php /srv/www/htdocs/phpPgAdmin/casts.php /srv/www/htdocs/phpPgAdmin/classes /srv/www/htdocs/phpPgAdmin/classes/ArrayRecordSet.php /srv/www/htdocs/phpPgAdmin/classes/Gui.php /srv/www/htdocs/phpPgAdmin/classes/Misc.php /srv/www/htdocs/phpPgAdmin/classes/Reports.php /srv/www/htdocs/phpPgAdmin/classes/class.select.php /srv/www/htdocs/phpPgAdmin/classes/database /srv/www/htdocs/phpPgAdmin/classes/database/ADODB_base.php /srv/www/htdocs/phpPgAdmin/classes/database/Connection.php /srv/www/htdocs/phpPgAdmin/classes/database/Postgres.php /srv/www/htdocs/phpPgAdmin/classes/database/Postgres74.php /srv/www/htdocs/phpPgAdmin/classes/database/Postgres80.php /srv/www/htdocs/phpPgAdmin/classes/database/Postgres81.php /srv/www/htdocs/phpPgAdmin/classes/database/Postgres82.php /srv/www/htdocs/phpPgAdmin/classes/database/Postgres83.php /srv/www/htdocs/phpPgAdmin/classes/database/Postgres84.php /srv/www/htdocs/phpPgAdmin/classes/plugins /srv/www/htdocs/phpPgAdmin/classes/plugins/Plugin.php /srv/www/htdocs/phpPgAdmin/classes/plugins/Slony.php /srv/www/htdocs/phpPgAdmin/colproperties.php /srv/www/htdocs/phpPgAdmin/constraints.php /srv/www/htdocs/phpPgAdmin/conversions.php /srv/www/htdocs/phpPgAdmin/database.php /srv/www/htdocs/phpPgAdmin/dataexport.php /srv/www/htdocs/phpPgAdmin/dataimport.php /srv/www/htdocs/phpPgAdmin/dbexport.php /srv/www/htdocs/phpPgAdmin/display.php /srv/www/htdocs/phpPgAdmin/domains.php /srv/www/htdocs/phpPgAdmin/fulltext.php /srv/www/htdocs/phpPgAdmin/functions.js /srv/www/htdocs/phpPgAdmin/functions.php /srv/www/htdocs/phpPgAdmin/groups.php /srv/www/htdocs/phpPgAdmin/help /srv/www/htdocs/phpPgAdmin/help.php /srv/www/htdocs/phpPgAdmin/help/PostgresDoc74.php /srv/www/htdocs/phpPgAdmin/help/PostgresDoc80.php /srv/www/htdocs/phpPgAdmin/help/PostgresDoc81.php /srv/www/htdocs/phpPgAdmin/help/PostgresDoc82.php /srv/www/htdocs/phpPgAdmin/help/PostgresDoc83.php /srv/www/htdocs/phpPgAdmin/help/PostgresDoc84.php /srv/www/htdocs/phpPgAdmin/help/PostgresDoc90.php /srv/www/htdocs/phpPgAdmin/history.php /srv/www/htdocs/phpPgAdmin/images /srv/www/htdocs/phpPgAdmin/images/themes /srv/www/htdocs/phpPgAdmin/images/themes/cappuccino /srv/www/htdocs/phpPgAdmin/images/themes/cappuccino/Lminus.png /srv/www/htdocs/phpPgAdmin/images/themes/cappuccino/Lplus.png /srv/www/htdocs/phpPgAdmin/images/themes/cappuccino/Tminus.png /srv/www/htdocs/phpPgAdmin/images/themes/cappuccino/Tplus.png /srv/www/htdocs/phpPgAdmin/images/themes/cappuccino/inputbckg.png /srv/www/htdocs/phpPgAdmin/images/themes/cappuccino/openListe.png /srv/www/htdocs/phpPgAdmin/images/themes/cappuccino/title.png /srv/www/htdocs/phpPgAdmin/images/themes/default /srv/www/htdocs/phpPgAdmin/images/themes/default/AddArguments.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Admin.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Aggregate.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Aggregates.png /srv/www/htdocs/phpPgAdmin/images/themes/default/AllUsers.png /srv/www/htdocs/phpPgAdmin/images/themes/default/AvailableReplicationSet.png /srv/www/htdocs/phpPgAdmin/images/themes/default/AvailableSubscription.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Backup.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Cast.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Casts.png /srv/www/htdocs/phpPgAdmin/images/themes/default/CheckConstraint.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Cluster.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Column.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Columns.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Constraints.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Conversion.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Conversions.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Copy.png /srv/www/htdocs/phpPgAdmin/images/themes/default/CorruptedDatabase.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Cut.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Database.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Databases.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Definition.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Delete.png /srv/www/htdocs/phpPgAdmin/images/themes/default/DisabledJob.png /srv/www/htdocs/phpPgAdmin/images/themes/default/DisconnectedDatabase.png /srv/www/htdocs/phpPgAdmin/images/themes/default/DisconnectedServer.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Domain.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Domains.png /srv/www/htdocs/phpPgAdmin/images/themes/default/EnableArgument.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Erase.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Execute.png /srv/www/htdocs/phpPgAdmin/images/themes/default/ExecuteSave.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Explain.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Export.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Favicon.ico /srv/www/htdocs/phpPgAdmin/images/themes/default/Filter.png /srv/www/htdocs/phpPgAdmin/images/themes/default/ForeignKey.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Fts.png /srv/www/htdocs/phpPgAdmin/images/themes/default/FtsCfg.png /srv/www/htdocs/phpPgAdmin/images/themes/default/FtsDict.png /srv/www/htdocs/phpPgAdmin/images/themes/default/FtsParser.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Function.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Functions.png /srv/www/htdocs/phpPgAdmin/images/themes/default/GurusHint.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Help.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Histories.png /srv/www/htdocs/phpPgAdmin/images/themes/default/History.png /srv/www/htdocs/phpPgAdmin/images/themes/default/I.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Import.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Index.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Indexes.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Introduction.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Job.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Jobs.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Key.png /srv/www/htdocs/phpPgAdmin/images/themes/default/L.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Language.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Languages.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Listen.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Listens.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Lminus.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Loading.gif /srv/www/htdocs/phpPgAdmin/images/themes/default/LowerArgument.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Lplus.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Node.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Nodes.png /srv/www/htdocs/phpPgAdmin/images/themes/default/ObjectNotFound.png /srv/www/htdocs/phpPgAdmin/images/themes/default/OfferedReplicationSet.png /srv/www/htdocs/phpPgAdmin/images/themes/default/OfferedSubscription.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Open.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Operator.png /srv/www/htdocs/phpPgAdmin/images/themes/default/OperatorClass.png /srv/www/htdocs/phpPgAdmin/images/themes/default/OperatorClasses.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Operators.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Paste.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Path.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Paths.png /srv/www/htdocs/phpPgAdmin/images/themes/default/PrimaryKey.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Privileges.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Processes.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Property.png /srv/www/htdocs/phpPgAdmin/images/themes/default/RaiseArgument.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Record.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Records.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Redo.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Refresh.png /srv/www/htdocs/phpPgAdmin/images/themes/default/RemoveArgument.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Replication.png /srv/www/htdocs/phpPgAdmin/images/themes/default/ReplicationSets.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Report.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Reports.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Restore.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Roles.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Rule.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Rules.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Save.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Schedule.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Schedules.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Schema.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Schemas.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Search.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Sequence.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Sequences.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Server.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Servers.png /srv/www/htdocs/phpPgAdmin/images/themes/default/SqlEditor.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Statistics.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Step.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Steps.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Stop.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Subscriptions.png /srv/www/htdocs/phpPgAdmin/images/themes/default/T.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Table.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Tables.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Tablespace.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Tablespaces.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Tminus.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Tplus.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Trigger.png /srv/www/htdocs/phpPgAdmin/images/themes/default/TriggerFunction.png /srv/www/htdocs/phpPgAdmin/images/themes/default/TriggerFunctions.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Triggers.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Type.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Types.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Undo.png /srv/www/htdocs/phpPgAdmin/images/themes/default/UniqueConstraint.png /srv/www/htdocs/phpPgAdmin/images/themes/default/User.png /srv/www/htdocs/phpPgAdmin/images/themes/default/UserGroup.png /srv/www/htdocs/phpPgAdmin/images/themes/default/UserGroups.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Users.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Variables.png /srv/www/htdocs/phpPgAdmin/images/themes/default/View.png /srv/www/htdocs/phpPgAdmin/images/themes/default/Views.png /srv/www/htdocs/phpPgAdmin/images/themes/default/blank.png /srv/www/htdocs/phpPgAdmin/images/themes/default/title.png /srv/www/htdocs/phpPgAdmin/index.php /srv/www/htdocs/phpPgAdmin/indexes.js /srv/www/htdocs/phpPgAdmin/indexes.php /srv/www/htdocs/phpPgAdmin/info.php /srv/www/htdocs/phpPgAdmin/intro.php /srv/www/htdocs/phpPgAdmin/lang /srv/www/htdocs/phpPgAdmin/lang/afrikaans.php /srv/www/htdocs/phpPgAdmin/lang/arabic.php /srv/www/htdocs/phpPgAdmin/lang/catalan.php /srv/www/htdocs/phpPgAdmin/lang/chinese-sim.php /srv/www/htdocs/phpPgAdmin/lang/chinese-tr.php /srv/www/htdocs/phpPgAdmin/lang/chinese-utf8-zh_CN.php /srv/www/htdocs/phpPgAdmin/lang/chinese-utf8-zh_TW.php /srv/www/htdocs/phpPgAdmin/lang/czech.php /srv/www/htdocs/phpPgAdmin/lang/danish.php /srv/www/htdocs/phpPgAdmin/lang/dutch.php /srv/www/htdocs/phpPgAdmin/lang/english.php /srv/www/htdocs/phpPgAdmin/lang/french.php /srv/www/htdocs/phpPgAdmin/lang/galician.php /srv/www/htdocs/phpPgAdmin/lang/german.php /srv/www/htdocs/phpPgAdmin/lang/greek.php /srv/www/htdocs/phpPgAdmin/lang/hebrew.php /srv/www/htdocs/phpPgAdmin/lang/hungarian.php /srv/www/htdocs/phpPgAdmin/lang/italian.php /srv/www/htdocs/phpPgAdmin/lang/japanese.php /srv/www/htdocs/phpPgAdmin/lang/mongol.php /srv/www/htdocs/phpPgAdmin/lang/polish.php /srv/www/htdocs/phpPgAdmin/lang/portuguese-br.php /srv/www/htdocs/phpPgAdmin/lang/portuguese-pt.php /srv/www/htdocs/phpPgAdmin/lang/recoded /srv/www/htdocs/phpPgAdmin/lang/recoded/README /srv/www/htdocs/phpPgAdmin/lang/recoded/afrikaans.php /srv/www/htdocs/phpPgAdmin/lang/recoded/arabic.php /srv/www/htdocs/phpPgAdmin/lang/recoded/catalan.php /srv/www/htdocs/phpPgAdmin/lang/recoded/chinese-sim.php /srv/www/htdocs/phpPgAdmin/lang/recoded/chinese-tr.php /srv/www/htdocs/phpPgAdmin/lang/recoded/chinese-utf8-zh_CN.php /srv/www/htdocs/phpPgAdmin/lang/recoded/chinese-utf8-zh_TW.php /srv/www/htdocs/phpPgAdmin/lang/recoded/czech.php /srv/www/htdocs/phpPgAdmin/lang/recoded/danish.php /srv/www/htdocs/phpPgAdmin/lang/recoded/dutch.php /srv/www/htdocs/phpPgAdmin/lang/recoded/english.php /srv/www/htdocs/phpPgAdmin/lang/recoded/french.php /srv/www/htdocs/phpPgAdmin/lang/recoded/galician.php /srv/www/htdocs/phpPgAdmin/lang/recoded/german.php /srv/www/htdocs/phpPgAdmin/lang/recoded/greek.php /srv/www/htdocs/phpPgAdmin/lang/recoded/hebrew.php /srv/www/htdocs/phpPgAdmin/lang/recoded/hungarian.php /srv/www/htdocs/phpPgAdmin/lang/recoded/italian.php /srv/www/htdocs/phpPgAdmin/lang/recoded/japanese.php /srv/www/htdocs/phpPgAdmin/lang/recoded/mongol.php /srv/www/htdocs/phpPgAdmin/lang/recoded/polish.php /srv/www/htdocs/phpPgAdmin/lang/recoded/portuguese-br.php /srv/www/htdocs/phpPgAdmin/lang/recoded/portuguese-pt.php /srv/www/htdocs/phpPgAdmin/lang/recoded/romanian.php /srv/www/htdocs/phpPgAdmin/lang/recoded/russian-utf8.php /srv/www/htdocs/phpPgAdmin/lang/recoded/russian.php /srv/www/htdocs/phpPgAdmin/lang/recoded/slovak.php /srv/www/htdocs/phpPgAdmin/lang/recoded/spanish.php /srv/www/htdocs/phpPgAdmin/lang/recoded/swedish.php /srv/www/htdocs/phpPgAdmin/lang/recoded/turkish.php /srv/www/htdocs/phpPgAdmin/lang/recoded/ukrainian.php /srv/www/htdocs/phpPgAdmin/lang/romanian.php /srv/www/htdocs/phpPgAdmin/lang/russian-utf8.php /srv/www/htdocs/phpPgAdmin/lang/russian.php /srv/www/htdocs/phpPgAdmin/lang/slovak.php /srv/www/htdocs/phpPgAdmin/lang/spanish.php /srv/www/htdocs/phpPgAdmin/lang/swedish.php /srv/www/htdocs/phpPgAdmin/lang/translations.php /srv/www/htdocs/phpPgAdmin/lang/turkish.php /srv/www/htdocs/phpPgAdmin/lang/ukrainian.php /srv/www/htdocs/phpPgAdmin/languages.php /srv/www/htdocs/phpPgAdmin/libraries /srv/www/htdocs/phpPgAdmin/libraries/adodb /srv/www/htdocs/phpPgAdmin/libraries/adodb/adodb-csvlib.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/adodb-datadict.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/adodb-error.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/adodb-iterator.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/adodb-lib.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/adodb-time.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/adodb.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/drivers /srv/www/htdocs/phpPgAdmin/libraries/adodb/drivers/adodb-postgres.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/drivers/adodb-postgres64.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/drivers/adodb-postgres7.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/drivers/adodb-postgres8.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/lang /srv/www/htdocs/phpPgAdmin/libraries/adodb/lang/adodb-ar.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/lang/adodb-bg.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/lang/adodb-bgutf8.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/lang/adodb-ca.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/lang/adodb-cn.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/lang/adodb-cz.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/lang/adodb-da.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/lang/adodb-de.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/lang/adodb-en.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/lang/adodb-es.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/lang/adodb-esperanto.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/lang/adodb-fa.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/lang/adodb-fr.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/lang/adodb-hu.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/lang/adodb-it.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/lang/adodb-nl.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/lang/adodb-pl.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/lang/adodb-pt-br.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/lang/adodb-ro.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/lang/adodb-ru1251.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/lang/adodb-sv.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/lang/adodb-uk1251.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/lang/adodb_th.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/license.txt /srv/www/htdocs/phpPgAdmin/libraries/adodb/readme.txt /srv/www/htdocs/phpPgAdmin/libraries/adodb/toexport.inc.php /srv/www/htdocs/phpPgAdmin/libraries/adodb/tohtml.inc.php /srv/www/htdocs/phpPgAdmin/libraries/decorator.inc.php /srv/www/htdocs/phpPgAdmin/libraries/errorhandler.inc.php /srv/www/htdocs/phpPgAdmin/libraries/highlight.php /srv/www/htdocs/phpPgAdmin/libraries/js /srv/www/htdocs/phpPgAdmin/libraries/js/jquery.js /srv/www/htdocs/phpPgAdmin/libraries/lib.inc.php /srv/www/htdocs/phpPgAdmin/links.js /srv/www/htdocs/phpPgAdmin/login.php /srv/www/htdocs/phpPgAdmin/logout.php /srv/www/htdocs/phpPgAdmin/multiactionform.js /srv/www/htdocs/phpPgAdmin/opclasses.php /srv/www/htdocs/phpPgAdmin/operators.php /srv/www/htdocs/phpPgAdmin/plugin_slony.php /srv/www/htdocs/phpPgAdmin/privileges.php /srv/www/htdocs/phpPgAdmin/redirect.php /srv/www/htdocs/phpPgAdmin/reports.php /srv/www/htdocs/phpPgAdmin/roles.php /srv/www/htdocs/phpPgAdmin/rules.php /srv/www/htdocs/phpPgAdmin/schemas.php /srv/www/htdocs/phpPgAdmin/sequences.php /srv/www/htdocs/phpPgAdmin/servers.php /srv/www/htdocs/phpPgAdmin/sql /srv/www/htdocs/phpPgAdmin/sql.php /srv/www/htdocs/phpPgAdmin/sql/reports-pgsql.sql /srv/www/htdocs/phpPgAdmin/sqledit.php /srv/www/htdocs/phpPgAdmin/tables.js /srv/www/htdocs/phpPgAdmin/tables.php /srv/www/htdocs/phpPgAdmin/tablespaces.php /srv/www/htdocs/phpPgAdmin/tblproperties.php /srv/www/htdocs/phpPgAdmin/themes /srv/www/htdocs/phpPgAdmin/themes/cappuccino /srv/www/htdocs/phpPgAdmin/themes/cappuccino/global.css /srv/www/htdocs/phpPgAdmin/themes/default /srv/www/htdocs/phpPgAdmin/themes/default/global.css /srv/www/htdocs/phpPgAdmin/themes/global.css /srv/www/htdocs/phpPgAdmin/themes/gotar /srv/www/htdocs/phpPgAdmin/themes/gotar/global.css /srv/www/htdocs/phpPgAdmin/themes/themes.php /srv/www/htdocs/phpPgAdmin/triggers.php /srv/www/htdocs/phpPgAdmin/types.php /srv/www/htdocs/phpPgAdmin/users.php /srv/www/htdocs/phpPgAdmin/viewproperties.php /srv/www/htdocs/phpPgAdmin/views.php /srv/www/htdocs/phpPgAdmin/xloadtree /srv/www/htdocs/phpPgAdmin/xloadtree/xloadtree2.js /srv/www/htdocs/phpPgAdmin/xloadtree/xtree2.js /usr/share/doc/packages/phpPgAdmin /usr/share/doc/packages/phpPgAdmin/CREDITS /usr/share/doc/packages/phpPgAdmin/DEVELOPERS /usr/share/doc/packages/phpPgAdmin/FAQ /usr/share/doc/packages/phpPgAdmin/HISTORY /usr/share/doc/packages/phpPgAdmin/LICENSE /usr/share/doc/packages/phpPgAdmin/TODO /usr/share/doc/packages/phpPgAdmin/TRANSLATORS
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat May 25 03:12:22 2013