Re: Performance appending to an array column

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Performance appending to an array column
Date: 2017-09-21 21:29:18
Message-ID: oq1av7$sjg$1@blaine.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message mike davis 2017-09-21 23:40:48 Dynamic use of RAISE with USING to generate and catch non-hardcoded custom exceptions
Previous Message Paul A Jungwirth 2017-09-21 21:05:13 Re: Performance appending to an array column