Re: Nulls in timestamps - Mailing list pgsql-general

From Mark Morgan Lloyd
Subject Re: Nulls in timestamps
Date
Msg-id 42D59AD4.B994302E@telemetry.co.uk
Whole thread Raw
In response to Nulls in timestamps  (markMLl.pgsql-general@telemetry.co.uk)
List pgsql-general
Tom Lane wrote:
>

> According to the SQL spec it's "implementation defined", which means
> different DBs could do it differently but they have to tell you what
> they will do.  "Implementation dependent" effectively means "the
> behavior is not specified at all".

One problem is that even if the server is supposed to tell you, the means it
uses to do so can vary widely: paper manual, release notes, variable accessible
by SHOW, value accessible by a special query (like the old-style PostgreSQL
EXPLAIN output) value accessible by a standard query (provided you know the
syntax in advance)...

--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]

pgsql-general by date:

Previous
From: Matt Miller
Date:
Subject: Re: Standalone Parser for PL/pgSQL
Next
From: Karsten Hilbert
Date:
Subject: versioning schema changes was: chosing a database name