1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-22 17:42:17 +03:00
Files
postgres/doc/src/sgml/ref/postmaster.sgml
Peter Eisentraut 7e39b968f1 doc: Remove unused ids
Some reference pages contained id attributes on refname elements.
These were apparently copied around from ancient times, but they don't
serve a purpose.  FOP issues minor warnings about them.  So it's
easiest to just remove them.
2020-03-07 14:04:09 +01:00

45 lines
931 B
Plaintext

<!--
doc/src/sgml/ref/postmaster.sgml
PostgreSQL documentation
-->
<refentry id="app-postmaster">
<indexterm zone="app-postmaster">
<primary>postmaster</primary>
</indexterm>
<refmeta>
<refentrytitle><application>postmaster</application></refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo>Application</refmiscinfo>
</refmeta>
<refnamediv>
<refname>postmaster</refname>
<refpurpose><productname>PostgreSQL</productname> database server</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>postmaster</command>
<arg rep="repeat"><replaceable>option</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>Description</title>
<para>
<command>postmaster</command> is a deprecated alias of <command>postgres</command>.
</para>
</refsect1>
<refsect1>
<title>See Also</title>
<para>
<xref linkend="app-postgres"/>
</para>
</refsect1>
</refentry>