Re: BUG #2901: missing alter table online help in psql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #2901: missing alter table online help in psql
Дата
Msg-id 21380.1168966141@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #2901: missing alter table online help in psql  ("Jens-Wolfhard Schicke" <j.schicke@asco.de>)
Список pgsql-bugs
"Jens-Wolfhard Schicke" <j.schicke@asco.de> writes:
> \h alter table
> is missing the syntax for the command
> alter table the_table alter column the_column type varchar(175);

Maybe you're using an old psql?  My 8.2 psql shows

regression=> \h alter table
Command:     ALTER TABLE
Description: change the definition of a table
Syntax:
ALTER TABLE [ ONLY ] name [ * ]
    action [, ... ]
...
where action is one of:
...
    ALTER [ COLUMN ] column TYPE type [ USING expression ]
...


            regards, tom lane

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

Предыдущее
От: "Jens-Wolfhard Schicke"
Дата:
Сообщение: BUG #2901: missing alter table online help in psql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2848: information_schema.key_column_usage does not work