私のテキストファイルは次のようになります:
\home\stanley:123456789 c:/神戸:213 \tej\home\ant:222312
FOREIGN TABLE の手順を作成します。
CREATE FOREIGN TABLE file_check(txt text) SERVER file_server OPTIONS (format 'text', filename '/home/stanley/check.txt');
select file_check の後 (使用: select * from file_check)
私のコンソールが私を見せて
ホームスタンリー:123456789 c:/神戸:213 ejhomeant:222312
誰でも私を助けることができますか??