Skip to content

Commit 745d127

Browse files
committed
fix typo #379
1 parent 234fcec commit 745d127

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

postgresql/doc/src/sgml/extend.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ ____________________________________________________________________________-->
141141
</para>
142142
____________________________________________________________________________-->
143143
<para>
144-
此外,<productname>PostgreSQL</productname>服务器能够通过动态载入把用户编写的代码结合到它自身中。也就是,用户能够指定一个实现了一个新类型或函数的对象代码文件(例如一个共享库),并且<productname>PostgreSQL</productname>将按照要求载入它。把用<acronym>SQL</acronym>编写的代码加入到服务器会更繁琐。这种<quote>即时</quote>修改其操作的能力让<productname>PostgreSQL</productname>独特地适合新应用和存储结构的快速原型设计。
144+
此外,<productname>PostgreSQL</productname>服务器能够通过动态载入把用户编写的代码结合到它自身中。也就是,用户能够指定一个实现了一个新类型或函数的对象代码文件(例如一个共享库),并且<productname>PostgreSQL</productname>将按照要求载入它。把用<acronym>SQL</acronym>编写的代码加入到服务器会更加轻而易举。这种<quote>即时</quote>修改其操作的能力让<productname>PostgreSQL</productname>独特地适合新应用和存储结构的快速原型设计。
145145
</para>
146146
</sect1>
147147

postgresql/doc/src/sgml/libpq.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ switch(PQstatus(conn))
11601160
</para>
11611161

11621162
<para>
1163-
在使用<function>PQconnectPoll</function>时,连接参数<literal>connect_timeout</literal>会被忽略:判断是否超时是应用的责任。否则,<function>PQconnectStart</function>后面跟着后面跟着<function>PQconnectPoll</function>循环等效于<xref linkend="libpq-PQconnectdb"/>。
1163+
在使用<function>PQconnectPoll</function>时,连接参数<literal>connect_timeout</literal>会被忽略:判断是否超时是应用的责任。否则,<function>PQconnectStart</function>后面跟着<function>PQconnectPoll</function>循环等效于<xref linkend="libpq-PQconnectdb"/>。
11641164
</para>
11651165

11661166
<para>

postgresql/doc/src/sgml/syntax.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ ____________________________________________________________________________-->
478478
</para>
479479
____________________________________________________________________________-->
480480
<para>
481-
在<productname>PostgreSQL</productname>中有三种<firstterm>隐式类型常量</firstterm>:字符串、位串和数字。常量也可以被指定显示类型,这可以使得它被更精确地展示以及更有效地处理。这些选择将会在后续小节中讨论。
481+
在<productname>PostgreSQL</productname>中有三种<firstterm>隐式类型常量</firstterm>:字符串、位串和数字。常量也可以被指定显式类型,这可以使得它被更精确地展示以及更有效地处理。这些选择将会在后续小节中讨论。
482482
</para>
483483

484484
<sect3 id="sql-syntax-strings">

0 commit comments

Comments
 (0)