-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
191 lines (167 loc) · 5.99 KB
/
404.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-19287248-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-19287248-2');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Python adapter for PostgreSQL" />
<meta name="keywords" content="python, postgresql, adapter, driver, psycopg, psycopg2, database" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/syntax.css?h=8242465b">
<link rel="stylesheet" href="/css/psycopg.css?h=a6123e9d">
<title>404 Not Found — Psycopg</title>
</head>
<body>
<header>
<div id="logoContainer" class="container">
<div id="logo"><h1><a href="/">psycopg</a></h1></div>
<div style="clear: left"></div>
</div>
<nav id="menu" class="navbar navbar-expand-sm navbar-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/features/">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/install/">Install</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/articles/tag/news/">News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/articles/tag/recipe/">Recipes</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/psycopg3/">psycopg3</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/sponsors/">Sponsors</a>
</li>
</ul>
</div>
</nav>
</header>
<div id="site" class="container" style="margin-top:30px">
<div class="row">
<div id="content" class="col-sm-8 sidebar">
<h1>404 Not Found</h1>
<p>Oops... we didn't find the thing you were looking for.</p>
<p>Please use the top and side links to reach the resource you are looking for.</p>
<p>If you think it was our fault that you ended up here please <a class="reference external" href="https://github.com/psycopg/psycopg-website/issues">let us know</a>,
thank you!</p>
</div>
<div id="sidebar" class="col-sm-4">
<div>
<iframe src="https://github.com/sponsors/dvarrazzo/button"
title="Sponsor the project" style="border: 0"
width="116" height="35">
</iframe>
</div>
<div class="dashed-top">
<h3>Psycopg 3</h3>
<ul class="fa-ul links">
<li>
<a href="/psycopg3/">
<i class="fa-li fa-lg fa fa-cogs" aria-hidden="true"></i>
The Project</a>
</li>
<li>
<a href="/psycopg3/docs/">
<i class="fa-li fa-lg fa fa-book" aria-hidden="true"></i>
Documentation</a>
</li>
<li>
<a href="https://github.com/psycopg/psycopg3/">
<i class="fa-li fa-lg fa fa-github" aria-hidden="true"></i>
Source code</a>
</li>
<li>
<a href="https://github.com/psycopg/psycopg3/issues">
<i class="fa-li fa-lg fa fa-bug" aria-hidden="true"></i>
Bug tracker</a>
</li>
</ul>
</div>
<div class="dashed-top">
<h3>Psycopg 2</h3>
<ul class="fa-ul links">
<li>
<a href="/docs/">
<i class="fa-li fa-lg fa fa-book" aria-hidden="true"></i>
Documentation</a>
</li>
<li>
<a href="https://github.com/psycopg/psycopg2/">
<i class="fa-li fa-lg fa fa-github" aria-hidden="true"></i>
Source code</a>
</li>
<li>
<a href="https://github.com/psycopg/psycopg2/issues">
<i class="fa-li fa-lg fa fa-bug" aria-hidden="true"></i>
Bug tracker</a>
</li>
</ul>
</div>
<div class="dashed-top">
<h3>Mailing List</h3>
<ul class="fa-ul links">
<li>
<a href="https://lists.postgresql.org/">
<i class="fa-li fa-lg fa fa-pencil" aria-hidden="true"></i>
Subscribe</a>
</li>
<li>
<a href="https://www.postgresql.org/list/psycopg/">
<i class="fa-li fa-lg fa fa-envelope-o" aria-hidden="true"></i>
Archives</a>
</li>
</ul>
</div>
<div class="dashed-top">
<h3>Articles archive</h3>
<ul class="links">
<li><a href="/articles/2024/">2024</a></li>
<li><a href="/articles/2022/">2022</a></li>
<li><a href="/articles/2021/">2021</a></li>
<li><a href="/articles/2020/">2020</a></li>
<li><a href="/articles/2019/">2019</a></li>
<li><a href="/articles/2018/">2018</a></li>
<li><a href="/articles/2017/">2017</a></li>
<li><a href="/articles/2016/">2016</a></li>
<li><a href="/articles/2015/">2015</a></li>
<li><a href="/articles/2014/">2014</a></li>
<li><a href="/articles/2013/">2013</a></li>
<li><a href="/articles/2012/">2012</a></li>
<li><a href="/articles/2011/">2011</a></li>
<li><a href="/articles/2010/">2010</a></li>
</ul>
</div>
</div>
</div>
<a style="display:none" rel="me" href="https://fosstodon.org/@psycopg">Mastodon</a>
</div>
<footer>
<div style="margin-bottom:0">
<p>© Copyright 2010—2023 by Daniele Varrazzo (at gmail), The Psycopg Team.</p>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
</body>
</html>