Skip to content

Commit 6de2a17

Browse files
committed
Update create_view.sgml
1 parent 411b34e commit 6de2a17

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

postgresql/doc/src/sgml/ref/create_view.sgml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ ____________________________________________________________________________-->
250250
This parameter may be either <literal>local</literal> or
251251
<literal>cascaded</literal>, and is equivalent to specifying
252252
<literal>WITH [ CASCADED | LOCAL ] CHECK OPTION</literal> (see below).
253-
This option can be changed on existing views using <xref
254-
linkend="sql-alterview"/>.
253+
This option can be changed on existing views using <link
254+
linkend="sql-alterview"><command>ALTER VIEW</command></link>.
255255
</para>
256256
</listitem>
257257
</varlistentry>
@@ -278,7 +278,7 @@ ____________________________________________________________________________-->
278278
这个参数可以是<literal>local</literal>或者<literal>cascaded</literal>,并且它
279279
等效于指定
280280
<literal>WITH [ CASCADED | LOCAL ] CHECK OPTION</literal>(见下文)。
281-
可以使用<xref linkend="sql-alterview"/>在一个现有视图上修改这个选项。
281+
可以使用<link linkend="sql-alterview"><command>ALTER VIEW</command></link>在一个现有视图上修改这个选项。
282282
</para>
283283
</listitem>
284284
</varlistentry>
@@ -292,8 +292,7 @@ ____________________________________________________________________________-->
292292
</para>
293293
</listitem>
294294
</varlistentry>
295-
</variablelist>
296-
</para>
295+
</variablelist></para>
297296
</listitem>
298297
</varlistentry>
299298

@@ -305,14 +304,13 @@ ____________________________________________________________________________-->
305304
<listitem>
306305
<!--==========================orignal english content==========================
307306
<para>
308-
A <xref linkend="sql-select"/> or
309-
<xref linkend="sql-values"/> command
307+
A <link linkend="sql-select"><command>SELECT</command></link> or
308+
<link linkend="sql-values"><command>VALUES</command></link> command
310309
which will provide the columns and rows of the view.
311310
</para>
312311
____________________________________________________________________________-->
313312
<para>
314-
提供视图的行和列的一个<xref linkend="sql-select"/>或者
315-
<xref linkend="sql-values"/>命令。
313+
提供视图的行和列的一个<link linkend="sql-select"><command>SELECT</command></link> 或者 <link linkend="sql-values"><command>VALUES</command></link>命令。
316314
</para>
317315
</listitem>
318316
</varlistentry>
@@ -464,12 +462,12 @@ ____________________________________________________________________________-->
464462

465463
<!--==========================orignal english content==========================
466464
<para>
467-
Use the <xref linkend="sql-dropview"/>
465+
Use the <link linkend="sql-dropview"><command>DROP VIEW</command></link>
468466
statement to drop views.
469467
</para>
470468
____________________________________________________________________________-->
471469
<para>
472-
使用<xref linkend="sql-dropview"/>语句删除视图。
470+
使用<link linkend="sql-dropview"><command>DROP VIEW</command></link>语句删除视图。
473471
</para>
474472

475473
<!--==========================orignal english content==========================

0 commit comments

Comments
 (0)