Re: Unable to add a new column to a table named "in" (look like a bug ...)

Поиск
Список
Период
Сортировка
От Adam Rich
Тема Re: Unable to add a new column to a table named "in" (look like a bug ...)
Дата
Msg-id 01de01c8a097$ed59cb90$c80d62b0$@r@sbcglobal.net
обсуждение исходный текст
Ответ на Re: Unable to add a new column to a table named "in" (look like a bug ...)  ("David Gagnon" <david.gagnon@cesart.com>)
Ответы Re: Unable to add a new column to a table named "in" (look like a bug ...)
Re: Unable to add a new column to a table named "in" (look like a bug ...)
Список pgsql-general
>
>   It worked Thanks!! But there is definitly something wrong with the
> error
> message I got (right?):
>
> reference=# alter table "IN" add column INDESCS VARCHAR[];
> ERROR:  column "indescs" of relation "IN" already exists
>

I don't know, what do you see when you \d "IN" ?

When you use double-quotes, capitalization is significant,
So "in" and "IN" and "In" are all different tables.  This error
message means you already have an upper-case "IN" table and it
already has a column INDESCS.



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

Предыдущее
От: Rodrigo Gonzalez
Дата:
Сообщение: Re: Unable to add a new column to a table named "in" (look like a bug ...)
Следующее
От: "David Gagnon"
Дата:
Сообщение: Re: Unable to add a new column to a table named "in" (look like a bug ...)