XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 0.9.0
    • None
    • None

    Description

      There is several functions or keywords to get current date/time value.

      • current_timestamp: Returns the current timestamp in the TIMESTAMP type.
      • current_date: Returns the current time in the DATE type.
      • current_time: Returns the current time in the TIME type.
      • now(): Returns the current timestamp in the TIMESTAMP type.
      babokim=# select current_timestamp, current_date, current_time, now();
                    now              |    date    |       timetz       |              now
      -------------------------------+------------+--------------------+-------------------------------
       2014-05-13 21:22:39.566864+09 | 2014-05-13 | 21:22:39.566864+09 | 2014-05-13 21:22:39.566864+09
      (1 row)
      

      Attachments

        1. TAJO-762.patch
          20 kB
          Hyoungjun Kim

        Activity

          People

            hjkim Hyoungjun Kim
            hjkim Hyoungjun Kim
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: