Re: [SQL] CURRENT_TIMESTAMP - Mailing list pgsql-general

From Roland Roberts
Subject Re: [SQL] CURRENT_TIMESTAMP
Date
Msg-id m2it0rpcio.fsf@kuiper.rlent.pnet
Whole thread Raw
In response to Re: [SQL] CURRENT_TIMESTAMP  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-general
SQL> create table rbr_foo (a date);

Table created.

SQL> begin
  2  insert into rbr_foo select sysdate from dual;
[...wait about 10 seconds...]
  3  insert into rbr_foo select sysdate from dual;
  4  end;
  5  /

PL/SQL procedure successfully completed.

SQL> select * from rbr_foo;

A
---------------------
SEP 27, 2002 12:57:27
SEP 27, 2002 12:57:27

Note that, as near as I can tell, Oracle 8 does NOT have timestamp or
current_timestamp.  Online docs say both are present in Oracle 9i.

roland
--
               PGP Key ID: 66 BC 3B CD
Roland B. Roberts, PhD                             RL Enterprises
roland@rlenter.com                     76-15 113th Street, Apt 3B
roland@astrofoto.org                       Forest Hills, NY 11375

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: DBLink problems
Next
From: "Weaver, Walt"
Date:
Subject: Re: Hey, where is Python.h ???