Stored procedure workflow question - Mailing list pgsql-general

From Israel Brewster
Subject Stored procedure workflow question
Date
Msg-id 81FBBB06-860E-42D6-82B3-3784389D4C2B@ravnalaska.net
Whole thread Raw
Responses Re: Stored procedure workflow question
Re: Stored procedure workflow question
Re: Stored procedure workflow question
Re: Stored procedure workflow question
List pgsql-general
Currently, when I need to create/edit a stored procedure in Postgresql, my workflow goes like the following:

- Create/edit the desired function in my "DB Commands" text file
- Copy and paste function into my development database
- Test
- repeat above until it works as desired
- Copy and paste function into my production DB.

To edit an existing function, the workflow is basically the same as above, but I first have to find the function in my file.

This whole workflow just feels kludgy to me. Is there a better way? Or is that essentially the recommended procedure? Thanks.
-----------------------------------------------
Israel Brewster
Systems Analyst II
Ravn Alaska
5245 Airport Industrial Rd
Fairbanks, AK 99709
(907) 450-7293
-----------------------------------------------



Attachment

pgsql-general by date:

Previous
From: vicky
Date:
Subject: Re: Integrating C++ singletons into postgresql extensions???
Next
From: Gavin Flower
Date:
Subject: Re: Stored procedure workflow question