-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreference.html
34 lines (30 loc) · 1019 Bytes
/
reference.html
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
<!DOCTYPE HTML PUBLIC "-//W3C/DTD HTML4.01//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<!--
==== Postgres-XC Project Page Home =========
Just frames and their layout
-->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html";charset=UTF-8>
<meta name="author" content="koichi-szk">
<meta name="description" content="Postgres-X2 project home">
<meta name="keywords" content="PostgreSQL cluster scale-out multi-master sharding">
<link rel="stylesheet" type="text/css" href="pgx2_1.css">
<title>Postgres-X2 Reference Document Page</title>
</head>
<!-- ---- Main Body -->
<h1 class="sub">Postgres-X2 Reference Document</h2>
<p class="sub">
This page contains reference manual links to various Postgres-X2 releases.
</p>
<a href="reference/1.2/html/index.html">
<h3>Release 1.2</h3>
</a>
<a href="reference/1.1/html/index.html">
<h3>Release 1.1</h3>
</a>
<a href="reference/1.0/html/index.html">
<h3>Release 1.0</h3>
</a>
</html>