Re: How to properly use TRIM()?

David G. Johnston <david.g.johnston@gmail.com>

From: "David G. Johnston" <david.g.johnston@gmail.com>
To: Igor Korot <ikorot01@gmail.com>
Cc: "pgsql-generallists.postgresql.org" <pgsql-general@lists.postgresql.org>
Date: 2026-03-07T14:29:48Z
Lists: pgsql-general
On Saturday, March 7, 2026, Igor Korot <ikorot01@gmail.com> wrote:

> '
>      name     | tablespace | included | storage
> --------------+------------+----------+---------
>  leagues_pkey |            | {}       |
> (1 row)
>
> Included is one, storage is not.
>

That’s a terrible way to determine the data type of a column.

Did read the error message you were given?  Did you read the documentation?

David J.