File: mailinglist.html

package info (click to toggle)
libpgjava 42.2.5-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,136 kB
  • sloc: java: 57,821; xml: 1,135; sh: 307; perl: 99; makefile: 7
file content (89 lines) | stat: -rw-r--r-- 3,433 bytes parent folder | download
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
---
layout: default
title: PostgreSQL JDBC Mailing List
resource: ../media
nav: ../
---

{% include submenu_community.html %}

				<div id="pgContentWrap">
					<h1>Mailing Lists</h1>
					<hr />
					<div>
						<div>
							<ul>
								<li><a href="#before">Before Mailing Anyone</a></li>
								<li><a href="#general">General List - pgsql-jdbc@postgresql.org</a></li>
								<li><a href="#commits">Commit Messages - jdbc-commits@pgfoundry.org</a></li>
							</ul>
						</div>
					</div>
					<hr />

					<a name="before"></a>
					<h2 class="underlined_10">Before Mailing Anyone</h2>
					<div>
						<p>
							Before posting a question or problem to the mailing list, please
							first look at the following resources:
						</p>
						<ul>
							<li><a href="../documentation/faq.html">FAQ</a></li>
							<li><a href="../documentation/documentation.html">Documentation</a></li>
							<li>
								Mailing list <a href="http://archives.postgresql.org/pgsql-jdbc" target="_blank">archives</a>,
								(Google interface to <a href="http://groups.google.com/group/pgsql.interfaces.jdbc" target="_blank">newer messages</a>.)
							</li>
							<li>
								Consider upgrading your JDBC driver to the latest version. It
								should be backwards compatible and may fix your problem.
							</li>
						</ul>
					</div>
					<hr />

					<a name="general"></a>
					<h2 class="underlined_10">General List - pgsql-jdbc@postgresql.org</h2>
					<div>
						<p>
							This mailing list is for all PostgreSQL Java/JDBC related discussions.
							This is the place for bug reports, feature requests, help with
							problem solving, and pretty much anything involving Java and
							PostgreSQL.  Messages from people who are not subscribed to the list
							will be held for moderator approval in an effort to cut down on spam.
							Archives and subscription information is available on the main
							<a href="http://archives.postgresql.org/pgsql-jdbc/" target="_blank">PostgreSQL site</a>.
						</p>
						<p>
							When asking for help or reporting a problem please try to include
							as much information as possible.  Good things to note are:
						</p>
						<ul>
							<li>JDBC driver build number</li>
							<li>Server version</li>
							<li>Exact error message and stacktrace</li>
							<li>What you were doing, ideally in code form</li>
						</ul>
					</div>
					<hr />
	
					<a name="commits"></a>
					<h2 class="underlined_10">Commit Messages - jdbc-commits@pgfoundry.org</h2>
					<div>
						<p>
							This mailing list is for people interested in carefully monitoring
							the development process.  The mailing list was active until the code
							base was transferred to GitHub in late 2012. Every commit to this earlier
							CVS repository sent out an email with the log message and links to diffs.
							So the archive of this list, <a href="http://lists.pgfoundry.org/mailman/listinfo/jdbc-commits" target="_blank">pgfoundry site</a>,
							holds the history of activity with the driver prior to 2013.
						</p>
						<p>
							Currently activity on commits is best observed directly from the git
							repository hosted with <a href="https://github.com/pgjdbc/pgjdbc" target="_blank">GitHub</a>.
							The console tool, gitk, available with a git installation is an excellent
							GUI tool to observe commits.
						</p>
					</div>
				</div> <!-- pgContentWrap -->