============================================================================
POSTGRESQL BUG REPORT TEMPLATE ============================================================================ System Configuration --------------------- Architecture (example: Intel Pentium) : Sun Sparc IIIi Operating System (example: Linux 2.0.26 ELF) : Solaris 9
PostgreSQL version (example: PostgreSQL-7.3):
PostgreSQL-7.4beta3
Compiler used (example: gcc
2.95.2) : gcc
3.3
Please enter a FULL description of your problem: ------------------------------------------------ In versions before 7.4beta3 I use to have tables with
"date" timestamp DEFAULT 'now'
It use to works properly, placing the actual date at the moment a new
record was inserted. Now it always have the same date which correspond to the
date at creating the table.
Please describe a way to repeat the problem. Please try to
provide a
concise reproducible example, if at all possible: ---------------------------------------------------------------------- |
- Re: [BUGS] timestamp bug 7.4beta3 Nayib Kiuhan
- Re: [BUGS] timestamp bug 7.4beta3 Tomas Szepe
- Re: [BUGS] timestamp bug 7.4beta3 Neil Conway
- Re: [BUGS] timestamp bug 7.4beta3 Nayib Kiuhan
- Re: [BUGS] timestamp bug 7.4beta3 Neil Conway
- Re: [BUGS] timestamp bug 7.4beta3 Tom Lane
- Re: [BUGS] timestamp bug 7.4beta3 Nayib Kiuhan