34 days until PGConf.DE 2026.
The full name of the conference is 34 characters long: SELECT LENGTH('PostgreSQL Conference Germany 2026'); = 34
34 days until PGConf.DE 2026.
The full name of the conference is 34 characters long: SELECT LENGTH('PostgreSQL Conference Germany 2026'); = 34
Use function char_length() to be compatible with the SQL standard. Don't use octet_length() because it tells you there length in bytes (aka octets).