[HACKERS] Proper Method for using LockAcquire

2006-07-13 Thread Chris Bowlby
Hi All, I've been working on a small module that I will be pluging into my local PostreSQL 8.x database and am in need of doing some table locking. At this time, I've used various other examples to no avail and was wondering what the proper method for aquiring a table lock within the module

Re: [HACKERS] Proper Method for using LockAcquire

2006-07-13 Thread Tom Lane
Chris Bowlby [EMAIL PROTECTED] writes: I've been working on a small module that I will be pluging into my local PostreSQL 8.x database and am in need of doing some table locking. At this time, I've used various other examples to no avail and was wondering what the proper method for

Re: [HACKERS] Proper Method for using LockAcquire

2006-07-13 Thread Martijn van Oosterhout
On Thu, Jul 13, 2006 at 03:01:31PM -0300, Chris Bowlby wrote: Hi All, I've been working on a small module that I will be pluging into my local PostreSQL 8.x database and am in need of doing some table locking. At this time, I've used various other examples to no avail and was wondering