On 20/08/14 18:17, Tom Lane wrote: > Hm. I think the without_oid test is not showing that anything is broken;
> The other tests aren't showing any functional issue either AFAICS. Thanks a lot Tom! That's very helpful. I have written more details and some basic SQL tests in the wiki of the application (LimeSurvey) which requires this:
postgres=# insert into large_table values(3); INSERT 0 1
postgres=# select col1 from large_table; col1 ------
(1 row)
Yes, there does be a tuple in this table and the result shows you one row is retrieved. But you got nothing. Definitely some limitation still exists somewhere.