Re: Release: phpPgAdmin 2.4.2

Lists: pgsql-announcepgsql-php
From: Dan Wilson <killroyboy(at)users(dot)sourceforge(dot)net>
To: phppgadmin-news(at)lists(dot)sourceforge(dot)net
Cc: pgsql-php(at)postgresql(dot)org, phppgadmin-users(at)lists(dot)sourceforge(dot)net, pgsql-announce(at)postgresql(dot)org
Subject: Release: phpPgAdmin 2.4.2
Date: 2002-07-08 18:16:48
Message-ID: 1026152208.3d29d710ad580@webmail.acucore.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-php

http://sourceforge.net/projects/phppgadmin/

The phpPgAdmin team is pleased to announce the most recent maintenance
release -- 2.4.2.

Release 2.4.2 now includes the ability to run phpPgAdmin in an environment
with PHP's register_globals setting turned off, the default for PHP 4.2x.

Also included is several fixes and updates for PostgreSQL 7.2, including new
ACL (privileges) values. Another enhancement makes it possible to have
edit/delete buttons after a manually entered query.

Click the following to view the full list of changes:
http://sourceforge.net/project/shownotes.php?release_id=98604

Download phpPgAdmin 2.4.2 through the following link:
http://sourceforge.net/project/showfiles.php?group_id=37132

Note: We did not receive much feedback from our beta (release for a month), so
that means we are incredibly good coders, or not many users decided to help us
out with this beta.... of course we all know it's the latter option, so please
submit any bug reports or enhancement requests through the SourceForge tracker.

As always, thanks to SourceForge for hosting!

-Dan
phpPgAdmin Development Lead


From: "philip johnson" <philip(dot)johnson(at)atempo(dot)com>
To: "Dan Wilson" <killroyboy(at)users(dot)sourceforge(dot)net>
Cc: <pgsql-php(at)postgresql(dot)org>, <phppgadmin-users(at)lists(dot)sourceforge(dot)net>
Subject: Re: Release: phpPgAdmin 2.4.2
Date: 2002-07-10 12:09:50
Message-ID: NDBBJLHHAKJFNNCGFBHLAEONDKAA.philip.johnson@atempo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-php

seems that there a little problems with postgresql 6.5.3 version

Warning: pg_exec() query failed: ERROR: parser: parse error at or near " "
in /opt/apache_web/phppgadmin-2.4.2/all_db.php on line 37
Error - /opt/apache_web/phppgadmin-2.4.2/all_db.php -- Line: 37
PostgreSQL said: ERROR: parser: parse error at or near " "
Your query:

SELECT datname, usename AS owner, pg_encoding_to_char(encoding) AS enc
FROM pg_database d, pg_user u
WHERE d.datdba = u.usesysid AND datname NOT LIKE 'template_'
UNION
SELECT datname, NULL AS owner, 'unknown' AS enc
FROM pg_database
WHERE datdba NOT IN (SELECT usesysid FROM pg_user) AND datname NOT LIKE
'template_'

-----Message d'origine-----
De : pgsql-php-owner(at)postgresql(dot)org
[mailto:pgsql-php-owner(at)postgresql(dot)org]De la part de Dan Wilson
Envoyé : lundi 8 juillet 2002 20:17
À : phppgadmin-news(at)lists(dot)sourceforge(dot)net
Cc : pgsql-php(at)postgresql(dot)org; phppgadmin-users(at)lists(dot)sourceforge(dot)net;
pgsql-announce(at)postgresql(dot)org
Objet : [PHP] Release: phpPgAdmin 2.4.2

http://sourceforge.net/projects/phppgadmin/

The phpPgAdmin team is pleased to announce the most recent maintenance
release -- 2.4.2.

Release 2.4.2 now includes the ability to run phpPgAdmin in an environment
with PHP's register_globals setting turned off, the default for PHP 4.2x.

Also included is several fixes and updates for PostgreSQL 7.2, including new
ACL (privileges) values. Another enhancement makes it possible to have
edit/delete buttons after a manually entered query.

Click the following to view the full list of changes:
http://sourceforge.net/project/shownotes.php?release_id=98604

Download phpPgAdmin 2.4.2 through the following link:
http://sourceforge.net/project/showfiles.php?group_id=37132

Note: We did not receive much feedback from our beta (release for a month),
so
that means we are incredibly good coders, or not many users decided to help
us
out with this beta.... of course we all know it's the latter option, so
please
submit any bug reports or enhancement requests through the SourceForge
tracker.

As always, thanks to SourceForge for hosting!

-Dan
phpPgAdmin Development Lead

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org


From: Dan Wilson <killroyboy(at)users(dot)sourceforge(dot)net>
To: philip johnson <philip(dot)johnson(at)atempo(dot)com>
Cc: pgsql-php(at)postgresql(dot)org, phppgadmin-users(at)lists(dot)sourceforge(dot)net
Subject: Re: Release: phpPgAdmin 2.4.2
Date: 2002-07-10 16:32:43
Message-ID: 1026318763.3d2c61ab9eb1f@webmail.acucore.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-php

Yes, If you read the requirements for phpPgAdmin, you will find that we no
longer support versions of Postgres older the 7. Earlier versions of
phpPgAdmin however did a better job of supporting 6.5.x. You can stick with
those, but it has become to difficult to have certain features and maintain
support for pre-7.0 pgsql.

-Dan

Quoting philip johnson <philip(dot)johnson(at)atempo(dot)com>:

> seems that there a little problems with postgresql 6.5.3 version
>
> Warning: pg_exec() query failed: ERROR: parser: parse error at or near " "
> in /opt/apache_web/phppgadmin-2.4.2/all_db.php on line 37
> Error - /opt/apache_web/phppgadmin-2.4.2/all_db.php -- Line: 37
> PostgreSQL said: ERROR: parser: parse error at or near " "
> Your query:
>
> SELECT datname, usename AS owner, pg_encoding_to_char(encoding) AS enc
> FROM pg_database d, pg_user u
> WHERE d.datdba = u.usesysid AND datname NOT LIKE 'template_'
> UNION
> SELECT datname, NULL AS owner, 'unknown' AS enc
> FROM pg_database
> WHERE datdba NOT IN (SELECT usesysid FROM pg_user) AND datname NOT LIKE
> 'template_'
>
>
> -----Message d'origine-----
> De : pgsql-php-owner(at)postgresql(dot)org
> [mailto:pgsql-php-owner(at)postgresql(dot)org]De la part de Dan Wilson
> Envoyé : lundi 8 juillet 2002 20:17
> À : phppgadmin-news(at)lists(dot)sourceforge(dot)net
> Cc : pgsql-php(at)postgresql(dot)org; phppgadmin-users(at)lists(dot)sourceforge(dot)net;
> pgsql-announce(at)postgresql(dot)org
> Objet : [PHP] Release: phpPgAdmin 2.4.2
>
>
> http://sourceforge.net/projects/phppgadmin/
>
> The phpPgAdmin team is pleased to announce the most recent maintenance
> release -- 2.4.2.
>
> Release 2.4.2 now includes the ability to run phpPgAdmin in an environment
> with PHP's register_globals setting turned off, the default for PHP 4.2x.
>
> Also included is several fixes and updates for PostgreSQL 7.2, including new
> ACL (privileges) values. Another enhancement makes it possible to have
> edit/delete buttons after a manually entered query.
>
> Click the following to view the full list of changes:
> http://sourceforge.net/project/shownotes.php?release_id=98604
>
> Download phpPgAdmin 2.4.2 through the following link:
> http://sourceforge.net/project/showfiles.php?group_id=37132
>
> Note: We did not receive much feedback from our beta (release for a month),
> so
> that means we are incredibly good coders, or not many users decided to help
> us
> out with this beta.... of course we all know it's the latter option, so
> please
> submit any bug reports or enhancement requests through the SourceForge
> tracker.
>
> As always, thanks to SourceForge for hosting!
>
> -Dan
> phpPgAdmin Development Lead
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org