Extension for PostgreSQL WIP

From: ShadowGhost <violin05082003(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Extension for PostgreSQL WIP
Date: 2024-03-24 12:48:38
Message-ID: CAOsjGuPFKx0X28CaHG3aV4qyc7O_grOw3wZWv5-Uze8hRJ-Q_w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Cast_jsonb_to_hstore WIP
v1
This extension add function that can cast jsonb to hstore.
That link to my github where does my extension lie
https://github.com/antuanviolin/cast_jsonb_to_hstore

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2024-03-24 13:02:12 Re: Streaming I/O, vectored I/O (WIP)
Previous Message Tomas Vondra 2024-03-24 12:36:19 Re: BitmapHeapScan streaming read user and prelim refactoring