diff --git a/doc/src/FAQ.html b/doc/src/FAQ.html index e549bb98a45..619d729017a 100644 --- a/doc/src/FAQ.html +++ b/doc/src/FAQ.html @@ -1180,14 +1180,10 @@ If you are using a client interface like ODBC you may need to set
-This way always works:
+Use now():
-In releases 7.0 and later, you may use:
-
CREATE TABLE test (x int, modtime timestamp default now() );
- create table test (x int, modtime timestamp default 'now');
-
IN
so
slow?diff --git a/src/template/linux_alpha b/src/template/linux_alpha index 5abf05c96b1..93e9be371d4 100644 --- a/src/template/linux_alpha +++ b/src/template/linux_alpha @@ -5,3 +5,5 @@ ALL: SRCH_INC: SRCH_LIB: DLSUFFIX:.so +CPU:alpha +