Skip to content
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

Merged
merged 31 commits into from
Mar 15, 2022

Conversation

ymahajan
Copy link
Contributor

@ymahajan ymahajan commented Feb 27, 2022

  1. SQL Feature Support - To understand which standard SQL features we support
  2. 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.
  3. 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.

@netlify
Copy link

netlify bot commented Feb 27, 2022

✔️ 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

@netlify
Copy link

netlify bot commented Feb 27, 2022

✔️ 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

@ymahajan ymahajan changed the title Add PostgreSQL-Compatibility and SQL Feature Coverage Add PostgreSQL-Compatibility, SQL Feature Coverage, PG Extensions Feb 28, 2022
Copy link
Collaborator

@aishwarya24 aishwarya24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left some comments.

- XML Functions
- XA syntax

## Features that differ from PostgreSQL
Copy link
Collaborator

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.

Copy link
Contributor Author

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.

@aishwarya24 aishwarya24 added the area/documentation Documentation needed label Mar 7, 2022
@ymahajan ymahajan merged commit cea3067 into master Mar 15, 2022
@ymahajan ymahajan deleted the ymahajan-patch-2 branch March 15, 2022 18:36
@tichimura
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Documentation needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants