\dt shows table but \d says the table doesn't exist ? Поиск
Список
Период
Сортировка
От David Gauthier
Тема \dt shows table but \d says the table doesn't exist ?
Дата
Msg-id CAEs=6DnMQCAF_c+=Vup8qnOM1OT1GfFq6nzGF2a3EhgnyrjpMg@mail.gmail.com
обсуждение исходный текст
Ответы Re: \dt shows table but \d says the table doesn't exist ?
Re: \dt shows table but \d
says the table doesn't exist ?
Re: \dt shows table but \d
says the table doesn't exist ?
Список pgsql-general
psql (15.3, server 14.5) on linux

Someone else's DB which I've been asked to look at.

\dt gives many tables, here are just 3...

 public | some_idIds                                       | table | cron_user
 public | WarningIds                                       | table | cron_user
 public | cpf_inv_driverIds                                | table | cron_user

but \d public.some_idIds gives..

Did not find any relation named "public.some_idIds".

Soooooo... what am I missing ?
owner is "cron_user".  \dt shows cron_user is the owner of the table.


В списке pgsql-general по дате отправления:

Предыдущее
От: Amit Sharma
Дата:
Сообщение: Re: Ora2pg Delta Migration: Oracle to PostgreSQL
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: \dt shows table but \d says the table doesn't exist ?