From a53dc5ee613e6b6aa692b79b60adda86e026971c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 19 Jun 2000 00:51:23 +0000 Subject: [PATCH] Linux/alpha patch. --- doc/src/FAQ.html | 6 +----- src/template/linux_alpha | 2 ++ 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/src/FAQ.html b/doc/src/FAQ.html index e549bb98a4..619d729017 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

4.22) How do I create a column that will default to the current time?

-This way always works: +Use now():

 	CREATE TABLE test (x int, modtime timestamp default now() );
 
-In releases 7.0 and later, you may use: -
-	create table test (x int, modtime timestamp default 'now');
-

4.23) Why are my subqueries using IN so slow?

diff --git a/src/template/linux_alpha b/src/template/linux_alpha index 5abf05c96b..93e9be371d 100644 --- a/src/template/linux_alpha +++ b/src/template/linux_alpha @@ -5,3 +5,5 @@ ALL: SRCH_INC: SRCH_LIB: DLSUFFIX:.so +CPU:alpha +