My text file look like:
\home\stanley:123456789 c:/kobe:213 \tej\home\ant:222312
and create FOREIGN TABLE Steps:
CREATE FOREIGN TABLE file_check(txt text) SERVER file_server OPTIONS (format 'text', filename '/home/stanley/check.txt');
after select file_check (using: select * from file_check)
my console show me
homestanley:123456789 c:/kobe:213 ejhomeant:222312
Anyone can help me??
standard_conforming_strings(and which Postgres version are you using?)