-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add PostgreSQL-Compatibility, SQL Feature Coverage, PG Extensions #11602
Conversation
ymahajan
commented
Feb 27, 2022
•
edited
Loading
edited
- SQL Feature Support - To understand which standard SQL features we support
- PostgreSQL compatibility - Since YugabyteDB is a distributed database, supporting all PostgreSQL features easily in a distributed system is not always feasible. This page documents the known list of differences between PostgreSQL and YugabyteDB.
- PostgreSQL extensions- PostgreSQL provides a way to extend the functionality of a database by bundling SQL objects into a package and using them as a unit. Adding a page that describes the PostgreSQL extensions supported by YugabyteDB. These extensions can either be pre-bundled or may require installation.
✔️ Deploy Preview for infallible-bardeen-164bc9 ready! 🔨 Explore the source changes: f73e0fd 🔍 Inspect the deploy log: https://app.netlify.com/sites/infallible-bardeen-164bc9/deploys/621c043e96cb050008bccb76 😎 Browse the preview: https://deploy-preview-11602--infallible-bardeen-164bc9.netlify.app |
✔️ Deploy Preview for infallible-bardeen-164bc9 ready! 🔨 Explore the source changes: d973ec4 🔍 Inspect the deploy log: https://app.netlify.com/sites/infallible-bardeen-164bc9/deploys/6230d70ae71bf50009204cea 😎 Browse the preview: https://deploy-preview-11602--infallible-bardeen-164bc9.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments.
docs/content/latest/explore/ysql-language-features/postgresql-compatibility.md
Outdated
Show resolved
Hide resolved
docs/content/latest/explore/ysql-language-features/postgresql-compatibility.md
Show resolved
Hide resolved
- XML Functions | ||
- XA syntax | ||
|
||
## Features that differ from PostgreSQL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks to me like the features that are under Going beyond SQL section: https://docs.yugabyte.com/latest/explore/ysql-language-features/. If that's the case, we may just need to link it to that page and not duplicate it to two pages.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will remove this sub-section altogether, this doesn't have any concrete content yet.
docs/content/latest/explore/ysql-language-features/postgresql-compatibility.md
Outdated
Show resolved
Hide resolved
docs/content/latest/explore/ysql-language-features/sql-feature-support.md
Outdated
Show resolved
Hide resolved
…compatibility.md Co-authored-by: Aishwarya Chakravarthy <[email protected]>
…compatibility.md Co-authored-by: Aishwarya Chakravarthy <[email protected]>
…-support.md Co-authored-by: Aishwarya Chakravarthy <[email protected]>
Co-authored-by: Aishwarya Chakravarthy <[email protected]>
Co-authored-by: Aishwarya Chakravarthy <[email protected]>
Co-authored-by: Aishwarya Chakravarthy <[email protected]>
@ymahajan @polarweasel could you please update the link list of features currently supported by YSQL in https://github.com/yugabyte/yugabyte-db#core-features along with this changes? |