blob: f30d2cee990cc3c89d432d970e484c6697a43b70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
<refentry id="SQL-UNPAUSECLUSTER">
<indexterm zone="sql-pausecluster">
<primary>UNPAUSE CLUSTER</primary>
</indexterm>
<refmeta>
<refentrytitle>UNPAUSE CLUSTER</refentrytitle>
<manvolnum>7</manvolnum>
<refmiscinfo>SQL - Language Statements</refmiscinfo>
</refmeta>
<refnamediv>
<refname>UNPAUSE CLUSTER</refname>
<refpurpose>unpause the <productname>Postgres-XL</productname> cluster</refpurpose>
</refnamediv>
<refsynopsisdiv>
<synopsis>
UNPAUSE CLUSTER
</synopsis>
</refsynopsisdiv>
<refsect1>
<title>Description</title>
<para>
<command>UNPAUSE CLUSTER </command> is a SQL command specific
to <productname>Postgres-XL</productname> that unpauses
cluster operation.
</para>
<para>
If the DBA previously paused the cluster via the command <xref linkend="sql-pausecluster">, the DBA can resume operation vi <command>UNPAUSE CLUSTER</command>.
</para>
</refsect1>
<refsect1>
<title>Compatibility</title>
<para>
<command>UNPAUSE CLUSTER</command> does not conform to the <acronym>
SQL</acronym> standards, it is a Postgres-XL specific command.
</para>
</refsect1>
</refentry>
|