-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmailinglist.html
executable file
·91 lines (75 loc) · 1.9 KB
/
mailinglist.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/htmol4/strict.dtd">
<!--
==== Postgres-XC mailing list page ===
-->
<html lang="en">
<head>
<title>Postgres_XC Mailing List</title>
<meta http-equiv="Content-Type" content="text/html";charset=UTF-8>
<meta name="author" content="koichi-szk">
<meta name="description" content="Postgres-XC project home">
<meta name="keywords" content="PostgreSQL cluster scalability multi-master">
<base href="."/>
<link rel="stylesheet" type="text/css" href="pgcx_1.css">
</head>
<body bgcolor=#FFFFFF>
<h2>
Postgres-XC Maling Lists
</h2>
<p>
Postgres-XC has the following mailing lists for your help.
To join the list, please clock appropriate link.
</p>
<!-- announce -->
<h4>
<a href="https://lists.sourceforge.net/lists/listinfo/postgres-xc-announce"
target="_blank">
postgres-xc-announce
</a>
</h4>
<p class="inner">
Announces releases, notices and other related events.
</p>
<!-- bgs -->
<h4>
<a href="https://lists.sourceforge.net/lists/listinfo/postgres-xc-bugs"
target="_blank">
postgres-xc-bugs
</a>
</h4>
<p class="inner">
Used to report Postgres-XC bugs.
</p>
<!-- commtters -->
<h4>
<a href="https://lists.sourceforge.net/lists/listinfo/postgres-xc-committers"
target="_blank">
postgres-xc-committers
</a>
</h4>
<p class="inner">
Used to announce commits to the source code repository.
</p>
<!-- developers -->
<h4>
<a href="https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers"
target="_blank">
postgres-xc-developers
</a>
</h4>
<p class="inner">
For the discussion of Postgres-XC internals and related issues.
</p>
<!-- general -->
<h4>
<a href="https://lists.sourceforge.net/lists/listinfo/postgres-xc-general"
target="_blank">
postgres-xc-general
</a>
</h4>
<p class="inner">
Any other business.
</p>
</body>
</html>