Culley Harrelson <[EMAIL PROTECTED]> writes:
> columns with default timestamp('now') see to be
> defaulting to the time I started posgresql!
try using: default 'now' instead of: default timestamp('now') in your
table definitions. The latter is evaluated by postgres just once, when
the table is installed, instead of each time a tuple is inserted.
HTH,
Manuel.
- [GENERAL] timestamp goober Culley Harrelson
- [GENERAL] Re: timestamp goober Gregory Wood
- Re: [GENERAL] Re: timestamp goober Alex Pilosov
- Re: [GENERAL] Re: timestamp goober Gregory Wood
- Manuel Sugawara
