summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2000-06-19 00:51:23 +0000
committerBruce Momjian2000-06-19 00:51:23 +0000
commitd635cd6e41df5da7da88f814cd94aefc35d01bf8 (patch)
tree36136042082f5aae534ca94e7aa6734d0a4362d8
parent044c4d1aeb4b07f79c64746b43bf52426e977d00 (diff)
Linux/alpha patch.
-rw-r--r--doc/src/FAQ.html6
-rw-r--r--src/template/linux_alpha2
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
<H4><A NAME="4.22">4.22</A>) How do I create a column that will default to the
current time?<BR></H4><P>
-This way always works:
+Use <i>now()</i>:
<CODE><PRE>
CREATE TABLE test (x int, modtime timestamp default now() );
</PRE></CODE>
-In releases 7.0 and later, you may use:
-<CODE><PRE>
- create table test (x int, modtime timestamp default 'now');
-</PRE></CODE>
<P>
<H4><A NAME="4.23">4.23</A>) Why are my subqueries using <CODE>IN</CODE> so
slow?<BR></H4><P>
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
+