Transaction and table partitioning - Mailing list pgsql-hackers

From Dragan Zubac
Subject Transaction and table partitioning
Date
Msg-id 904911fb0607030559m1b83b9edj939f7377d5872347@mail.gmail.com
Whole thread Raw
Responses Re: Transaction and table partitioning  (Simon Riggs <simon@2ndquadrant.com>)
Re: Transaction and table partitioning  (Bruno Wolff III <bruno@wolff.to>)
Re: Transaction and table partitioning  (Greg Stark <gsstark@mit.edu>)
List pgsql-hackers
Hello<br /><br /> Is it possible to use transactions with 'per sub table' locks? What I mean,if I partition a table and
usetransaction on that table with constraint,will the database lock the master table (and all subtables),or only sub
tablewhere the data is ? <br /><br /> Sincerely<br /><br /> Dragan Zubac<br /> 

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Auto selection of internal representation for integer NUMERIC
Next
From: Simon Riggs
Date:
Subject: Re: Transaction and table partitioning