Skip to content

Commit d1497dc

Browse files
committed
fix typos
1 parent 9fe00d8 commit d1497dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CN/modules/ROOT/pages/5.11.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ LINE 1: CREATE GLOBAL TEMPORARY TABLE test_gtt_table (
8282
^
8383
CREATE TABLE
8484
85-
如果不希望产生这条井道信息,可以使用注释符号:
85+
如果不希望产生这条警告信息,可以使用注释符号:
8686
CREATE /*GLOBAL*/ TEMPORARY TABLE test_gtt_table (
8787
id integer,
8888
lbl text

EN/modules/ROOT/pages/5.0.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ IvorySQL, as an advanced open-source database compatible with Oracle and based o
2222
|*8*| xref:5.8.adoc[pgaudit] | 18.0 | Provides fine-grained auditing, recording database operation logs to support security auditing and compliance checks | Database security auditing, compliance checks, audit report generation
2323
|*9*| xref:5.9.adoc[pgrouting] | 3.8.0 | Provides routing computation for geospatial data, supporting multiple algorithms and data formats | Geospatial analysis, route planning, logistics optimization
2424
|*10*| xref:5.10.adoc[system_stats] | 3.2 | Provide functions for accessing system-level statistics. | system monitor
25-
|*10*| xref:5.11.adoc[pgtt] | 4.5 | Create, manage and use Oracle-style Global Temporary Tables. | Business development
25+
|*11*| xref:5.11.adoc[pgtt] | 4.5 | Create, manage and use Oracle-style Global Temporary Tables. | Business development
2626
|====
2727

2828
These plugins have all been tested and adapted by the IvorySQL team to ensure stable operation in the IvorySQL environment. Users can select appropriate plugins based on business needs to further enhance the capabilities and flexibility of the database system.

0 commit comments

Comments
 (0)