Обсуждение: Hosting a PG extension at git.postgresql.org

Поиск
Список
Период
Сортировка

Hosting a PG extension at git.postgresql.org

От
Korry Douglas
Дата:
Hi all, State Street will soon open-source some of the PostgreSQL-related work that we’ve been doing.  Our first
projectwill be an FDW. 

Is it possible for us to host the git repo for this project at git.postgresql.org?  If so, can someone please point me
tothe instructions?  Thanks. 


           — Korry Douglas



Re: Hosting a PG extension at git.postgresql.org

От
Magnus Hagander
Дата:
On Mon, Aug 26, 2019 at 6:20 PM Korry Douglas <korry@me.com> wrote:
Hi all, State Street will soon open-source some of the PostgreSQL-related work that we’ve been doing.  Our first project will be an FDW.

Is it possible for us to host the git repo for this project at git.postgresql.org?  If so, can someone please point me to the instructions?  Thanks.


Hi!

Normally we recommend using a service such as gitlab or github to host extensions, as they provide many more services than we do. Is there a particular reason why this would not be a good solution for you as well?
 
--