Skip to content

Commit 1e04f88

Browse files
authored
修正postgres-fdw.sgml的一处全角双引号编译错误
1 parent 9877167 commit 1e04f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql/doc/src/sgml/postgres-fdw.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@
522522
</para>
523523
-->
524524
<para>
525-
<filename>postgres_fdw</>可以使用<xref linkend =sql-importforeignschema>导入外部表定义。
525+
<filename>postgres_fdw</>可以使用<xref linkend ="sql-importforeignschema">导入外部表定义。
526526
此命令在本地服务器上创建匹配远程服务器上存在的表或视图的外部表定义。
527527
如果要导入的远程表有用户定义数据类型的列,则本地服务器必须具有相同名称的兼容类型。
528528
</para>

0 commit comments

Comments
 (0)