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

Commit220bb39

Browse files
committed
doc: Reflect renaming of Mac OS X to OS X
bug #10528
1 parent57b1085 commit220bb39

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

‎contrib/start-scripts/osx/PostgreSQL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# PostgreSQL RDBMS Server
55
##
66

7-
# PostgreSQL boot time startup script forDarwin/MacOS X. To install, change
7+
# PostgreSQL boot time startup script for OS X. To install, change
88
# the "prefix", "PGDATA", "PGUSER", and "PGLOG" variables below as
99
# necessary. Next, create a new directory, "/Library/StartupItems/PostgreSQL".
1010
# Then copy this script and the accompanying "StartupParameters.plist" file

‎doc/src/sgml/client-auth.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@ omicron bryanh guest1
12151215
socket parameter, or similar mechanisms. Currently that includes
12161216
<systemitem class="osname">Linux</>,
12171217
most flavors of <systemitem class="osname">BSD</> including
1218-
<systemitem class="osname">MacOS X</>,
1218+
<systemitem class="osname">OS X</>,
12191219
and <systemitem class="osname">Solaris</systemitem>.
12201220
</para>
12211221

‎doc/src/sgml/dfunc.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ cc -shared -o foo.so foo.o
127127

128128
<varlistentry>
129129
<term>
130-
<systemitem class="osname">MacOS X</>
131-
<indexterm><primary>MacOS X</><secondary>shared library</></>
130+
<systemitem class="osname">OS X</>
131+
<indexterm><primary>OS X</><secondary>shared library</></>
132132
</term>
133133
<listitem>
134134
<para>

‎doc/src/sgml/docguide.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ apt-get install docbook docbook-dsssl docbook-xsl openjade1.3 opensp xsltproc
279279
</sect2>
280280

281281
<sect2>
282-
<title>MacOS X</title>
282+
<title>OS X</title>
283283

284284
<para>
285285
If you use MacPorts, the following will get you set up:

‎doc/src/sgml/installation.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ su - postgres
864864
<listitem>
865865
<para>
866866
Build with Bonjour support. This requires Bonjour support
867-
in your operating system. Recommended onMacOS X.
867+
in your operating system. Recommended on OS X.
868868
</para>
869869
</listitem>
870870
</varlistentry>
@@ -890,7 +890,7 @@ su - postgres
890890
<para>
891891
<option>e2fs</> to use the UUID library created by
892892
the <literal>e2fsprogs</> project; this library is present in most
893-
Linux systems and inMacOS X, and can be obtained for other
893+
Linux systems and in OS X, and can be obtained for other
894894
platforms as well
895895
</para>
896896
</listitem>
@@ -1990,7 +1990,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid`
19901990
<para>
19911991
<productname>PostgreSQL</> can be expected to work on these operating
19921992
systems: Linux (all recent distributions), Windows (Win2000 SP4 and later),
1993-
FreeBSD, OpenBSD, NetBSD,MacOS X, AIX, HP/UX, Solaris,
1993+
FreeBSD, OpenBSD, NetBSD, OS X, AIX, HP/UX, Solaris,
19941994
and UnixWare. Other Unix-like systems may also work but are not currently
19951995
being tested. In most cases, all CPU architectures supported by
19961996
a given operating system will work. Look in

‎doc/src/sgml/monitoring.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1923,7 +1923,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
19231923
Currently, the
19241924
<ulink url="https://en.wikipedia.org/wiki/DTrace">DTrace</ulink>
19251925
utility is supported, which, at the time of this writing, is available
1926-
on Solaris,MacOS X, FreeBSD, NetBSD, and Oracle Linux. The
1926+
on Solaris, OS X, FreeBSD, NetBSD, and Oracle Linux. The
19271927
<ulink url="http://sourceware.org/systemtap/">SystemTap</ulink> project
19281928
for Linux provides a DTrace equivalent and can also be used. Supporting other dynamic
19291929
tracing utilities is theoretically possible by changing the definitions for

‎doc/src/sgml/runtime.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -925,8 +925,8 @@ option SEMMAP=256
925925

926926

927927
<varlistentry>
928-
<term><systemitem class="osname">MacOS X</>
929-
<indexterm><primary>MacOS X</><secondary>IPC configuration</></>
928+
<term><systemitem class="osname">OS X</>
929+
<indexterm><primary>OS X</><secondary>IPC configuration</></>
930930
</term>
931931
<listitem>
932932
<para>

‎doc/src/sgml/uuid-ossp.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ SELECT uuid_generate_v3(uuid_ns_url(), 'http://www.postgresql.org');
169169
platforms. <filename>uuid-ossp</> can now be built without the OSSP
170170
library on some platforms. On FreeBSD, NetBSD, and some other BSD-derived
171171
platforms, suitable UUID creation functions are included in the
172-
core <filename>libc</> library. On Linux,MacOS X, and some other
172+
core <filename>libc</> library. On Linux, OS X, and some other
173173
platforms, suitable functions are provided in the <filename>libuuid</>
174174
library, which originally came from the <literal>e2fsprogs</> project
175175
(though on modern Linux it is considered part

‎doc/src/sgml/wal.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115

116116
<listitem>
117117
<para>
118-
On <productname>MacOS X</productname>, write caching can be prevented by
118+
On <productname>OS X</productname>, write caching can be prevented by
119119
setting <varname>wal_sync_method</> to <literal>fsync_writethrough</>.
120120
</para>
121121
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp