File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ SELECT * FROM myview;
8181 </para>
8282____________________________________________________________________________-->
8383 <para>
84- 回想一下<xref linkend="tutorial-join"/>中的查询。假设天气记录和城市为止的组合列表对我们的应用有用 ,但我们又不想每次需要使用它时都敲入整个查询。我们可以在该查询上创建一个<firstterm>视图</firstterm>,这会给该查询一个名字,我们可以像使用一个普通表一样来使用它:
84+ 回想一下<xref linkend="tutorial-join"/>中的查询。假设天气记录和城市位置的组合列表对我们的应用有用 ,但我们又不想每次需要使用它时都敲入整个查询。我们可以在该查询上创建一个<firstterm>视图</firstterm>,这会给该查询一个名字,我们可以像使用一个普通表一样来使用它:
8585
8686<programlisting>
8787CREATE VIEW myview AS
Original file line number Diff line number Diff line change @@ -474,8 +474,7 @@ ____________________________________________________________________________-->
474474 </para>
475475____________________________________________________________________________-->
476476 <para>
477- <productname>PostgreSQL</productname>支持一个强大的 supports a powerful
478- <firstterm>规则系统</firstterm>用于支持<firstterm>视图</firstterm>说明和模糊不清的<firstterm>视图更新</firstterm>。本来<productname>PostgreSQL</productname>规则系统由两种实现组成:
477+ <productname>PostgreSQL</productname>支持一个强大的 <firstterm>规则系统</firstterm>用于支持<firstterm>视图</firstterm>说明和模糊不清的<firstterm>视图更新</firstterm>。本来<productname>PostgreSQL</productname>规则系统由两种实现组成:
479478
480479 <itemizedlist>
481480 <listitem>
You can’t perform that action at this time.
0 commit comments