Re: Debugging question ... - Mailing list pgsql-novice

From Josh Tolley
Subject Re: Debugging question ...
Date
Msg-id e7e0a2570711091127y1774b685tadc473d1aacf9139@mail.gmail.com
Whole thread Raw
In response to Re: Debugging question ...  (Robert Bernabe <rbernabe@sandmansystems.com>)
List pgsql-novice
On Nov 8, 2007 11:32 PM, Robert Bernabe <rbernabe@sandmansystems.com> wrote:
> Thanks for the advice...although there is no choice but to try to port
> over since we have 3k MS Sql stored procs already in the production
> system...1st step seems to be to evaluate the performance of PG vs MS
> SQL in our systems and the only way to do that is to port the massive
> stored procs into PG and time the performance...

At some point, porting functions directly will be the way to go. But
make sure you've gotten used to pl/pgsql first, so you know what
changes to make in the porting process.

-Josh/eggyknap

pgsql-novice by date:

Previous
From: Mija Lee
Date:
Subject: Re: references to variable in another schema
Next
From: Brad Nicholson
Date:
Subject: Re: Autovacuum - what does it actually do?