Re: Patch file questions? - Mailing list pgsql-hackers

From Casey Havenor
Subject Re: Patch file questions?
Date
Msg-id 1309377211997-4536413.post@n5.nabble.com
Whole thread Raw
In response to Re: Patch file questions?  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: Patch file questions?
List pgsql-hackers
Partitioning becomes impossible as I'd have to hunt down every single row
from every table within the hierarchy when needed.   I've got an object
driven system with permissions for users so I'll easily have thousands of
rows to manage across 100's of tables. 

For inheritance I'm using it for the following.  ONLY on/with UNIQUE
CONSTRAINTS and FOREIGN KEYS with OIDS enabled - which from my understanding
that shouldn't be an issues as there shouldn't any duplicate entries that
cause a deadlock?   -- So I would think this patch would be ok?  What am i
missing here? 

Is there another way that won't be such a headache - cost tons of man hours
- and still be efficient? 

Either way I'd still like to know how to apply a patch to PostgreSQL just to
satisfy my curiosity? :) 

Thanks for the fast response. 

-----
Warmest regards, 

Casey Havenor
--
View this message in context: http://postgresql.1045698.n5.nabble.com/Patch-file-questions-tp4536031p4536413.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.


pgsql-hackers by date:

Previous
From: Casey Havenor
Date:
Subject: Patch file questions?
Next
From: Simon Riggs
Date:
Subject: Re: Feature request: new column is_paused in pg_stat_replication