Skip to content

Commit

Permalink
Deploying to master from @ psycopg/psycopg-website@1d5551d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed Jun 29, 2024
1 parent 152d343 commit 9d0207f
Show file tree
Hide file tree
Showing 46 changed files with 144 additions and 153 deletions.
6 changes: 3 additions & 3 deletions psycopg3/docs/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" />

<meta name="generator" content="sphinx-5.3.0, furo 2022.06.21"/>
<title>Psycopg documentation build - psycopg 3.2.0.dev1 documentation</title>
<title>Psycopg documentation build - psycopg 3.2.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?digest=40978830699223671f4072448e654b5958f38b89" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?digest=30d1aed668e5c3a91c3e3bf6a60b675221979f0e" />
Expand Down Expand Up @@ -134,7 +134,7 @@
</label>
</div>
<div class="header-center">
<a href="index.html"><div class="brand">psycopg 3.2.0.dev1 documentation</div></a>
<a href="index.html"><div class="brand">psycopg 3.2.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -161,7 +161,7 @@
<img class="sidebar-logo only-dark" src="_static/psycopg.svg" alt="Dark Logo"/>
</div>

<span class="sidebar-brand-text">psycopg 3.2.0.dev1 documentation</span>
<span class="sidebar-brand-text">psycopg 3.2.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder=Search name="q" aria-label="Search">
Expand Down
13 changes: 5 additions & 8 deletions psycopg3/docs/_sources/news.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
``psycopg`` release notes
=========================

Future releases
Current release
---------------

Psycopg 3.2 (unreleased)
^^^^^^^^^^^^^^^^^^^^^^^^
Psycopg 3.2
^^^^^^^^^^^

- Add support for integer, floating point, boolean `NumPy scalar types`__
(:ticket:`#332`).
Expand Down Expand Up @@ -51,8 +51,8 @@ Psycopg 3.2 (unreleased)
.. __: https://numpy.org/doc/stable/reference/arrays.scalars.html#built-in-scalar-types


Psycopg 3.1.20 (unreleased)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Psycopg 3.1.20
^^^^^^^^^^^^^^

- Use the simple query protocol to execute COMMIT/ROLLBACK when possible.
This should make querying the PgBouncer admin database easier
Expand All @@ -62,9 +62,6 @@ Psycopg 3.1.20 (unreleased)
- Bundle binary package with OpenSSL 3.3.x (:ticket:`#847`).


Current release
---------------

Psycopg 3.1.19
^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion psycopg3/docs/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '3.2.0.dev1',
VERSION: '3.2.0',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
6 changes: 3 additions & 3 deletions psycopg3/docs/advanced/adapt.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Prepared statements" href="prepare.html" /><link rel="prev" title="Cursor types" href="cursors.html" />

<meta name="generator" content="sphinx-5.3.0, furo 2022.06.21"/>
<title>Data adaptation configuration - psycopg 3.2.0.dev1 documentation</title>
<title>Data adaptation configuration - psycopg 3.2.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?digest=40978830699223671f4072448e654b5958f38b89" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?digest=30d1aed668e5c3a91c3e3bf6a60b675221979f0e" />
Expand Down Expand Up @@ -134,7 +134,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">psycopg 3.2.0.dev1 documentation</div></a>
<a href="../index.html"><div class="brand">psycopg 3.2.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -161,7 +161,7 @@
<img class="sidebar-logo only-dark" src="../_static/psycopg.svg" alt="Dark Logo"/>
</div>

<span class="sidebar-brand-text">psycopg 3.2.0.dev1 documentation</span>
<span class="sidebar-brand-text">psycopg 3.2.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
<input class="sidebar-search" placeholder=Search name="q" aria-label="Search">
Expand Down
6 changes: 3 additions & 3 deletions psycopg3/docs/advanced/async.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Static Typing" href="typing.html" /><link rel="prev" title="More advanced topics" href="index.html" />

<meta name="generator" content="sphinx-5.3.0, furo 2022.06.21"/>
<title>Concurrent operations - psycopg 3.2.0.dev1 documentation</title>
<title>Concurrent operations - psycopg 3.2.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?digest=40978830699223671f4072448e654b5958f38b89" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?digest=30d1aed668e5c3a91c3e3bf6a60b675221979f0e" />
Expand Down Expand Up @@ -134,7 +134,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">psycopg 3.2.0.dev1 documentation</div></a>
<a href="../index.html"><div class="brand">psycopg 3.2.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -161,7 +161,7 @@
<img class="sidebar-logo only-dark" src="../_static/psycopg.svg" alt="Dark Logo"/>
</div>

<span class="sidebar-brand-text">psycopg 3.2.0.dev1 documentation</span>
<span class="sidebar-brand-text">psycopg 3.2.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
<input class="sidebar-search" placeholder=Search name="q" aria-label="Search">
Expand Down
6 changes: 3 additions & 3 deletions psycopg3/docs/advanced/cursors.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Data adaptation configuration" href="adapt.html" /><link rel="prev" title="Connection pools" href="pool.html" />

<meta name="generator" content="sphinx-5.3.0, furo 2022.06.21"/>
<title>Cursor types - psycopg 3.2.0.dev1 documentation</title>
<title>Cursor types - psycopg 3.2.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?digest=40978830699223671f4072448e654b5958f38b89" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?digest=30d1aed668e5c3a91c3e3bf6a60b675221979f0e" />
Expand Down Expand Up @@ -134,7 +134,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">psycopg 3.2.0.dev1 documentation</div></a>
<a href="../index.html"><div class="brand">psycopg 3.2.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -161,7 +161,7 @@
<img class="sidebar-logo only-dark" src="../_static/psycopg.svg" alt="Dark Logo"/>
</div>

<span class="sidebar-brand-text">psycopg 3.2.0.dev1 documentation</span>
<span class="sidebar-brand-text">psycopg 3.2.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
<input class="sidebar-search" placeholder=Search name="q" aria-label="Search">
Expand Down
6 changes: 3 additions & 3 deletions psycopg3/docs/advanced/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Concurrent operations" href="async.html" /><link rel="prev" title="Differences from psycopg2" href="../basic/from_pg2.html" />

<meta name="generator" content="sphinx-5.3.0, furo 2022.06.21"/>
<title>More advanced topics - psycopg 3.2.0.dev1 documentation</title>
<title>More advanced topics - psycopg 3.2.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?digest=40978830699223671f4072448e654b5958f38b89" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?digest=30d1aed668e5c3a91c3e3bf6a60b675221979f0e" />
Expand Down Expand Up @@ -134,7 +134,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">psycopg 3.2.0.dev1 documentation</div></a>
<a href="../index.html"><div class="brand">psycopg 3.2.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -161,7 +161,7 @@
<img class="sidebar-logo only-dark" src="../_static/psycopg.svg" alt="Dark Logo"/>
</div>

<span class="sidebar-brand-text">psycopg 3.2.0.dev1 documentation</span>
<span class="sidebar-brand-text">psycopg 3.2.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
<input class="sidebar-search" placeholder=Search name="q" aria-label="Search">
Expand Down
6 changes: 3 additions & 3 deletions psycopg3/docs/advanced/pipeline.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Psycopg 3 API" href="../api/index.html" /><link rel="prev" title="Prepared statements" href="prepare.html" />

<meta name="generator" content="sphinx-5.3.0, furo 2022.06.21"/>
<title>Pipeline mode support - psycopg 3.2.0.dev1 documentation</title>
<title>Pipeline mode support - psycopg 3.2.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?digest=40978830699223671f4072448e654b5958f38b89" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?digest=30d1aed668e5c3a91c3e3bf6a60b675221979f0e" />
Expand Down Expand Up @@ -134,7 +134,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">psycopg 3.2.0.dev1 documentation</div></a>
<a href="../index.html"><div class="brand">psycopg 3.2.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -161,7 +161,7 @@
<img class="sidebar-logo only-dark" src="../_static/psycopg.svg" alt="Dark Logo"/>
</div>

<span class="sidebar-brand-text">psycopg 3.2.0.dev1 documentation</span>
<span class="sidebar-brand-text">psycopg 3.2.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
<input class="sidebar-search" placeholder=Search name="q" aria-label="Search">
Expand Down
6 changes: 3 additions & 3 deletions psycopg3/docs/advanced/pool.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Cursor types" href="cursors.html" /><link rel="prev" title="Row factories" href="rows.html" />

<meta name="generator" content="sphinx-5.3.0, furo 2022.06.21"/>
<title>Connection pools - psycopg 3.2.0.dev1 documentation</title>
<title>Connection pools - psycopg 3.2.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?digest=40978830699223671f4072448e654b5958f38b89" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?digest=30d1aed668e5c3a91c3e3bf6a60b675221979f0e" />
Expand Down Expand Up @@ -134,7 +134,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">psycopg 3.2.0.dev1 documentation</div></a>
<a href="../index.html"><div class="brand">psycopg 3.2.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -161,7 +161,7 @@
<img class="sidebar-logo only-dark" src="../_static/psycopg.svg" alt="Dark Logo"/>
</div>

<span class="sidebar-brand-text">psycopg 3.2.0.dev1 documentation</span>
<span class="sidebar-brand-text">psycopg 3.2.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
<input class="sidebar-search" placeholder=Search name="q" aria-label="Search">
Expand Down
6 changes: 3 additions & 3 deletions psycopg3/docs/advanced/prepare.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Pipeline mode support" href="pipeline.html" /><link rel="prev" title="Data adaptation configuration" href="adapt.html" />

<meta name="generator" content="sphinx-5.3.0, furo 2022.06.21"/>
<title>Prepared statements - psycopg 3.2.0.dev1 documentation</title>
<title>Prepared statements - psycopg 3.2.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?digest=40978830699223671f4072448e654b5958f38b89" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?digest=30d1aed668e5c3a91c3e3bf6a60b675221979f0e" />
Expand Down Expand Up @@ -134,7 +134,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">psycopg 3.2.0.dev1 documentation</div></a>
<a href="../index.html"><div class="brand">psycopg 3.2.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -161,7 +161,7 @@
<img class="sidebar-logo only-dark" src="../_static/psycopg.svg" alt="Dark Logo"/>
</div>

<span class="sidebar-brand-text">psycopg 3.2.0.dev1 documentation</span>
<span class="sidebar-brand-text">psycopg 3.2.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
<input class="sidebar-search" placeholder=Search name="q" aria-label="Search">
Expand Down
6 changes: 3 additions & 3 deletions psycopg3/docs/advanced/rows.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Connection pools" href="pool.html" /><link rel="prev" title="Static Typing" href="typing.html" />

<meta name="generator" content="sphinx-5.3.0, furo 2022.06.21"/>
<title>Row factories - psycopg 3.2.0.dev1 documentation</title>
<title>Row factories - psycopg 3.2.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?digest=40978830699223671f4072448e654b5958f38b89" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?digest=30d1aed668e5c3a91c3e3bf6a60b675221979f0e" />
Expand Down Expand Up @@ -134,7 +134,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">psycopg 3.2.0.dev1 documentation</div></a>
<a href="../index.html"><div class="brand">psycopg 3.2.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -161,7 +161,7 @@
<img class="sidebar-logo only-dark" src="../_static/psycopg.svg" alt="Dark Logo"/>
</div>

<span class="sidebar-brand-text">psycopg 3.2.0.dev1 documentation</span>
<span class="sidebar-brand-text">psycopg 3.2.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
<input class="sidebar-search" placeholder=Search name="q" aria-label="Search">
Expand Down
6 changes: 3 additions & 3 deletions psycopg3/docs/advanced/typing.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Row factories" href="rows.html" /><link rel="prev" title="Concurrent operations" href="async.html" />

<meta name="generator" content="sphinx-5.3.0, furo 2022.06.21"/>
<title>Static Typing - psycopg 3.2.0.dev1 documentation</title>
<title>Static Typing - psycopg 3.2.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?digest=40978830699223671f4072448e654b5958f38b89" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?digest=30d1aed668e5c3a91c3e3bf6a60b675221979f0e" />
Expand Down Expand Up @@ -134,7 +134,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">psycopg 3.2.0.dev1 documentation</div></a>
<a href="../index.html"><div class="brand">psycopg 3.2.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -161,7 +161,7 @@
<img class="sidebar-logo only-dark" src="../_static/psycopg.svg" alt="Dark Logo"/>
</div>

<span class="sidebar-brand-text">psycopg 3.2.0.dev1 documentation</span>
<span class="sidebar-brand-text">psycopg 3.2.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
<input class="sidebar-search" placeholder=Search name="q" aria-label="Search">
Expand Down
6 changes: 3 additions & 3 deletions psycopg3/docs/api/abc.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="pq – libpq wrapper module" href="pq.html" /><link rel="prev" title="types – Types information and adapters" href="types.html" />

<meta name="generator" content="sphinx-5.3.0, furo 2022.06.21"/>
<title>abc – Psycopg abstract classes - psycopg 3.2.0.dev1 documentation</title>
<title>abc – Psycopg abstract classes - psycopg 3.2.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?digest=40978830699223671f4072448e654b5958f38b89" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?digest=30d1aed668e5c3a91c3e3bf6a60b675221979f0e" />
Expand Down Expand Up @@ -134,7 +134,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">psycopg 3.2.0.dev1 documentation</div></a>
<a href="../index.html"><div class="brand">psycopg 3.2.0 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -161,7 +161,7 @@
<img class="sidebar-logo only-dark" src="../_static/psycopg.svg" alt="Dark Logo"/>
</div>

<span class="sidebar-brand-text">psycopg 3.2.0.dev1 documentation</span>
<span class="sidebar-brand-text">psycopg 3.2.0 documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
<input class="sidebar-search" placeholder=Search name="q" aria-label="Search">
Expand Down
Loading

0 comments on commit 9d0207f

Please sign in to comment.