File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4108
4108
</para>
4109
4109
4110
4110
<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
4112
4112
associated with large objects. As a result,
4113
4113
<structname>pg_largeobject</structname> was publicly readable and could be
4114
4114
used to obtain the OIDs (and contents) of all large objects in the system.
Original file line number Diff line number Diff line change @@ -14446,7 +14446,7 @@ AND
14446
14446
14447
14447
<note>
14448
14448
<para>
14449
- Prior to <productname>&productname; </productname> 8.2, the
14449
+ Prior to <productname>PosgreSQL </productname> 8.2, the
14450
14450
<literal><</>, <literal><=</>, <literal>></> and <literal>>=</>
14451
14451
cases were not handled per SQL specification. A comparison like
14452
14452
<literal>ROW(a,b) < ROW(c,d)</>
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ key => NULL
209
209
210
210
<note>
211
211
<para>
212
- Prior to &productname; 8.2, the containment operators <literal>@></>
212
+ Prior to PostgreSQL 8.2, the containment operators <literal>@></>
213
213
and <literal><@</> were called <literal>@</> and <literal>~</>,
214
214
respectively. These names are still available, but are deprecated and will
215
215
eventually be removed. Notice that the old names are reversed from the
Original file line number Diff line number Diff line change @@ -5855,7 +5855,7 @@ ORDER BY c.ordinal_position;
5855
5855
5856
5856
<note>
5857
5857
<para>
5858
- Prior to <productname>&productname; </> 9.1, this view's columns
5858
+ Prior to <productname>PostgreSQL </> 9.1, this view's columns
5859
5859
<structfield>action_timing</structfield>,
5860
5860
<structfield>action_reference_old_table</structfield>,
5861
5861
<structfield>action_reference_new_table</structfield>,
Original file line number Diff line number Diff line change @@ -1579,7 +1579,7 @@ All of &productname; is successfully made. Ready to install.
1579
1579
The standard installation provides all the header files needed for client
1580
1580
application development as well as for server-side program
1581
1581
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
1583
1583
install-all-headers</> command was needed for the latter, but this
1584
1584
step has been folded into the standard install.)
1585
1585
</para>
Original file line number Diff line number Diff line change @@ -536,7 +536,7 @@ ERROR: could not serialize access due to concurrent update
536
536
537
537
<note>
538
538
<para>
539
- Prior to <productname>&productname; </productname> version 9.1, a request
539
+ Prior to <productname>PostgreSQL </productname> version 9.1, a request
540
540
for the Serializable transaction isolation level provided exactly the
541
541
same behavior described here. To retain the legacy Serializable
542
542
behavior, Repeatable Read should now be requested.
Original file line number Diff line number Diff line change @@ -616,7 +616,7 @@ Indexes:
616
616
</para>
617
617
618
618
<para>
619
- Prior releases of <productname>&productname; </productname> also had an
619
+ Prior releases of <productname>PostgreSQL </productname> also had an
620
620
R-tree index method. This method has been removed because
621
621
it had no significant advantages over the GiST method.
622
622
If <literal>USING rtree</> is specified, <command>CREATE INDEX</>
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ ROLLBACK;
105
105
<para>
106
106
Only the <literal>ANALYZE</literal> and <literal>VERBOSE</literal> options
107
107
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,
109
109
the unparenthesized syntax was the only one supported. It is expected that
110
110
all new options will be supported only in the parenthesized syntax.
111
111
</para>
Original file line number Diff line number Diff line change @@ -592,7 +592,7 @@ psql: could not connect to server: No such file or directory
592
592
593
593
<note>
594
594
<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
596
596
memory required to start the server was much larger. If you are running
597
597
an older version of the server, please consult the documentation for
598
598
your server version.
Original file line number Diff line number Diff line change @@ -1094,7 +1094,7 @@ ALTER OPERATOR FAMILY integer_ops USING btree ADD
1094
1094
1095
1095
<note>
1096
1096
<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
1098
1098
of operator families, and so any cross-data-type operators intended to be
1099
1099
used with an index had to be bound directly into the index's operator
1100
1100
class. While this approach still works, it is deprecated because it
You can’t perform that action at this time.
0 commit comments