Re: List of all* PostgreSQL EXTENSIONs in the world

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: List of all* PostgreSQL EXTENSIONs in the world
Дата
Msg-id 81abf85a-fcba-d957-16ee-eca4b83d5664@dunslane.net
обсуждение исходный текст
Ответ на Re: List of all* PostgreSQL EXTENSIONs in the world  ("Joel Jacobson" <joel@compiler.org>)
Ответы Re: List of all* PostgreSQL EXTENSIONs in the world  ("Joel Jacobson" <joel@compiler.org>)
Список pgsql-hackers
On 2/23/22 03:52, Joel Jacobson wrote:
>
>> (e.g. I see three
>> instances of
>> blackhole_fdw listed, but not the original repo, which is not even on
>> GitHub) etc..
> Thanks, I've fixed blackhole_fdw manually:
>
> - https://bitbucket.org/adunstan/blackhole_fdw
>     - https://github.com/chenquanzhao/blackhole_fdw
>


Yeah, I have several others on bitbucket that might be of interest (in
varying states of doneness):


A thin layer over the Redis API:

https://bitbucket.org/adunstan/redis_wrapper


Generate a CSV line from a row:

https://bitbucket.org/adunstan/row_to_csv


Closed forms of discrete builtin ranges:

https://bitbucket.org/adunstan/pg-closed-ranges


FDW to generate random data:

https://bitbucket.org/adunstan/rotfang-fdw


Comparison ops for JSON:

https://bitbucket.org/adunstan/jsoncmp



cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com




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

Предыдущее
От: Nitin Jadhav
Дата:
Сообщение: Re: Report checkpoint progress with pg_stat_progress_checkpoint (was: Report checkpoint progress in server logs)
Следующее
От: "Euler Taveira"
Дата:
Сообщение: Re: List of all* PostgreSQL EXTENSIONs in the world