select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Foreign data wrappers

file_fixed_length_fdw

Foreign data wrapper for files with fixed-length fields.

pgext.cloud · Source code · Control file

Overview

Packagefile_fixed_length_fdw
Version1.0
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars12
Latest commit2012-05-13
Catalogue updated2026-08-30

Related extensions

See also

orc_fdwForeign data wrapper for reading ORC formatted files
file_textarray_fdwForeign data wrapper returning each text-file row as a text array.
file_fdw_programBackport of file_fdw PROGRAM support, exposing a file_fdw-like foreign data wrapper that reads from external commands.
parquet_fdwRead-only foreign data wrapper for Apache Parquet files
s3_fdwForeign data wrapper for reading Amazon S3 files through PostgreSQL COPY format.
dump_fdwForeign data wrapper for querying rows directly from PostgreSQL custom-format dump files
osm_fdwForeign data wrapper for reading OpenStreetMap PBF files
parquet_s3_fdwForeign data wrapper for accessing Parquet files on local filesystems and Amazon S3 from PostgreSQL.