mirror of
https://github.com/postgres/postgres.git
synced 2026-03-10 18:28:35 -04:00
6 lines
155 B
Text
6 lines
155 B
Text
|
|
# file_fdw extension
|
||
|
|
comment = 'foreign-data wrapper for flat file access'
|
||
|
|
default_version = '1.0'
|
||
|
|
module_pathname = '$libdir/file_fdw'
|
||
|
|
relocatable = true
|