Movatterモバイル変換


[0]ホーム

URL:


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

Commit8a47b77

Browse files
committed
doc: restore intentional typo
Commitac86237 "fixed" a typo in an example of what would happen inthe event of a typo. Restore the original typo and add a comment aboutits intentionality. Backpatch to 12 where the error was introduced.Per report from irc user Nicolás Alvarez.
1 parent20fbb71 commit8a47b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/protocol.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ BEGIN;
811811
INSERT INTO mytable VALUES(1);
812812
COMMIT;
813813
INSERT INTO mytable VALUES(2);
814-
SELECT 1/0;
814+
SELCT 1/0;<!-- this typo is intentional -->
815815
</programlisting>
816816
then none of the statements would get run, resulting in the visible
817817
difference that the first <command>INSERT</command> is not committed.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp