Skip to content

Commit edbce6e

Browse files
committed
typo fix编译错误
1 parent ab0e55b commit edbce6e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

postgresql/doc/src/sgml/func.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21852,11 +21852,11 @@ ________________________________________________________-->
2185221852
</para>
2185321853
<para>
2185421854
计算对象之间的距离。
21855-
对于所有七种几何类型,所有<type>point(点)</type>与另一种几何类型的组合,
21855+
对于所有七种几何类型,所有<type>point</type>与另一种几何类型的组合,
2185621856
以及以下这些额外的类型对:
21857-
(<type>box(盒)</type>, <type>lseg(线段)</type>),
21858-
(<type>lseg(线段)</type>, <type>line(线)</type>),
21859-
(<type>polygon(多边形)</type>, <type>circle(圆)</type>)
21857+
(<type>box</type>, <type>lseg</type>),
21858+
(<type>lseg</type>, <type>line</type>),
21859+
(<type>polygon</type>, <type>circle</type>)
2186021860
(以及交换位置的情况)。
2186121861
</para>
2186221862
<para>

postgresql/doc/src/sgml/system-views.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6411,7 +6411,7 @@ ________________________________________________________-->
64116411
________________________________________________________-->
64126412
<row>
64136413
<entry role="catalog_table_entry"><para role="column_definition">
6414-
<structfield>sourceline/structfield> <type>int4</type>
6414+
<structfield>sourceline</structfield> <type>int4</type>
64156415
</para>
64166416
<para>
64176417
当前值在配置文件中设置的行号(对于从配置文件以外的源设置的值为null,

0 commit comments

Comments
 (0)