Re: [GENERAL] Performance appending to an array column - Mailing list pgsql-general

From Thomas Kellerer
Subject Re: [GENERAL] Performance appending to an array column
Date
Msg-id oq1av7$sjg$1@blaine.gmane.org
Whole thread Raw
In response to Re: [GENERAL] Performance appending to an array column  (Paul A Jungwirth <pj@illuminatedcomputing.com>)
List pgsql-general
Paul A Jungwirth schrieb am 21.09.2017 um 23:05:
> but maybe I could write my own extension to
> load regular files into Postgres arrays, sort of getting the best of
> both worlds.

There is a foreign data wrapper for that:
   https://github.com/adunstan/file_text_array_fdw

but it's pretty old and seems un-maintained.









-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

pgsql-general by date:

Previous
From: Paul A Jungwirth
Date:
Subject: Re: [GENERAL] Performance appending to an array column
Next
From: mike davis
Date:
Subject: [GENERAL] Dynamic use of RAISE with USING to generate and catch non-hardcodedcustom exceptions