diff options
author | agc <agc> | 2002-07-23 12:13:34 +0000 |
---|---|---|
committer | agc <agc> | 2002-07-23 12:13:34 +0000 |
commit | 1cb312a53d5123471599d267e4626cae8ac1e775 (patch) | |
tree | ea4ffb08eec0cc817880587302222ec5536c761a /databases/phppgadmin/MESSAGE | |
parent | f5f60613383b9c5cf7622ff9cb0fde5076f97cb2 (diff) | |
download | pkgsrc-1cb312a53d5123471599d267e4626cae8ac1e775.tar.gz |
Initial import of phppgadmin-2.4.2 into the NetBSD Packages Collection.
Provided in PR 17683 by Sergio Jimenez <sjr@hispabsd.org>
phpPgAdmin is phpMyAdmin (for MySQL) ported to PostgreSQL. phpPgAdmin
is a fully functional PostgreSQL administration utility. You can use
it to create an maintain multiple databases and even multiple servers.
Features include:
- create and drop databases
- create, copy, drop and alter table/view/sequence/function/indicie/trigger
- edit and add fields (to the extent Postgres allows)
- execute any SQL-statement, even batch-queries
- manage primary and unique keys
- create and read dumps of tables
- administer one single database
- administer multiple servers
- administer postgres users and groups
Diffstat (limited to 'databases/phppgadmin/MESSAGE')
-rw-r--r-- | databases/phppgadmin/MESSAGE | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/phppgadmin/MESSAGE b/databases/phppgadmin/MESSAGE new file mode 100644 index 00000000000..7c91e931b9a --- /dev/null +++ b/databases/phppgadmin/MESSAGE @@ -0,0 +1,8 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2002/07/23 12:13:35 agc Exp $ + +Copy requiered files from ${PKG_PREFIX}/share/phppgadmin to your web +space. Do not edit "config.inc.php-dist", copy it to "config.inc.php" and +configure it for your needs. Remember that PHP should be configured to +have "magic_quotes=on". +=========================================================================== |