Re: [SQL] howto insert dynamic value

2005-09-11 Thread wendell
http://www.postgresql.org/docs/7.3/interactive/functions-datetime.html - Original Message - From: liofr To: pgsql-sql@postgresql.org Sent: Monday, September 12, 2005 10:19 AM Subject: [SQL] howto insert dynamic value hii want to put the actual date in cellwhat

Re: [SQL] howto insert dynamic value

2005-09-11 Thread Michael Fuhr
On Mon, Sep 12, 2005 at 04:19:14AM +0200, liofr wrote: > i want to put the actual date in cell > what is the name of the functrion to do that (date()) ? See "Date/Time Functions and Operators" in the "Functions and Operators" chapter of the documentation. Here's a link to the latest version: htt

[SQL] howto insert dynamic value

2005-09-11 Thread liofr
hi i want to put the actual date in cell what is the name of the functrion to do that (date()) ? thnak's ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster