Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit185ed03

Browse files
committed
Replaced &productname; with explicit PostgreSQL where it refers to prior releases
1 parent8269e4a commit185ed03

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

‎doc/src/sgml/catalogs.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4108,7 +4108,7 @@
41084108
</para>
41094109

41104110
<para>
4111-
Prior to <productname>&productname;</> 9.0, there was no permission structure
4111+
Prior to <productname>PostgreSQL</> 9.0, there was no permission structure
41124112
associated with large objects. As a result,
41134113
<structname>pg_largeobject</structname> was publicly readable and could be
41144114
used to obtain the OIDs (and contents) of all large objects in the system.

‎doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14446,7 +14446,7 @@ AND
1444614446

1444714447
<note>
1444814448
<para>
14449-
Prior to <productname>&productname;</productname> 8.2, the
14449+
Prior to <productname>PosgreSQL</productname> 8.2, the
1445014450
<literal>&lt;</>, <literal>&lt;=</>, <literal>&gt;</> and <literal>&gt;=</>
1445114451
cases were not handled per SQL specification. A comparison like
1445214452
<literal>ROW(a,b) &lt; ROW(c,d)</>

‎doc/src/sgml/hstore.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ key =&gt; NULL
209209

210210
<note>
211211
<para>
212-
Prior to&productname; 8.2, the containment operators <literal>@&gt;</>
212+
Prior toPostgreSQL 8.2, the containment operators <literal>@&gt;</>
213213
and <literal>&lt;@</> were called <literal>@</> and <literal>~</>,
214214
respectively. These names are still available, but are deprecated and will
215215
eventually be removed. Notice that the old names are reversed from the

‎doc/src/sgml/information_schema.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5855,7 +5855,7 @@ ORDER BY c.ordinal_position;
58555855

58565856
<note>
58575857
<para>
5858-
Prior to <productname>&productname;</> 9.1, this view's columns
5858+
Prior to <productname>PostgreSQL</> 9.1, this view's columns
58595859
<structfield>action_timing</structfield>,
58605860
<structfield>action_reference_old_table</structfield>,
58615861
<structfield>action_reference_new_table</structfield>,

‎doc/src/sgml/installation.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1579,7 +1579,7 @@ All of &productname; is successfully made. Ready to install.
15791579
The standard installation provides all the header files needed for client
15801580
application development as well as for server-side program
15811581
development, such as custom functions or data types written in C.
1582-
(Prior to <productname>&productname;</> 8.0, a separate <literal>make
1582+
(Prior to <productname>PostgreSQL</> 8.0, a separate <literal>make
15831583
install-all-headers</> command was needed for the latter, but this
15841584
step has been folded into the standard install.)
15851585
</para>

‎doc/src/sgml/mvcc.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ ERROR: could not serialize access due to concurrent update
536536

537537
<note>
538538
<para>
539-
Prior to <productname>&productname;</productname> version 9.1, a request
539+
Prior to <productname>PostgreSQL</productname> version 9.1, a request
540540
for the Serializable transaction isolation level provided exactly the
541541
same behavior described here. To retain the legacy Serializable
542542
behavior, Repeatable Read should now be requested.

‎doc/src/sgml/ref/create_index.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ Indexes:
616616
</para>
617617

618618
<para>
619-
Prior releases of <productname>&productname;</productname> also had an
619+
Prior releases of <productname>PostgreSQL</productname> also had an
620620
R-tree index method. This method has been removed because
621621
it had no significant advantages over the GiST method.
622622
If <literal>USING rtree</> is specified, <command>CREATE INDEX</>

‎doc/src/sgml/ref/explain.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ ROLLBACK;
105105
<para>
106106
Only the <literal>ANALYZE</literal> and <literal>VERBOSE</literal> options
107107
can be specified, and only in that order, without surrounding the option
108-
list in parentheses. Prior to <productname>&productname;</productname> 9.0,
108+
list in parentheses. Prior to <productname>PostgreSQL</productname> 9.0,
109109
the unparenthesized syntax was the only one supported. It is expected that
110110
all new options will be supported only in the parenthesized syntax.
111111
</para>

‎doc/src/sgml/runtime.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ psql: could not connect to server: No such file or directory
592592

593593
<note>
594594
<para>
595-
Prior to <productname>&productname;</> 9.3, the amount of System V shared
595+
Prior to <productname>PostgreSQL</> 9.3, the amount of System V shared
596596
memory required to start the server was much larger. If you are running
597597
an older version of the server, please consult the documentation for
598598
your server version.

‎doc/src/sgml/xindex.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ ALTER OPERATOR FAMILY integer_ops USING btree ADD
10941094

10951095
<note>
10961096
<para>
1097-
Prior to <productname>&productname;</productname> 8.3, there was no concept
1097+
Prior to <productname>PostgreSQL</productname> 8.3, there was no concept
10981098
of operator families, and so any cross-data-type operators intended to be
10991099
used with an index had to be bound directly into the index's operator
11001100
class. While this approach still works, it is deprecated because it

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp