On Mon, Dec 21, 2009 at 8:45 PM, Gary Chambers <[email protected]> wrote: >> Yeah, if you're code base is that fragile, bandaging it up by jumping >> through hoops in pgsql is just putting off the inevitable when it (the >> code base) has to get recompiled someday anyway. > > I appreciate (and agree with) the concern about the fragility of the > codebase. The maintainer knows that anything except adding ORDER BY > is a kludge. > > Now, the aforementioned notwithstanding...
Replacing the table with a view should work. Just be sure to make insert rules if you need it to be insertable by other parts of the app I guess. -- Sent via pgsql-sql mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-sql
