Re: [ADMIN] [BUGS] 7.3 RMPS bugs ( pgdb.py and postgresql launch script

2002-12-09 Thread Jean-Luc Lachance
Lamar Owen wrote: >[...] > > 2) when postgres is launched the script do: > > echo " [ OK ] " > > but should be more correctly: > > echo_success > > Hmmm. I thought that used to work right let me check. It will work the same (if the format did not change), but I can mod

Re: [BUGS] 7.3 RMPS bugs ( pgdb.py and postgresql launch script )

2002-12-09 Thread Lamar Owen
On Sunday 08 December 2002 11:45, Gaetano Mendola wrote: > the file pgdb.py distribuited with Postgresql 7.3 RPM ( RedHat 8.0) > is affectd by an error that not permit anymore to use the > pgdb interface for python. Then the official 7.3 tarball is also buggy. > There is also in the script for la

Re: [BUGS] 7.3 RMPS bugs ( pgdb.py and postgresql launch script )

2002-12-08 Thread Gerhard Häring
[Removing cross post to [EMAIL PROTECTED]] * Gaetano Mendola <[EMAIL PROTECTED]> [2002-12-08 17:45 +0100]: > Hi all, > > the file pgdb.py distribuited with Postgresql 7.3 RPM ( RedHat 8.0) > is affectd by an error that not permit anymore to use the > pgdb interface for python. > > In that file t

[BUGS] 7.3 RMPS bugs ( pgdb.py and postgresql launch script )

2002-12-08 Thread Gaetano Mendola
Hi all, the file pgdb.py distribuited with Postgresql 7.3 RPM ( RedHat 8.0) is affectd by an error that not permit anymore to use the pgdb interface for python. In that file there is present the following query: SELECT typname, typprtlen, typlen FROM pg_type WHERE oid = %s" % oid the column typ