On Fri, May 3, 2024 at 10:58 PM David Gauthier <dfgpostgres@xxxxxxxxx> wrote:
psql (15.3, server 14.5) on linuxSomeone else's DB which I've been asked to look at.\dt gives many tables, here are just 3...public | some_idIds | table | cron_userpublic | WarningIds | table | cron_userpublic | cpf_inv_driverIds | table | cron_userbut \d public.some_idIds gives..Did not find any relation named "public.some_idIds".
Looks like you might need a \d "some_idIds" (include the quotes) since it has an uppercase characters?