Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 53aa6db

Browse files
Update submodules
1 parent 18fd2f9 commit 53aa6db

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

‎libms-db

‎src/rdbms/datatypes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Users can add new types to PostgreSQL using the ``CREATE TYPE`` command.
99
.. literalinclude:: /../libms-db/libms.sql
1010
:caption: Custom data type definition
1111
:language: postgresql
12-
:lines: 72-89
12+
:lines: 81-98
1313

1414
+-------------------------------+-------------------+------------------------------------------------------------------+
1515
| Name | Aliases | Description |

‎src/rdbms/ddl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ To add a column, use a command like:
252252

253253
.. literalinclude:: /../libms-db/libms.sql
254254
:language: postgresql
255-
:lines: 51-63,92-93
255+
:lines: 57-69,102-104
256256

257257
.. note::
258258

@@ -370,7 +370,7 @@ can be used to avoid the error message, but this is not standard SQL.
370370

371371
.. literalinclude:: /../libms-db/libms.sql
372372
:language: postgresql
373-
:lines: 1-20
373+
:lines: 5-13
374374

375375
In case there are other objects referencing the object to drop ``CASCADE`` may
376376
be used to also remove any referencing objects.

‎src/rdbms/dml.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You can insert multiple rows in a single command.
5959
.. literalinclude:: /../libms-db/libms.sql
6060
:caption: Inserting multiple values at a time
6161
:language: postgresql
62-
:lines: 251-260,400-402
62+
:lines: 250-251,278-286,428-429
6363

6464
.. note::
6565

‎src/rdbms/query.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ a comma-separated table reference list. A table reference can a table name,
8585
or derived table such as sub-query, a ``JOIN`` construct, or complex
8686
combinations of these. If more than one table reference is listed in the
8787
``FROM`` clause, the table are cross-joined. The result of the ``FROM`` list
88-
is an intermediate virtual table tant can then be subject to transformations
88+
is an intermediate virtual table which can then be subject to transformations
8989
by the ``WHERE``, ``GROUP BY``, and ``HAVING`` clauses and is finally the
9090
result of the overall table expression.
9191

@@ -500,7 +500,7 @@ Joins between tables
500500
.. literalinclude:: /../libms-db/libms.sql
501501
:caption: Publishers and books tables definitions
502502
:language: postgresql
503-
:lines: 14-23,50-62
503+
:lines: 15-23,57-69
504504

505505
Following tables are related via ``FOREIGN KEY`` constraint. Each record in
506506
the ``book`` table references some record in the ``publisher`` table.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /