DECLARE BINARY CURSOR problem

From: "G(dot) Anthony Reina" <reina(at)nsi(dot)edu>
To: reina(at)nsi(dot)edu, "pgsql-questions(at)postgresql(dot)org" <pgsql-sql(at)postgreSQL(dot)org>
Subject: DECLARE BINARY CURSOR problem
Date: 1998-09-04 18:38:45
Message-ID: 35F033B5.BD8C2F01@nsi.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

We recently moved from using an SGI under IRIX 6.2 to a Pentium II
running RedHat Linux as our database postmaster. For some reason,
declaring a binary cursor gives erroneous data now. We think that this
may be because one uses big-endian and the other little-endian for
memory. Has anyone had any experience with this problem? Is there a way
to specify which way to pass the binary cursor (big or little-endian) as
the output memory?

Thanks.
-Tony Reina

Browse pgsql-sql by date

  From Date Subject
Next Message Craig Orsinger 1998-09-05 00:15:54 Creating Indexes for MAC and IP Data Types
Previous Message Dave 1998-09-04 14:49:47 Re: [SQL] composite primary keys.