The code to unlink dropped relations in FinishPreparedTransaction() was
[PostgreSQL.git] / doc / src / sgml / ref / postmaster.sgml
blob8ccbefb200f798a59441325831d27f73f0517ff6
1 <!--
2 $PostgreSQL$
3 PostgreSQL documentation
4 -->
6 <refentry id="app-postmaster">
7 <refmeta>
8 <refentrytitle id="APP-POSTMASTER-TITLE"><application>postmaster</application></refentrytitle>
9 <manvolnum>1</manvolnum>
10 <refmiscinfo>Application</refmiscinfo>
11 </refmeta>
13 <refnamediv>
14 <refname id="postmaster-ref">postmaster</refname>
15 <refpurpose><productname>PostgreSQL</productname> database server</refpurpose>
16 </refnamediv>
18 <indexterm zone="app-postmaster">
19 <primary>postmaster</primary>
20 </indexterm>
22 <refsynopsisdiv>
23 <cmdsynopsis>
24 <command>postmaster</command>
25 <arg rep="repeat"><replaceable>option</></arg>
26 </cmdsynopsis>
27 </refsynopsisdiv>
29 <refsect1>
30 <title>Description</title>
32 <para>
33 <command>postmaster</command> is a deprecated alias of <command>postgres</command>.
34 </para>
35 </refsect1>
37 <refsect1>
38 <title>See Also</title>
40 <para>
41 <xref linkend="app-postgres">
42 </para>
43 </refsect1>
44 </refentry>