[HACKERS] tell Bugtraq about 7.2.2

2002-08-28 Thread Henshall, Stuart - WCP
Title: tell Bugtraq about 7.2.2 Does someone from core want to inform bugtraq about 7.2.2? Cheers, - Stuart Westcountry Design Print, Heron Road, Sowton, Exeter. EX2 7NF - also at - 17 Brest Road, Derriford, Plymouth. PL6 5AA England www.westcountry-design-print.co.uk

Re: [HACKERS] Abort state on duplicated PKey in transactions

2001-09-10 Thread Henshall, Stuart - WCP
I believe LOCK TABLE table IN EXCLUSIVE MODE should block everything but selects, but it locks for the entire transaction I think. Maybe in tcl you could create your own locking using global variables. If the spin lock code is available to user functions you might be able to use that.

Re: [HACKERS] Porting to Native WindowsNT/2000

2001-09-03 Thread Henshall, Stuart - WCP
Dwayne Miller [EMAIL PROTECTED] writes: Well, for one I have no idea what cygwin is, or what it does to your system, or what security vulnerabilities it might add to your system. It comes with alot of stuff that I may or may not need, but what components I need to run Postgres

[HACKERS] RE: OID wraparound (was Re: pg_depend)

2001-07-23 Thread Henshall, Stuart - WCP
Would it be possible to offer an option for the OID column to get its value from an int4 primary key (settable on a per table basis maybe)? - Stuart -Original Message- From: Hiroshi Inoue [SMTP:[EMAIL PROTECTED]] Sent: Saturday, July 21, 2001 7:31 AM To: Zeugswetter Andreas SB Cc:

[HACKERS] RE: Row Versioning, for jdbc updateable result sets

2001-06-15 Thread Henshall, Stuart - WCP
Don't know about JDBC, but couldn't you just use UPDATE xxx SET yyy=zzz WHERE xmin=stored/old xmin AND primarykey=stored/old pk and get the number of altered records? (if its zero then you know somethings wrong and can investigate further) - Stuart -Original Message- From: Dave Cramer

[HACKERS] RE: Plans for solving the VACUUM problem

2001-05-21 Thread Henshall, Stuart - WCP
Apologises if I've missed something, but isn't that the same xmin that ODBC uses for row versioning? - Stuart Snip Currently, the XMIN/XMAX command counters are used only by the current transaction, and they are useless once the transaction finishes and take up 8 bytes on disk.

[HACKERS] Split Distro

2001-04-09 Thread Henshall, Stuart - WCP
When I downlaod a full tarball I want it all, I'm greedy like that. ;) If it is to be split up as standard I believe problems will arise with different versions being used together (by me most likley...). Also IMHO it will not necessarily be relised the docs have not been down loaded