Re: [HACKERS] Backward reading

2008-02-01 Thread mac_man2005
-- From: "Gregory Stark" <[EMAIL PROTECTED]> Sent: Friday, February 01, 2008 10:31 PM To: "Simon Riggs" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; Subject: Re: [HACKERS] Backward reading Is there any e

Re: [HACKERS] Backward reading

2008-02-01 Thread Gregory Stark
"Simon Riggs" <[EMAIL PROTECTED]> writes: > On Fri, 2008-02-01 at 19:25 +0100, [EMAIL PROTECTED] wrote: >> PostgreSQL allows "backward reading" tuples writing the tuple's length >> after and before the tuple proper, in case a 'randomAccess' is >> requested. >> >> Is there any example of backward

Re: [HACKERS] Backward reading

2008-02-01 Thread Simon Riggs
On Fri, 2008-02-01 at 19:25 +0100, [EMAIL PROTECTED] wrote: > PostgreSQL allows "backward reading" tuples writing the tuple's length > after and before the tuple proper, in case a 'randomAccess' is > requested. > > Is there any example of backward reading tuples into PostgreSQL code? Don't think

[HACKERS] Backward reading

2008-02-01 Thread mac_man2005
PostgreSQL allows "backward reading" tuples writing the tuple's length after and before the tuple proper, in case a 'randomAccess' is requested. Is there any example of backward reading tuples into PostgreSQL code? Thanks.