external_file extension v1.1 released

From: MigOps via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: external_file extension v1.1 released
Date: 2022-12-31 11:14:16
Message-ID: 167248525656.659.9737085992847097505@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Grenoble - December 27, 2022

## PostgreSQL external_file extension

Allow access to "external files" from PostgreSQL server file systems.

This extension adds the same functionalities given by the Oracle's BFILE data
type that stores unstructured binary data in flat files outside the database.
A BFILE column stores a file locator that points to an external file containing
the data: (DIRECTORY, FILENAME). Here the data type is called EFILE.

The extension access to external files using secure call to the server side
lo_* functions and not by directly reading/writing to files.

external_file v1.1 has been released, this is a maintenance release to fix
issues reported by users since previous version.

- Add the efilename() function as equivalent to the Oracle BFILENAME() function.
- Improve Makefile and detect minimum version of PostgreSQL requirement.
- Fix make install error about file README.external_file.

Complete list of changes and acknowledgement is available [here](https://github.com/darold/external_file/blob/master/CHANGELOG)

## Links & Credits

external_file is an open project under the PostgreSQL license created by
Dominique Legendre ([BRGM](https://www.brgm.fr/fr)) and maintained by Gilles Darold ([MigOps](https://www.migops.com/))
Any contribution to build a better tool is welcome. You can send your ideas,
features requests or patches using the GitHub tools.

**Links :**

* Download: [https://github.com/darold/external_file/releases/](https://github.com/darold/external_file/releases/)
* Support: use GitHub report tool at [https://github.com/darold/external_file/issues](https://github.com/darold/external_file/issues)
* Documentation at [https://github.com/darold/external_file#readme](https://github.com/darold/external_file#readme)

Browse pgsql-announce by date

  From Date Subject
Next Message MigOps via PostgreSQL Announce 2022-12-31 11:14:49 pgCluu version 3.4 released
Previous Message CloudNativePG via PostgreSQL Announce 2022-12-24 21:53:08 CloudNativePG 1.18.1, 1.17.3 and 1.16.5 Released!