Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
a420b76c
Commit
a420b76c
authored
Nov 27, 2004
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correctly name the Windows operating systems
parent
49cbef79
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
30 additions
and
27 deletions
+30
-27
doc/src/sgml/libpq.sgml
doc/src/sgml/libpq.sgml
+2
-2
doc/src/sgml/ref/copy.sgml
doc/src/sgml/ref/copy.sgml
+2
-2
doc/src/sgml/ref/pg_ctl-ref.sgml
doc/src/sgml/ref/pg_ctl-ref.sgml
+2
-2
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+22
-19
doc/src/sgml/runtime.sgml
doc/src/sgml/runtime.sgml
+2
-2
No files found.
doc/src/sgml/libpq.sgml
View file @
a420b76c
<!--
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.16
8 2004/11/15 06:32:13 neilc
Exp $
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.16
9 2004/11/27 21:56:04 petere
Exp $
-->
<chapter id="libpq">
...
...
@@ -137,7 +137,7 @@ PGconn *PQconnectdb(const char *conninfo);
that is not the name of the machine at <literal>hostaddr</>.) Also,
<literal>host</> rather than <literal>hostaddr</> is used to identify
the connection in <filename>$HOME/.pgpass</> (or
<filename>%USERPROFILE%\.pgpass</> on
Win32
).
<filename>%USERPROFILE%\.pgpass</> on
Microsoft Windows
).
</para>
<para>
Without either a host name or host address,
...
...
doc/src/sgml/ref/copy.sgml
View file @
a420b76c
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.
59 2004/11/17 02:50:06 neilc
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.
60 2004/11/27 21:56:05 petere
Exp $
PostgreSQL documentation
-->
...
...
@@ -446,7 +446,7 @@ COPY <replaceable class="parameter">tablename</replaceable> [ ( <replaceable cla
<para>
<command>COPY TO</command> will terminate each row with a Unix-style
newline (<quote><literal>\n</></>). Servers running on M
S
Windows instead
newline (<quote><literal>\n</></>). Servers running on M
icrosoft
Windows instead
output carriage return/newline (<quote><literal>\r\n</></>), but only for
<command>COPY</> to a server file; for consistency across platforms,
<command>COPY TO STDOUT</> always sends <quote><literal>\n</></>
...
...
doc/src/sgml/ref/pg_ctl-ref.sgml
View file @
a420b76c
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.2
8 2004/06/04 04:05:36 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.2
9 2004/11/27 21:56:05 petere
Exp $
PostgreSQL documentation
-->
...
...
@@ -139,7 +139,7 @@ PostgreSQL documentation
<para>
<option>kill</option> mode allows you to send a signal to a specified
process. This is particularly valuable for <productname>M
S
Windows</>
process. This is particularly valuable for <productname>M
icrosoft
Windows</>
which does not have a <application>kill</> command. Use
<literal>--help</> to see a list of supported signal names.
</para>
...
...
doc/src/sgml/release.sgml
View file @
a420b76c
<!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.31
3 2004/11/27 21:27:06
petere Exp $
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.31
4 2004/11/27 21:56:04
petere Exp $
-->
<appendix id="release">
...
...
@@ -22,7 +22,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.313 2004/11/27 21:27:06 petere
<variablelist>
<varlistentry>
<term>
Win32
Native Server
Microsoft Windows
Native Server
</term>
<listitem>
...
...
@@ -31,10 +31,10 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.313 2004/11/27 21:27:06 petere
to natively run on <productname>Microsoft Windows</> as a
server. It can run as a <productname>Windows</> service. This
release supports NT-based Windows releases like
<productname>Win
2000</>, <productname>XP</>,
<productname>Win2003</>. Older releases like
<productname>Windows 95</>, <productname>98</>, and
<productname>ME</> are not supported because these operating
<productname>Win
dows 2000</>, <productname>Windows XP</>, and
<productname>Win
dows
2003</>. Older releases like
<productname>Windows 95</>, <productname>
Windows
98</>, and
<productname>
Windows
ME</> are not supported because these operating
systems do not have the infrastructure to support
<productname>PostgreSQL</productname>. A separate installer
project has been created to ease installation on
...
...
@@ -42,6 +42,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.313 2004/11/27 21:27:06 petere
url="http://pgfoundry.org/projects/pginstaller">
http://pgfoundry.org/projects/pginstaller</ulink>.
</para>
<para>
Although tested throughout our release cycle, the Windows port
does not have the benefit of years of use in production
...
...
@@ -49,10 +50,12 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.313 2004/11/27 21:27:06 petere
Unix platforms and therefore should be treated with the same
level of caution as you would a new product.
</para>
<para> Previous releases required the Unix emulation toolkit
<productname>Cygwin</> for Win32 server support.
<productname>PostgreSQL</productname> has always supported
clients on Win32.
<para>
Previous releases required the Unix emulation toolkit
<productname>Cygwin</> in order to run the server on Windows
operating systems. <productname>PostgreSQL</productname> has
always supported clients on Windows.
</para>
</listitem>
</varlistentry>
...
...
@@ -740,7 +743,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.313 2004/11/27 21:27:06 petere
</para>
<para>
Listening on localhost (<literal>127.0.0.1</>) opens no new
security holes but allows configurations like Win
32
and JDBC,
security holes but allows configurations like Win
dows
and JDBC,
which do not support local sockets, to work without special
adjustments.
</para>
...
...
@@ -1272,10 +1275,10 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.313 2004/11/27 21:27:06 petere
<listitem>
<para>
New <application>pg_ctl</> <option>kill</> option for Win
32
(Andrew)
New <application>pg_ctl</> <option>kill</> option for Win
dows
(Andrew)
</para>
<para>
Win
32
does not have a <literal>kill</> command to send signals to
Win
dows
does not have a <literal>kill</> command to send signals to
backends so this capability was added to <application>pg_ctl</>.
</para>
</listitem>
...
...
@@ -1303,8 +1306,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.313 2004/11/27 21:27:06 petere
<listitem>
<para>
Add
Win32 service <option>register</> command
to
<application>pg_ctl</>
(Dave Page)
Add
<option>register</> command to <application>pg_ctl</>
to
register Windows operating system service
(Dave Page)
</para>
</listitem>
...
...
@@ -1976,13 +1979,13 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.313 2004/11/27 21:27:06 petere
<listitem>
<para>
Allow the database server to run natively on Win
32
(Claudio, Magnus, Andrew)
Allow the database server to run natively on Win
dows
(Claudio, Magnus, Andrew)
</para>
</listitem>
<listitem>
<para>
Shell script commands converted to C versions for Win
32
support (Andrew)
Shell script commands converted to C versions for Win
dows
support (Andrew)
</para>
</listitem>
...
...
@@ -2197,7 +2200,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.313 2004/11/27 21:27:06 petere
<listitem>
<para>
New <application>pgevent</> for Win
32
logging
New <application>pgevent</> for Win
dows
logging
</para>
</listitem>
...
...
@@ -2266,7 +2269,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.313 2004/11/27 21:27:06 petere
<listitem>
<para>
Allow /contrib/pg_autovacuum to run as a Win
32
service (Dave Page)
Allow /contrib/pg_autovacuum to run as a Win
dows
service (Dave Page)
</para>
</listitem>
...
...
doc/src/sgml/runtime.sgml
View file @
a420b76c
<!--
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.29
3 2004/11/16 05:33:14 neilc
Exp $
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.29
4 2004/11/27 21:56:04 petere
Exp $
-->
<Chapter Id="runtime">
...
...
@@ -1626,7 +1626,7 @@ SET ENABLE_SEQSCAN TO OFF;
it succeeds. Examples:
<programlisting>
archive_command = 'cp "%p" /mnt/server/archivedir/"%f"'
archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Win
32
archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Win
dows
</programlisting>
</para>
</listitem>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment