Re: Content for talk on Postgres Type System at PostgresConf

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Guyren Howe <guyren(at)gmail(dot)com>, Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Content for talk on Postgres Type System at PostgresConf
Date: 2024-02-29 09:11:03
Message-ID: 08e99a8fa744e063ea31030d6516bfc64c26e3f8.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 2024-02-28 at 17:08 -0800, Guyren Howe wrote:
> I am to talk about Postgres’s type system at PGConf:
>
> https://postgresconf.org/conferences/2024/program/proposals/postgres-s-type-system
>
> I picked the issue because I think it’s poorly understood, greatly
> under-discussed, and an excellent way to empower postgres users.
>
> What would you want to see in such a talk?

It might be good to explain how "timestamp with time zone" works.
That's often confusing for beginners, because it is different from
other databases and arguably deviates from the SQL standard.

Perhaps it would be good to warn people about using data types like
"character", "time with time zone" and "money".

Yours,
Laurenz Albe

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dominique Devienne 2024-02-29 09:55:49 Re: Non-Stored Generated Columns
Previous Message Laurenz Albe 2024-02-29 09:03:41 Re: Non-Stored Generated Columns