Re: Create foreign table documentation

From: Holger Jakobs <holger(at)jakobs(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Create foreign table documentation
Date: 2025-04-03 13:14:57
Message-ID: 716d3afd-77a9-419c-8779-238c24139fd9@jakobs.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Am 03.04.25 um 15:09 schrieb Mauricio Fernandez:
> Hi admins
>
> Dealing with extension oracle_fdw there are a couple of objects need
> to create SERVER, FOREIGN DATA WRAPPER , USER MAPPING , FOREIGN TABLE,
> all having clause OPTIONS ( option 'value' [, ...] ), but I can't find
> any documentation about it, which are the specific options allowed for
> option 'value' in each instruction....:
>
> Thank you very much in advance
>
> kind regards
>
> Mauricio Fernández

These options depend on the specific FDW, so you have to look them up in
their description.

--

Holger Jakobs

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Mauricio Fernandez 2025-04-03 13:19:03 Re: Create foreign table documentation
Previous Message Mauricio Fernandez 2025-04-03 13:09:05 Create foreign table documentation