Bug #5664 SQL DDL output generator for view

Поиск
Список
Период
Сортировка
От Rahul Shirsat
Тема Bug #5664 SQL DDL output generator for view
Дата
Msg-id CAKtn9dMQdWomxXJ-wj4UT9ebC2dxeCQzqZuTQ9pWPPLkw-9UZA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Bug #5664 SQL DDL output generator for view
Список pgadmin-hackers
Hi Hackers,

Please find the attached patch below which resolves the following issue of SQL DDL output generator for view (preserving default values of columns)

Also, when changing VIEW's column's default value, the SQL generates ALTER TABLE, now this would be as ALTER VIEW instead.

This fix could not be associated with its test cases, as the changes are related to VIEW's column, in which we cannot add columns to the VIEW and test it.

--
Rahul Shirsat
Software Engineer | EnterpriseDB Corporation.
Вложения

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

Предыдущее
От: Pramod Ahire
Дата:
Сообщение: Re: Code coverage report generation for JS files
Следующее
От: Dave Page
Дата:
Сообщение: Re: WIP: SQL Formatter