Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
f18752da
Commit
f18752da
authored
20 years ago
by
Neil Conway
Browse files
Options
Downloads
Patches
Plain Diff
Document the "register" and "unregister" pg_ctl subcommands, for use on
Windows. Patch from Magnus Hagander.
parent
bb0aed59
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/ref/pg_ctl-ref.sgml
+63
-3
63 additions, 3 deletions
doc/src/sgml/ref/pg_ctl-ref.sgml
with
63 additions
and
3 deletions
doc/src/sgml/ref/pg_ctl-ref.sgml
+
63
−
3
View file @
f18752da
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.3
0
200
4/1
2/2
2
02:1
7:15 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.3
1
200
5/0
2/2
1
02:1
3:26 neilc
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -70,6 +70,19 @@ PostgreSQL documentation
...
@@ -70,6 +70,19 @@ PostgreSQL documentation
<arg choice="plain">kill</arg>
<arg choice="plain">kill</arg>
<arg><replaceable>signal_name</replaceable></arg>
<arg><replaceable>signal_name</replaceable></arg>
<arg><replaceable>process_id</replaceable></arg>
<arg><replaceable>process_id</replaceable></arg>
<sbr>
<command>pg_ctl</command>
<arg choice="plain">register</arg>
<arg>-N <replaceable>servicename</replaceable></arg>
<arg>-U <replaceable>username</replaceable></arg>
<arg>-P <replaceable>password</replaceable></arg>
<arg>-D <replaceable>datadir</replaceable></arg>
<arg>-w</arg>
<arg>-o <replaceable>options</replaceable></arg>
<sbr>
<command>pg_ctl</command>
<arg choice="plain">unregister</arg>
<arg>-N <replaceable>servicename</replaceable></arg>
</cmdsynopsis>
</cmdsynopsis>
</refsynopsisdiv>
</refsynopsisdiv>
...
@@ -143,6 +156,17 @@ PostgreSQL documentation
...
@@ -143,6 +156,17 @@ PostgreSQL documentation
which does not have a <application>kill</> command. Use
which does not have a <application>kill</> command. Use
<literal>--help</> to see a list of supported signal names.
<literal>--help</> to see a list of supported signal names.
</para>
</para>
<para>
<option>register</option> mode allows you to register a system service
on <productname>Microsoft Windows</>.
</para>
<para>
<option>unregister</option> mode allows you to unregister a system service
on <productname>Microsoft Windows</>, previously registered with the
<option>register</option> command.
</para>
</refsect1>
</refsect1>
<refsect1 id="app-pg-ctl-options">
<refsect1 id="app-pg-ctl-options">
...
@@ -253,8 +277,44 @@ PostgreSQL documentation
...
@@ -253,8 +277,44 @@ PostgreSQL documentation
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
</variablelist>
</variablelist>
</para>
</para>
</refsect1>
<refsect1 id="app-pg-ctl-svcoptions">
<title>Windows options</title>
<para>
<variablelist>
<varlistentry>
<term><option>-N <replaceable class="parameter">servicename</replaceable></option></term>
<listitem>
<para>
Name of the system service to register. The name will be used
as both the service name and the display name.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-P <replaceable class="parameter">password</replaceable></option></term>
<listitem>
<para>
Password for the user to start the service.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-U <replaceable class="parameter">username</replaceable></option></term>
<listitem>
<para>
Username for the user to start the service. For domain users, use the
format <literal>DOMAIN\username</literal>.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
</refsect1>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment