Re: [GENERAL] PostgreSQL JDBC Driver for corresponding JDK/JVM.

2012-10-15 Thread Daniel Baktiar
Hi Tomonari, AFAIK jdbc1, jdbc2, jdbc3 is not about the JDK version. It is about which JDBC driver type. http://en.wikipedia.org/wiki/Jdbc#Types So there's nothing wrong with the yum repository. On Tue, Oct 16, 2012 at 9:41 AM, Tomonari Katsumata < katsumata.tomon...@po.ntts.co.jp> wrote: > Hi

Re: [GENERAL] Random multiple times

2011-09-21 Thread Daniel Baktiar
digit with the one random digit (converted to text). the 'g' option indicates the greedy, which replace everything with the digit. you should loop through number digits and invoke the replace for each digit to get your expected result instead. --- daniel baktiar On Wed, Sep 21, 2011 at 16:5