This is a discussion on Small addition to PGInterval within the Pgsql Patches forums, part of the PostgreSQL category; --> Hi all, please find attached a small extension to PGInterval: - getTimeInMills - returns the number of milliseconds in ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi all, please find attached a small extension to PGInterval: - getTimeInMills - returns the number of milliseconds in the interval - copying constructor PGInterval(PGInterval) for type-safe, cast-free cloning - now implements Comaparable<PGInterval> -- Hartmut Benz, TI-WMC, http://www.ti-wmc.nl ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate |
| |||
| Hartmut Benz wrote: > please find attached a small extension to PGInterval: > - getTimeInMills - returns the number of milliseconds in the interval > - copying constructor PGInterval(PGInterval) for type-safe, cast-free > cloning > - now implements Comaparable<PGInterval> This list is for patches to PostgreSQL server. Please send patches to the JDBC driver to the pgsql-jdbc mailing list. PS. Thanks for the patch! -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate |
| ||||
| Heikki Linnakangas wrote: > Hartmut Benz wrote: > > please find attached a small extension to PGInterval: > > - getTimeInMills - returns the number of milliseconds in the interval > > - copying constructor PGInterval(PGInterval) for type-safe, cast-free > > cloning > > - now implements Comaparable<PGInterval> > > This list is for patches to PostgreSQL server. Please send patches to > the JDBC driver to the pgsql-jdbc mailing list. Oh, and you should probably send the jdbc people a context diff, diff -c. -- Bruce Momjian <bruce@momjian.us> http://momjian.us EnterpriseDB http://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |