< :the previous in number
^ :the list in numerical order
> :the next in number
P :the previous aricle (the previous thread)
N :the next article (the next thread)
|<:the previous thread
>|:the next thread
^ :the parent (reply-to)
_:the child (an article replying to this)
>:the elder article having the same parent
<:the youger article having the same parent
---:split window and show thread lists
| :split window (vertically) and show thread lists
~ :close the thread frame
.:the index
..:the index of indices
Hello -
Has anyone successfully implemented plruby on the Windows version of
PostgreSQL?
We have versions of our database on both Linux and Windows. Building
and installing plruby on Linux was a piece of cake and worked as
advertised. Windows, however, was a different story - numerous
Makefile, compile and link errors. We gave up after 3 days, and
installed plperl instead.
The Windows version of PostgreSQL, as we understand it, is built using
MingW and Msys. There doesn't seem to be a standard, syncronized
distribution of MingW, so we tried several versions of each individual
package. We encountered different compile & link errors with each
trial. We used the latest released binary version of ruby (1.8.4),
compiled with MingW, and we used the latest release of PostgreSQL.
We must be overlooking something.... Has anyone successfully built and
installed plruby for Pg under Windows? If so, what did your development
environment look like?
Many thanks!
Tom Agnew