Roberts, Jon wrote:
> Are there plans to support a plug-in to a version control system like
> subversion for DDL? We really need to version our functions we will be
> writing but currently, we have to go through some hoops to get the function
> code into subversion.
This is hoops?
svn ci your_functions.sql
How do you do things now?
b