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

Commit18af793

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

File tree

9 files changed

+14
-13
lines changed

9 files changed

+14
-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: 4 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>
@@ -1991,7 +1991,8 @@ kill `cat /usr/local/pgsql/data/postmaster.pid`
19911991
<para>
19921992
<productname>PostgreSQL</> can be expected to work on these operating
19931993
systems: Linux (all recent distributions), Windows (Win2000 SP4 and later),
1994-
FreeBSD, OpenBSD, NetBSD, Mac OS X, AIX, HP/UX, Solaris, Tru64 Unix,
1994+
FreeBSD, OpenBSD, NetBSD, OS X, AIX, HP/UX, Solaris, Tru64 Unix,
1995+
FreeBSD, OpenBSD, NetBSD, OS X, AIX, HP/UX, Solaris,
19951996
and UnixWare. Other Unix-like systems may also work but are not currently
19961997
being tested. In most cases, all CPU architectures supported by
19971998
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
@@ -1907,7 +1907,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
19071907
Currently, the
19081908
<ulink url="https://en.wikipedia.org/wiki/DTrace">DTrace</ulink>
19091909
utility is supported, which, at the time of this writing, is available
1910-
on Solaris,MacOS X, FreeBSD, NetBSD, and Oracle Linux. The
1910+
on Solaris, OS X, FreeBSD, NetBSD, and Oracle Linux. The
19111911
<ulink url="http://sourceware.org/systemtap/">SystemTap</ulink> project
19121912
for Linux provides a DTrace equivalent and can also be used. Supporting other dynamic
19131913
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