summaryrefslogtreecommitdiff
path: root/templates/pages/docs/faq.html
blob: 966be2c856732fa8e08cb4626c7641ea5c849072 (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
50
51
52
{%extends "base/page.html"%}
{%block title%}FAQ{%endblock%}
{%block contents%}

<h1>Frequently Asked Questions <i class="fa fa-question-circle"></i></h1>

<h2>Press FAQ</h2>

<p>
  For a <a href="/about/press/faq/">high-level overview</a> of many questions we
  receive about PostgreSQL. please review our
  <a href="/about/press/faq/">press FAQ</a>.
</p>

<h2>General FAQ</h2>

<p>
  What platforms support PostgreSQL? How do I know what version of PostgreSQL
  I'm running? How do you even pronounce <em>PostgreSQL</em>?
</p>

<p>
  We've received many questions about PostgreSQL through the years and have
  put together a helpful
  <a href="https://wiki.postgresql.org/wiki/FAQ" target="_blank" rel="noopener">FAQ</a> page
  to help you out. You can read our FAQ here:
</p>

<p>
  <a href="https://wiki.postgresql.org/wiki/FAQ" target="_blank" rel="noopener">PostgreSQL FAQ</a>
</p>

<h2>PostgreSQL Development FAQ</h2>

<p>
  Interested in contributing code to PostgreSQL? Great! We've also put together
  a
  <a href="https://wiki.postgresql.org/wiki/Developer_FAQ" target="_blank" rel="noopener">FAQ</a>
  to help you get started developing code for PostgreSQL! You can read the
  development code here:
</p>

<p>
  <a href="https://wiki.postgresql.org/wiki/Developer_FAQ" target="_blank" rel="noopener">PostgreSQL Development FAQ</a>
</p>

<h2>Other FAQs</h2>
<p>
There are several more platform-specific and language-specific FAQs available on
<a href="https://wiki.postgresql.org/wiki/Category:FAQ">our wiki</a>.
</p>
{%endblock%}