This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/arrow-flight-sql-postgresql.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new d8564c5  Publish
d8564c5 is described below

commit d8564c57d9819ef80c0a7a440ca28fa7fe286c99
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 13 06:35:46 2023 +0000

    Publish
---
 devel/_sources/overview.md.txt | 16 ++++++++--------
 devel/overview.html            | 13 ++++++++-----
 devel/searchindex.js           |  2 +-
 3 files changed, 17 insertions(+), 14 deletions(-)

diff --git a/devel/_sources/overview.md.txt b/devel/_sources/overview.md.txt
index 0722284..73ddebd 100644
--- a/devel/_sources/overview.md.txt
+++ b/devel/_sources/overview.md.txt
@@ -23,13 +23,16 @@
 
 Apache Arrow Flight SQL adapter for PostgreSQL is a PostgreSQL
 extension that adds an [Apache Arrow Flight
-SQL][apache-arrow-flight-sql] endpoint to PostgreSQL.
+SQL](https://arrow.apache.org/docs/format/FlightSql.html) endpoint to
+PostgreSQL.
 
 Apache Arrow Flight SQL is a protocol to use [Apache Arrow
-format][apache-arrow-format] to interact with SQL databases. You can
-use Apache Arrow Flight SQL instead of [the PostgreSQL wire
-protocol][postgresql-protocol] to interact with PostgreSQL by Apache
-Arrow Flight SQL adapter for PostgreSQL.
+format](https://arrow.apache.org/docs/format/Columnar.html) to
+interact with SQL databases. You can use Apache Arrow Flight SQL
+instead of [the PostgreSQL wire
+protocol](https://www.postgresql.org/docs/current/protocol.html) to
+interact with PostgreSQL by Apache Arrow Flight SQL adapter for
+PostgreSQL.
 
 Apache Arrow format is designed for fast typed table data exchange. If
 you want to get large data by `SELECT` or `INSERT`/`UPDATE` large
@@ -43,7 +46,4 @@ executes `SELECT * FROM integer_only_table`. It shows that 
Apache
 Arrow Flight SQL is faster than the PostgreSQL wire protocol when
 result data is large.
 
-[apache-arrow-flight-sql]: https://arrow.apache.org/docs/format/FlightSql.html
-[apache-arrow-format]: https://arrow.apache.org/docs/format/Columnar.html
-[postgresql-protocol]: https://www.postgresql.org/docs/current/protocol.html
 [benchmark-integer]: 
https://github.com/apache/arrow-flight-sql-postgresql/tree/main/benchmark/integer
diff --git a/devel/overview.html b/devel/overview.html
index 6f17838..9ce948b 100644
--- a/devel/overview.html
+++ b/devel/overview.html
@@ -339,12 +339,15 @@ document.write(`
 <h2>What is this?<a class="headerlink" href="#what-is-this" title="Link to 
this heading">#</a></h2>
 <p>Apache Arrow Flight SQL adapter for PostgreSQL is a PostgreSQL
 extension that adds an <a class="reference external" 
href="https://arrow.apache.org/docs/format/FlightSql.html";>Apache Arrow Flight
-SQL</a> endpoint to PostgreSQL.</p>
+SQL</a> endpoint to
+PostgreSQL.</p>
 <p>Apache Arrow Flight SQL is a protocol to use <a class="reference external" 
href="https://arrow.apache.org/docs/format/Columnar.html";>Apache Arrow
-format</a> to interact with SQL databases. You can
-use Apache Arrow Flight SQL instead of <a class="reference external" 
href="https://www.postgresql.org/docs/current/protocol.html";>the PostgreSQL wire
-protocol</a> to interact with PostgreSQL by Apache
-Arrow Flight SQL adapter for PostgreSQL.</p>
+format</a> to
+interact with SQL databases. You can use Apache Arrow Flight SQL
+instead of <a class="reference external" 
href="https://www.postgresql.org/docs/current/protocol.html";>the PostgreSQL wire
+protocol</a> to
+interact with PostgreSQL by Apache Arrow Flight SQL adapter for
+PostgreSQL.</p>
 <p>Apache Arrow format is designed for fast typed table data exchange. If
 you want to get large data by <code class="docutils literal notranslate"><span 
class="pre">SELECT</span></code> or <code class="docutils literal 
notranslate"><span class="pre">INSERT</span></code>/<code class="docutils 
literal notranslate"><span class="pre">UPDATE</span></code> large
 data, Apache Arrow Flight SQL will be faster than the PostgreSQL wire
diff --git a/devel/searchindex.js b/devel/searchindex.js
index cefb6aa..26f5951 100644
--- a/devel/searchindex.js
+++ b/devel/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["client", "configuration", 
"development/release", "index", "install", "overview", "release-notes"], 
"filenames": ["client.md", "configuration.md", "development/release.md", 
"index.md", "install.md", "overview.md", "release-notes.md"], "titles": 
["Client", "Configuration", "Release", "Apache Arrow Flight SQL adapter for 
PostgreSQL", "Install", "Overview", "Release notes"], "terms": {"you": [0, 1, 
2, 4, 5], "must": [0, 1, 2], "specifi": [0, 2], "postgresql": [ [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["client", "configuration", 
"development/release", "index", "install", "overview", "release-notes"], 
"filenames": ["client.md", "configuration.md", "development/release.md", 
"index.md", "install.md", "overview.md", "release-notes.md"], "titles": 
["Client", "Configuration", "Release", "Apache Arrow Flight SQL adapter for 
PostgreSQL", "Install", "Overview", "Release notes"], "terms": {"you": [0, 1, 
2, 4, 5], "must": [0, 1, 2], "specifi": [0, 2], "postgresql": [ [...]
\ No newline at end of file

Reply via email to