Re: [GENERAL] Transaction logging

1999-02-23 Thread Bruce Momjian
> What would it take to have transaction logging added to Postgres. I am a > c/c++ programmer and will consider contributing to the Postgres development > effort. I really like everything I see and read about Postgres. As a > result, I am strongly considering Postgres as the database engine for

[GENERAL] timestamps

1999-02-23 Thread strawman
I'm trying to create a column that defaults to the current time and date. I tried the SQLServer like syntax below but potgresql choked: CREATE TABLE clicks ( avo_userid varchar (10) NOT NULL , link_id int NOT NULL , the_time timestamp NOT NULL CONSTRAINT df_now DEFAULT (timestamp('no