Re: Help with version/behavior quirks.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jon V <jon(at)cecorp(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Help with version/behavior quirks.
Date: 2003-01-29 04:24:05
Message-ID: 19249.1043814245@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Jon V <jon(at)cecorp(dot)com> writes:
> On the development/test machine (pg 7.2.3, odbc 7.1.9, pgadmin 1.2.0),
> you can put a query inside begin/end statements and get the results. e.g.
> begin;
> select * from table_name;
> end;
> returns the table contents.

> We have several other machines, running various combinations, e.g.
> pg 7.3.1, odbc 7.2.5, pgadmin 1.4.12
> pg 7.2.1, odbv 7.2.3, pgadmin 1.2.0

> and with those we just get a "query OK" message. It obviously does the
> query, but it doesn't display the results.

Ugh.

> Which behavior is "right", and is there something we can do to see the
> results?

I'd definitely say the former is right.

It's hard to be sure which component is at fault, but just comparing
version numbers the odbc 7.1.x -> 7.2.x update seems like the biggest
change. I'd suggest seeking help on the pgsql-odbc mailing list.

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Derek Clarkson 2003-01-29 05:50:47 OIDs - can they be used for accessing records ?
Previous Message simran 2003-01-29 04:15:46 Re: Perl - Postgres