altering column length

Поиск
Список
Период
Сортировка
От Reshat Sabiq
Тема altering column length
Дата
Msg-id 000001c2af3f$2936e8a0$c080d380@main
обсуждение исходный текст
Ответ на sequence generator programmatic invocation (preferably JDBC)  ("Reshat Sabiq" <sabiq@purdue.edu>)
Ответы Re: altering column length  (Alberto Caso <alberto.caso@adaptia.net>)
Список pgsql-novice
I believe it is not possible yet in postreSQL, but in case it is what
would be the equivalent of the following Oracle statement (assuming
current myfield size to be 10 bytes (of type char)):
ALTER TABLE mytable MODIFY (myfield CHAR(12));

If it's currently not supported is there a way to submit an RFE?

Thanks,
r.



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

Предыдущее
От: "Reshat Sabiq"
Дата:
Сообщение: sequence generator programmatic invocation (preferably JDBC)
Следующее
От: Alberto Caso
Дата:
Сообщение: Re: sequence generator programmatic invocation(preferably