external_file icon indicating copy to clipboard operation
external_file copied to clipboard

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

Results 2 external_file issues
Sort by recently updated
recently updated
newest added

The documentation states that '/' and '\\' are forbidden for security reasons. We are looking into transfering a huge archive of bfiles from oracle to postgres. These bfiles are organised...

enhancement

postgres=# CREATE TABLE external_file.efile_test ( id smallint primary key, the_file efile); ERROR: type "efile" does not exist