Re: \dt shows table but \d says the table doesn't exist ? Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: \dt shows table but \d says the table doesn't exist ?
Дата
Msg-id CAKFQuwZQddHEXGwxhJz=EZfUYRAcqrz+P4j65QrQtq277pJ4Jg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: \dt shows table but \d says the table doesn't exist ?  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
On Fri, May 3, 2024 at 2:08 PM Adrian Klaver <adrian.klaver@aklaver.com> wrote:
On 5/3/24 14:06, Magnus Hagander wrote:
>
>
> On Fri, May 3, 2024 at 10:58 PM David Gauthier <dfgpostgres@gmail.com
> <mailto:dfgpostgres@gmail.com>> wrote:
>
>     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

>
> Looks like you might need a \d "some_idIds" (include the quotes) since
> it has an uppercase characters?

This:

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

to me indicates it did look for the properly cased name.


More likely there is confusion between an upper case I "eye" and a lower case l "el".

David J.

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: \dt shows table but \d says the table doesn't exist ?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: \dt shows table but \d
says the table doesn't exist ?