Re: DEFAULT in update & prepared statements - Mailing list pgsql-sql

From David G. Johnston
Subject Re: DEFAULT in update & prepared statements
Date
Msg-id CAKFQuwZ0+0GyZytpska6ybFNHLBKg9GKr_czPvBmhg6uQmh2ow@mail.gmail.com
Whole thread Raw
In response to DEFAULT in update & prepared statements  (Sanjay Minni <sanjay.minni@gmail.com>)
Responses Re: DEFAULT in update & prepared statements
List pgsql-sql
On Wednesday, November 8, 2023, Sanjay Minni <sanjay.minni@gmail.com> wrote:
Can DEFAULT (defined for a timestamp column as now() ) be used in
1. prepared statement i.e. EXECUTE ( ..., DEFAULT, ...)
2. in an UPDATE statement  UPDATE TABLE SET update_time = DEFAULT ..

5 seconds looking at the syntax for update in the docs answers the second question.

The first question doesn’t really make sense - but regardless of what you are trying to communicate there just try it.  If the result you get doesn’t make sense post what you tried.

David J.
 

pgsql-sql by date:

Previous
From: Sanjay Minni
Date:
Subject: DEFAULT in update & prepared statements
Next
From: "David G. Johnston"
Date:
Subject: Re: DEFAULT in update & prepared statements