File: community.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 (25 lines) | stat: -rw-r--r-- 960 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
---
layout: default
title: PostgreSQL JDBC Community
resource: ../media
nav: ../
---

{% include submenu_community.html %}

				<div id="pgContentWrap">
					<h1>Community</h1>
					<p>
						PostgreSQL is well supported by its active community. Current developments are chronicled
						in the <a href="http://www.postgresql.org/community/weeklynews" target="_blank">PostgreSQL Weekly News</a>
						and there are more than a dozen <a href="http://www.postgresql.org/community/lists" target="_blank">mailing lists</a>
						available, categorized into topics like administration, announcements,
						jobs, performance, and SQL.
					</p>

					<p>
						The PostgreSQL JDBC Driver is a subset of the PostgreSQL database active community that
						strives to create a compliant Java interface for users. Please see the mailing list
						link or development menu for additional information regarding the community.
					</p>
				</div> <!-- pgContentWrap -->