Re: [GENERAL] "GiST access is not concurrent"

2005-08-31 Thread Qingqing Zhou
""John Surnow"" <[EMAIL PROTECTED]> wrote > Does this mean that read access is not concurrent, or write access, or > both? For old GiST, you can have several connections read-*only* at the same time, but write/write or read/write is unsafe. GiST in 8.1 is concurrent safe already. Regards, Qing

[GENERAL] "GiST access is not concurrent"

2005-08-29 Thread John Surnow
Does this mean that read access is not concurrent, or write access, or both?   --John