Skip to content

Commit

Permalink
Update README with EDB's external documentation link.
Browse files Browse the repository at this point in the history
FDW-675, Suraj Kharage.
  • Loading branch information
jeevanchalke committed Mar 7, 2024
1 parent bf44dad commit fabea1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ Limit (cost=10.00..11.00 rows=1 width=36)
Remote query: SELECT `warehouse_id`, `warehouse_name` FROM `db`.`warehouse` WHERE ((`warehouse_name` LIKE BINARY 'TV'))
```

For more details, please refer to [mysql_fdw documentation][5].

Contributing
------------
If you experience any bug and have a fix for that, or have a new idea,
Expand Down Expand Up @@ -289,3 +291,4 @@ See the [`LICENSE`][4] file for full details.
[2]: https://github.com/enterprisedb/mysql_fdw/issues/new
[3]: CONTRIBUTING.md
[4]: LICENSE
[5]: https://www.enterprisedb.com/docs/mysql_data_adapter/latest/

0 comments on commit fabea1b

Please sign in to comment.