pgAdmin III commit: Use the new syntax for sequence when possible

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Use the new syntax for sequence when possible
Дата
Msg-id 201107032139.p63LdG69099917@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Use the new syntax for sequence when possible

In 8.4, the ALTER SEQUENCE can be used to rename a sequence, and to change the
owner of a sequence.

First patch from Thom Brown, few changes by me.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=2705867fbd700698df9f73a7fe15961c81010d00

Modified Files
--------------
pgadmin/dlg/dlgSequence.cpp |   38 +++++++++++++++++++++++++++++++-------
1 files changed, 31 insertions(+), 7 deletions(-)


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: [FEATURE] OIDs check box to enable OIDs
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Updated sequence syntax