Re: Release: phpPgAdmin 2.4.2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



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.johnson@xxxxxxxxxx>:

> 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@xxxxxxxxxxxxxx
> [mailto:pgsql-php-owner@xxxxxxxxxxxxxx]De la part de Dan Wilson
> Envoyé : lundi 8 juillet 2002 20:17
> À : phppgadmin-news@xxxxxxxxxxxxxxxxxxxxx
> Cc : pgsql-php@xxxxxxxxxxxxxx; phppgadmin-users@xxxxxxxxxxxxxxxxxxxxx;
> pgsql-announce@xxxxxxxxxxxxxx
> 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


[Index of Archives]     [Postgresql General]     [Postgresql Admin]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Yosemite Backpacking]     [Postgresql Jobs]

  Powered by Linux