Re: our friend the win32 system timer.
Tom Lane <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <[email protected]> |
"Merlin Moncure" <[email protected]> writes: > This means that a table with a timestamp column defaulted to now() and a > unique constraint on that column will have a very high chance of > constraint violations. This might happen when reading in values from a > script, and it works fine on Linux. Any application that assumes it will get unique results from now() is broken by definition. The fact that it manages not to fail on some platforms doesn't make it less broken. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [email protected] so that your message can get through to the mailing list cleanly