Skip to content

Commit

Permalink
Deploying to master from @ psycopg/psycopg-website@bc1ad59 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed May 17, 2024
1 parent dfce800 commit 0f3af36
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
8 changes: 8 additions & 0 deletions psycopg3/docs/_sources/news.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ Psycopg 3.2 (unreleased)
.. __: https://numpy.org/doc/stable/reference/arrays.scalars.html#built-in-scalar-types


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

- Use the simple query protocol to execute COMMIT/ROLLBACK when possible.
This should make querying the PgBouncer admin database easier
(:ticket:`#820`).


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

Expand Down
2 changes: 1 addition & 1 deletion psycopg3/docs/api/pq.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ <h2>Module content<a class="headerlink" href="#module-content" title="Permalink

<dl class="py data">
<dt class="sig sig-object py" id="psycopg.pq.__build_version__">
<span class="sig-prename descclassname"><span class="pre">psycopg.pq.</span></span><span class="sig-name descname"><span class="pre">__build_version__</span></span><em class="property"><span class="p"><span class="pre">:</span></span><span class="w"> </span><a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.12)"><span class="pre">int</span></a></em><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">160002</span></em><a class="headerlink" href="#psycopg.pq.__build_version__" title="Permalink to this definition">#</a></dt>
<span class="sig-prename descclassname"><span class="pre">psycopg.pq.</span></span><span class="sig-name descname"><span class="pre">__build_version__</span></span><em class="property"><span class="p"><span class="pre">:</span></span><span class="w"> </span><a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.12)"><span class="pre">int</span></a></em><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">160003</span></em><a class="headerlink" href="#psycopg.pq.__build_version__" title="Permalink to this definition">#</a></dt>
<dd><p>The libpq version the C package was built with.</p>
<p>A number in the same format of <a class="reference internal" href="objects.html#psycopg.ConnectionInfo.server_version" title="psycopg.ConnectionInfo.server_version"><code class="xref py py-obj docutils literal notranslate"><span class="pre">server_version</span></code></a>
representing the libpq used to build the speedup module (<code class="docutils literal notranslate"><span class="pre">c</span></code>, <code class="docutils literal notranslate"><span class="pre">binary</span></code>) if
Expand Down
9 changes: 9 additions & 0 deletions psycopg3/docs/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,14 @@ <h3>Psycopg 3.2 (unreleased)<a class="headerlink" href="#psycopg-3-2-unreleased"
libpq v17 (ticket <a class="reference external" href="https://github.com/psycopg/psycopg/issues/793">#793</a>).</p></li>
</ul>
</section>
<section id="psycopg-3-1-20-unreleased">
<h3>Psycopg 3.1.20 (unreleased)<a class="headerlink" href="#psycopg-3-1-20-unreleased" title="Permalink to this heading">#</a></h3>
<ul class="simple">
<li><p>Use the simple query protocol to execute COMMIT/ROLLBACK when possible.
This should make querying the PgBouncer admin database easier
(ticket <a class="reference external" href="https://github.com/psycopg/psycopg/issues/820">#820</a>).</p></li>
</ul>
</section>
</section>
<section id="current-release">
<h2>Current release<a class="headerlink" href="#current-release" title="Permalink to this heading">#</a></h2>
Expand Down Expand Up @@ -761,6 +769,7 @@ <h3>Psycopg 3.0b1<a class="headerlink" href="#psycopg-3-0b1" title="Permalink to
<li><a class="reference internal" href="#"><code class="docutils literal notranslate"><span class="pre">psycopg</span></code> release notes</a><ul>
<li><a class="reference internal" href="#future-releases">Future releases</a><ul>
<li><a class="reference internal" href="#psycopg-3-2-unreleased">Psycopg 3.2 (unreleased)</a></li>
<li><a class="reference internal" href="#psycopg-3-1-20-unreleased">Psycopg 3.1.20 (unreleased)</a></li>
</ul>
</li>
<li><a class="reference internal" href="#current-release">Current release</a><ul>
Expand Down
2 changes: 1 addition & 1 deletion psycopg3/docs/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 0f3af36

Please sign in to comment.