Re: Create foreign table documentation

From: Mauricio Fernandez <mmauricio(dot)fernandez(at)gmail(dot)com>
To: Holger Jakobs <holger(at)jakobs(dot)com>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Create foreign table documentation
Date: 2025-04-03 13:19:03
Message-ID: CAMdfv4WmvrFrbnhY6_XkYv514Rf7XALweQXFSZJdASBkrd73Wg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Thank you very much Holger, you were right...

The documentation from oacle_fwd is explicit:
https://github.com/laurenz/oracle_fdw?tab=readme-ov-file#3-options

kind regards

Mauricio Fernández

El jue, 3 abr 2025 a las 10:15, Holger Jakobs (<holger(at)jakobs(dot)com>)
escribió:

> 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

Browse pgsql-admin by date

  From Date Subject
Next Message Teju Jakkidi 2025-04-05 01:41:48 Issue with retrieving data when the column has @- in it's value
Previous Message Holger Jakobs 2025-04-03 13:14:57 Re: Create foreign table documentation