]> granicus.if.org Git - postgresql/commitdiff
Linux/alpha patch.
authorBruce Momjian <bruce@momjian.us>
Mon, 19 Jun 2000 00:51:23 +0000 (00:51 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 19 Jun 2000 00:51:23 +0000 (00:51 +0000)
doc/src/FAQ.html
src/template/linux_alpha

index e549bb98a45f3cd474cba28d8c5da985bc4f412f..619d729017a3bf4405a5b232920bcce1c8fb85b3 100644 (file)
@@ -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>
index 5abf05c96b1fdad7a196709492d3a9ab1325f134..93e9be371d4cd3359ca887f6a7b12bd5f8b73e1c 100644 (file)
@@ -5,3 +5,5 @@ ALL:
 SRCH_INC:
 SRCH_LIB:
 DLSUFFIX:.so
+CPU:alpha
+