large object oid value not showing up in pgAdmin - Mailing list pgadmin-support

From Julie May
Subject large object oid value not showing up in pgAdmin
Date
Msg-id 00df01c3084e$8db422d0$a1d2a8c0@impsu.net
Whole thread Raw
List pgadmin-support
Hi,
 
I have a column of type lo (for large object). When I query the database using psql I get the oid for the large object. However, when I run the same query in pgAdmin I get a ?/ instead of the oid value. Any ideas what is going wrong? This is also affecting our ability to sync our data with our mobile data base.
 
Thanks for any help or insight you can give.
 
Julie
 
<query and results from psql>
 
mobile=# select rec_no, map from scouting;
 rec_no |   map
--------+---------
   1002 | 1143540
   1003 | 1143542
   1004 | 1143549
(3 rows)
 
mobile=#
 
</query and results from psql>
 
<query and results from pgAdmin>
 
 
</query and results from pgAdmin>
Attachment

pgadmin-support by date:

Previous
From: "Michael Judd"
Date:
Subject: Re: Error Message
Next
From: "Mendola Gaetano"
Date:
Subject: BUG