Re: WIP: extensible enums

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: WIP: extensible enums
Дата
Msg-id 1287497037-sup-4324@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: WIP: extensible enums  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
Excerpts from Magnus Hagander's message of mar oct 19 05:23:31 -0300 2010:
> 
> He certainly could, but github provides more features and a nicer look
> :-) And since it's git, it doesn't matter where the repo is.

Yeah.  If you have a checked out copy of the GIT repo (preferably one
with the "master" branch in it), try this:

git remote add venum git://github.com/adunstan/postgresql-dev.git
git fetch venum venums:venums
git checkout venums

Then you have the patch in all its Git glory, in branch "venums".

-- 
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Extensions, this time with a patch
Следующее
От: Tom Lane
Дата:
Сообщение: Re: create tablespace fails silently, or succeeds improperly