create foreign table

From: Sam Stearns <sam(dot)stearns(at)dat(dot)com>
To: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: create foreign table
Date: 2024-10-14 18:14:05
Message-ID: CAN6TVjmHzo-ruRJF_5SmySV-ejygkTqf08saqixaF3xuhex=wg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Howdy,

Receiving an error without much detail when creating a foreign table:

2024-10-14 11:08:30.928 PDT [1177724] ERROR: conflicting or redundant
options
2024-10-14 11:08:30.928 PDT [1177724] STATEMENT: CREATE FOREIGN TABLE
ext_invalids (
validcargo char(8),
validauto char(8),
cllocid char(8),
insdid char(6),
memberid char(14),
attachdate char(12),
commonauthority char(1),
contractauthority char(1),
compname char(60),
docket_num char(9)
) SERVER external_dat_dir OPTIONS(filename 'DISABLED', format
'csv', delimiter ',', program '');

I'm not seeing much out there on the error. I'm also not seeing what are
valid values for the OPTIONS keyword in the Postgres documentation.

Would someone be able to give advice here, please?

Thanks,

Sam

--

*Samuel Stearns*
Lead Database Administrator
*c:* 971 762 6879 | *o:* 503 672 5115 | DAT.com
[image: DAT]
<https://www.dat.com/?utm_medium=email&utm_source=DAT_email_signature_link>

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Guillaume Lelarge 2024-10-14 18:18:26 Re: create foreign table
Previous Message Laurenz Albe 2024-10-14 17:13:53 Re: PostgreSQL Package conflicts on Fedora 40