File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
postgresql/doc/src/sgml/ref Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ ALTER LARGE OBJECT <replaceable class="PARAMETER">large_object_oid</replaceable>
35
35
You must be superuser or owner of the large object to use
36
36
<command>ALTER LARGE OBJECT</command>.
37
37
-->
38
- <command>ALTER LARGE OBJECT</command> 更改一个large object的定义。它的唯一的功能是分配一个新的所有者。使用 <command>ALTER LARGE OBJECT</command>必须是超户或者是其所有者 。
38
+ <command>ALTER LARGE OBJECT</command> 更改一个large object的定义。它的唯一功能是分配一个新的所有者。您必须是superuser或者是其所有者才能使用 <command>ALTER LARGE OBJECT</command>。
39
39
</para>
40
40
</refsect1>
41
41
@@ -50,7 +50,7 @@ ALTER LARGE OBJECT <replaceable class="PARAMETER">large_object_oid</replaceable>
50
50
<!--
51
51
OID of the large object to be altered
52
52
-->
53
- 要被变large object的OID
53
+ 要被改变的large object的OID
54
54
</para>
55
55
</listitem>
56
56
</varlistentry>
@@ -62,7 +62,7 @@ ALTER LARGE OBJECT <replaceable class="PARAMETER">large_object_oid</replaceable>
62
62
<!--
63
63
The new owner of the large object
64
64
-->
65
- large object新的所有者
65
+ large object的新所有者
66
66
</para>
67
67
</listitem>
68
68
</varlistentry>
@@ -76,12 +76,12 @@ large object新的所有者
76
76
<!--
77
77
There is no <command>ALTER LARGE OBJECT</command> statement in the SQL
78
78
standard. -->
79
- 在SQL标准里没有 <command>ALTER LARGE OBJECT</command>语句。
79
+ 在SQL标准里并没有 <command>ALTER LARGE OBJECT</command>语句。
80
80
</para>
81
81
</refsect1>
82
82
83
83
<refsect1>
84
- <title><!-- See Also --> 相关内容 </title>
84
+ <title><!-- See Also --> 又见 </title>
85
85
86
86
<simplelist type="inline">
87
87
<member><xref linkend="largeobjects"></member>
You can’t perform that action at this time.
0 commit comments