-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor README.md #165
Refactor README.md #165
Conversation
Remove long instructions from README.md
See INSTALL.md
Add INSTALL.md. Other changes for unifying with https://github.com/pgspider FDW documentation template and by https://github.com/ibarwick/firebird_fdw/blob/master/README.md example of advanced FDW documentation.
Add defaults and markup
@jeevanchalke, ping. Have you got any time to review this PR with refactoring README.md to most widespread text order and typography ? It will be very good if release for PG 16 will have unified README.md for PGXN. |
Thanks, @mkgrgis for the patches. I am getting below conflicts on latest master.
Could you please re-base the patches. Also, please check on reference number 5 and 6 given in INSTALL.md. |
No problems, @vaibhavdalvi93, but I am still not familiar with
Thanks, fixed in b77aa40 . This is for |
Also, @vaibhavdalvi93, You can squash my commits before merging. It will look more better and there will no unnecessary git information. |
Regarding re-basing the changes, the changes you have done in README.md are not on latest master. E.g. In the current README file, we have mentioned about supporting version 16 as well as shown below:
Also, new GUC's (i.e. mongo_fdw.enable_join_pushdown and mongo_fdw.enable_aggregate_pushdown) and table, server level options (i.e. enable_order_by_pushdown). As I said earlier, please check the latest master. The latest commit is
Hope, it's clear now. |
@vaibhavdalvi93 , please ensure I have forget noting from https://github.com/EnterpriseDB/mongo_fdw/commits/master/README.md Thanks for notes! I think in 44090b3 there is fixing to documentation additions before 9bfc78d |
Thanks, @mkgrgis. These changes are fine but why can't you take latest master and prepare PR on top of it? If I apply this patch on latest master then it created too many conflicts. The committer is not going to checkout on old commit and apply your patches. Thoughts? If you are agree, please prepare the patches on top of current HEAD. Deleting existing changes and then add refactoring then re-apply deleted changes doesn't make sense to me. Correct me, if I'm wrong here. |
@vaibhavdalvi93 , I am studying how to rebase to current |
I am doing |
@mkgrgis , I don't think there is direct command which is going to help here to re-base. You can use below command and the hunks which will fail, you need to add those manually.
|
@vaibhavdalvi93 , I'll recreate PR during few minutes. You can ensure the same |
@vaibhavdalvi93, please see accumulated and squashed #168. If all is ok, I'll close this PR. |
Please close this pull request as #168 is opened for the same. |
Thanks for review, @vaibhavdalvi93 |
Add INSTALL.md.
Other changes in README.md for unifying with https://github.com/pgspider FDW documentation template and by https://github.com/ibarwick/firebird_fdw/blob/master/README.md example of advanced FDW documentation.