Skip to content

Commit

Permalink
Deploying to master from @ psycopg/psycopg-website@a13ba87 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed Apr 17, 2024
1 parent a1bfc74 commit 6bde781
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 55 deletions.
104 changes: 52 additions & 52 deletions articles.xml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions psycopg3/docs/_sources/news.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Psycopg 3.2 (unreleased)
- Add `~Connection.cancel_safe()` for encrypted and non-blocking cancellation
If possible, use such method internally upon `KeyboardInterrupt` and `Copy`
termination (:ticket:`#754`).
- Add support for libpq function to retrieve results in chunks introduced in
libpq v17 (:ticket:`#793`).

.. __: https://numpy.org/doc/stable/reference/arrays.scalars.html#built-in-scalar-types

Expand Down
6 changes: 6 additions & 0 deletions psycopg3/docs/api/pq.html
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,11 @@ <h2>Enumerations<a class="headerlink" href="#enumerations" title="Permalink to t
<span class="sig-name descname"><span class="pre">PIPELINE_ABORTED</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">11</span></em><a class="headerlink" href="#psycopg.pq.ExecStatus.PIPELINE_ABORTED" title="Permalink to this definition">#</a></dt>
<dd></dd></dl>

<dl class="py attribute">
<dt class="sig sig-object py" id="psycopg.pq.ExecStatus.TUPLES_CHUNK">
<span class="sig-name descname"><span class="pre">TUPLES_CHUNK</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">12</span></em><a class="headerlink" href="#psycopg.pq.ExecStatus.TUPLES_CHUNK" title="Permalink to this definition">#</a></dt>
<dd></dd></dl>

</dd></dl>

<dl class="py class">
Expand Down Expand Up @@ -924,6 +929,7 @@ <h2>Enumerations<a class="headerlink" href="#enumerations" title="Permalink to t
<li><a class="reference internal" href="#psycopg.pq.ExecStatus.SINGLE_TUPLE"><code class="docutils literal notranslate"><span class="pre">ExecStatus.SINGLE_TUPLE</span></code></a></li>
<li><a class="reference internal" href="#psycopg.pq.ExecStatus.PIPELINE_SYNC"><code class="docutils literal notranslate"><span class="pre">ExecStatus.PIPELINE_SYNC</span></code></a></li>
<li><a class="reference internal" href="#psycopg.pq.ExecStatus.PIPELINE_ABORTED"><code class="docutils literal notranslate"><span class="pre">ExecStatus.PIPELINE_ABORTED</span></code></a></li>
<li><a class="reference internal" href="#psycopg.pq.ExecStatus.TUPLES_CHUNK"><code class="docutils literal notranslate"><span class="pre">ExecStatus.TUPLES_CHUNK</span></code></a></li>
</ul>
</li>
<li><a class="reference internal" href="#psycopg.pq.PipelineStatus"><code class="docutils literal notranslate"><span class="pre">PipelineStatus</span></code></a><ul>
Expand Down
6 changes: 4 additions & 2 deletions psycopg3/docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -1971,15 +1971,15 @@ <h2>T</h2>
</li>
<li><a href="api/pq.html#psycopg.pq.PGconn.trace">trace() (psycopg.pq.PGconn method)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li>
Transaction

<ul>
<li><a href="basic/transactions.html#index-3">Two-phase commit</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="api/objects.html#psycopg.Transaction">Transaction (class in psycopg)</a>
</li>
<li><a href="api/connections.html#psycopg.AsyncConnection.transaction">transaction() (psycopg.AsyncConnection method)</a>
Expand All @@ -2004,6 +2004,8 @@ <h2>T</h2>
</li>
</ul></li>
<li><a href="api/rows.html#psycopg.rows.tuple_row">tuple_row() (in module psycopg.rows)</a>
</li>
<li><a href="api/pq.html#psycopg.pq.ExecStatus.TUPLES_CHUNK">TUPLES_CHUNK (psycopg.pq.ExecStatus attribute)</a>
</li>
<li><a href="api/pq.html#psycopg.pq.ExecStatus.TUPLES_OK">TUPLES_OK (psycopg.pq.ExecStatus attribute)</a>
</li>
Expand Down
2 changes: 2 additions & 0 deletions psycopg3/docs/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,8 @@ <h3>Psycopg 3.2 (unreleased)<a class="headerlink" href="#psycopg-3-2-unreleased"
<li><p>Add <a class="reference internal" href="api/connections.html#psycopg.Connection.cancel_safe" title="psycopg.Connection.cancel_safe"><code class="xref py py-obj docutils literal notranslate"><span class="pre">cancel_safe()</span></code></a> for encrypted and non-blocking cancellation
If possible, use such method internally upon <a class="reference external" href="https://docs.python.org/3/library/exceptions.html#KeyboardInterrupt" title="(in Python v3.12)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">KeyboardInterrupt</span></code></a> and <a class="reference internal" href="api/copy.html#psycopg.Copy" title="psycopg.Copy"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Copy</span></code></a>
termination (ticket <a class="reference external" href="https://github.com/psycopg/psycopg/issues/754">#754</a>).</p></li>
<li><p>Add support for libpq function to retrieve results in chunks introduced in
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-19">
Expand Down
Binary file modified psycopg3/docs/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion psycopg3/docs/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 6bde781

Please sign in to comment.