Skip to content

Commit 672a941

Browse files
committed
docs: correct print log
1 parent 14dae77 commit 672a941

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CN/modules/ROOT/pages/7.3.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ ivorysql=# select * from LOWER_CASE_3;
277277
(0 行记录)
278278
279279
ivorysql=# drop table "NORMAL_1";
280-
DROP TABLE
280+
ERROR: relation "NORMAL_1" does not exist
281281
ivorysql=# drop table "Normal_2";
282282
DROP TABLE
283283
ivorysql=# drop table "normal_3";

EN/modules/ROOT/pages/7.3.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ ivorysql=# select * from LOWER_CASE_3;
278278
(0 行记录)
279279
280280
ivorysql=# drop table "NORMAL_1";
281-
DROP TABLE
281+
ERROR: relation "NORMAL_1" does not exist
282282
ivorysql=# drop table "Normal_2";
283283
DROP TABLE
284284
ivorysql=# drop table "normal_3";

0 commit comments

Comments
 (0)