mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Update FAQ.
This commit is contained in:
@ -1166,7 +1166,7 @@ If you are using a client interface like ODBC you may need to set
|
||||
current time?<BR></H4><P>
|
||||
Use <i>now()</i>:
|
||||
<CODE><PRE>
|
||||
CREATE TABLE test (x int, modtime timestamp default now() );
|
||||
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
|
||||
|
Reference in New Issue
Block a user