Skip to content

Commit

Permalink
Seventeen new content pages and very many smaller changes (#17201)
Browse files Browse the repository at this point in the history
* Seventeen new content pages and very many smaller changes

* Minor typo corrections, esp. global replace of 'metacommand' with 'meta-command'.

* Re-ordered child menu items of YSQL.

* Minor typo corrections.
  • Loading branch information
bllewell authored May 8, 2023
1 parent 864d1ae commit bd02e2b
Show file tree
Hide file tree
Showing 150 changed files with 29,531 additions and 23,421 deletions.
2 changes: 1 addition & 1 deletion docs/content/preview/api/ysql/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type: indexpage

## Introduction

Yugabyte Structured Query Language (YSQL) is an ANSI SQL, fully-relational API that is best fit for scale-out RDBMS applications that need ultra resilience, massive write scalability and geographic data distribution. The YugabyteDB SQL processing layer is built by using the PostgreSQL code (starting with version 11.2) directly.
Yugabyte Structured Query Language (YSQL) is an ANSI SQL, fully-relational API that is best fit for scale-out RDBMS applications that need ultra resilience, massive write scalability and geographic data distribution. The YugabyteDB SQL processing layer is built by using the [PostgreSQL](https://www.yugabyte.com/postgresql/) code (starting with version 11.2) directly. The result of this approach is that [YSQL is fully compatible with PostgreSQL _by construction_](https://www.yugabyte.com/postgresql/postgresql-compatibility/).

YSQL therefore supports all of the traditional relational modeling features, such as referential integrity (implemented using a foreign key constraint from a child table to a primary key to its parent table), joins, partial indexes, triggers and stored procedures. It extends the familiar transactional notions into the YugabyteDB Distributed SQL Database architecture.

Expand Down
734 changes: 734 additions & 0 deletions docs/content/preview/api/ysql/cursors.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/content/preview/api/ysql/datatypes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ menu:
preview:
identifier: api-ysql-datatypes
parent: api-ysql
weight: 400
weight: 80
aliases:
- /preview/api/ysql/datatypes/
type: indexpage
Expand Down
Loading

0 comments on commit bd02e2b

Please sign in to comment.