| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Nikhil Kshirsagar <nkshirsagar(at)reisystems(dot)com> |
| Cc: | Stephen Cook <sclists(at)gmail(dot)com>, "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org> |
| Subject: | Re: FDW user mapping |
| Date: | 2017-09-29 17:22:23 |
| Message-ID: | 8797.1506705743@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
Nikhil Kshirsagar <nkshirsagar(at)reisystems(dot)com> writes:
> I tried using user instead of username. I get the same error -
> "ERROR: invalid option "user"
> HINT: Valid options in this context are: <none>"
The fact that it isn't presenting a useful list of options in the HINT
seems like a bug in itself, and it might be a clue to what's going wrong.
But you need to contact the author of odbc_fdw, whoever that is.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Rouzzi Anissa | 2017-10-01 11:50:00 | Creating database problems |
| Previous Message | Nikhil Kshirsagar | 2017-09-29 15:16:27 | Re: FDW user mapping |