like I create a schema: test, I want the default date to 2020-01-01, so when I do
select test.now; the result is 2020-01-01 On Mon, Nov 9, 2020 at 9:44 PM David G. Johnston <david.g.johns...@gmail.com> wrote: > On Mon, Nov 9, 2020 at 9:08 AM mark armon <1994hej...@gmail.com> wrote: > >> >> How to set up a schema default date (now) to '2020-01-01'? Whatever >> timezone would be OK. >> > > What is a "schema default" (date or otherwise)? > > David J. >