[Lunar-commits] r17532 - moonbase/trunk/sql/pgadmin3
Dennis Veatch
stumbles at lunar-linux.org
Wed Nov 30 23:59:07 UTC 2005
Author: stumbles
Date: 2005-11-30 23:59:05 +0000 (Wed, 30 Nov 2005)
New Revision: 17532
Modified:
moonbase/trunk/sql/pgadmin3/DETAILS
Log:
An SQL/shell job scheduling agent.
PostgreSQL 8.1 support.
Allow server registration without connect.
'Guru Hints' to help new users.
Graphical EXPLAIN.... to name a few.
compile with gcc-3.4.4 and glibc-2.3.6
Modified: moonbase/trunk/sql/pgadmin3/DETAILS
===================================================================
--- moonbase/trunk/sql/pgadmin3/DETAILS 2005-11-30 20:06:12 UTC (rev 17531)
+++ moonbase/trunk/sql/pgadmin3/DETAILS 2005-11-30 23:59:05 UTC (rev 17532)
@@ -1,17 +1,18 @@
MODULE=pgadmin3
- VERSION=1.2.2
+ VERSION=1.4.0
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=ftp://ftp10.us.postgresql.org/pub/postgresql/pgadmin3/release/v1.2.2/src/
- SOURCE_VFY=sha1:b6b7a18e6f783a0c238e8d1016c59af23244b156
- WEB_SITE=http://www.pgadmin.org/index.php
+ SOURCE_URL=ftp://ftp10.us.postgresql.org/pub/postgresql/pgadmin3/release/v1.4.0/src/
+ SOURCE_VFY=sha1:68c0bdf921138555708b8242c04acdfbdc0fce5e
+ WEB_SITE=http://www.pgadmin.org/index.php/
ENTERED=20050728
- UPDATED=20050728
+ UPDATED=20051130
SHORT="administration and development platform for the PostgreSQL database"
cat << EOF
-pgAdmin III is designed to answer the needs of all users, from writing simple SQL queries
-to developing complex databases. The graphical interface supports all PostgreSQL features
-and makes administration easy. The application also includes a query builder, an SQL editor,
-a server-side code editor and much more. pgAdmin III is released with an installer and does
-not require any additional driver to communicate with the database server.
+pgAdmin III is designed to answer the needs of all users, from writing simple
+SQL queries to developing complex databases. The graphical interface supports
+all PostgreSQL features and makes administration easy. The application also
+includes a query builder, an SQL editor, a server-side code editor and much
+more. pgAdmin III is released with an installer and does not require any
+additional driver to communicate with the database server.
EOF
More information about the Lunar-commits
mailing list