problem with reading table feilds

From: Jason Cox <j_cox(at)idx(dot)com(dot)au>
To: pgsql-bugs(at)postgresql(dot)org
Subject: problem with reading table feilds
Date: 1999-12-01 17:33:26
Message-ID: 19991201.17332600@win95.linux
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

=====================================================================
=======
POSTGRESQL BUG REPORT TEMPLATE
=====================================================================
=======

Your name : Jason Cox
Your email address : j_cox(at)idx(dot)com(dot)au

System Configuration
---------------------
Architecture (example: Intel Pentium) : Dual Intel Pentium

Operating System (example: Linux 2.0.26 ELF) : Linux 2.2.5-10

PostgreSQL version (example: PostgreSQL-6.5.3): PostgreSQL-6.5.2

Compiler used (example: gcc 2.8.0) : Precompiled Rpm from
postgresql.org

Please enter a FULL description of your problem:
------------------------------------------------

The problem occurs with DBENGINE cgi script. This script is collecting
the field names from my table and then sends the interprited data from
the queary to the database. With version 6.4.2 this worked fine.
However upon installing 6.5.2, the fields were interpretated in revers
.

Please describe a way to repeat the problem. Please try to provide a
concise reproducible example, if at all possible:
----------------------------------------------------------------------
install both postgresql v 6.5.2 rpm from site and the build bengine
package ( currant is 1.0b).Post data to database from web page.
Reading data is ok

If you know how this problem might be fixed, list the solution below:

change back to previous version 6.4.2

Browse pgsql-bugs by date

  From Date Subject
Next Message Evgeny O. Oleynikov 1999-12-03 06:45:46 problem with bool array
Previous Message Jason Cox 1999-12-01 06:53:47 problem with v6.5.2