Skip to content

Commit b251b41

Browse files
author
Derek Nelson
committed
Versions
1 parent 34772cf commit b251b41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builtin.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Built-in Functionality
66
General
77
----------
88

9-
We strive to ensure that PipelineDB maintains full compatibility with PostgreSQL 10.2+. As a result, all of `PostgreSQL's built-in functionality`_ is available to PipelineDB users.
9+
We strive to ensure that PipelineDB maintains full compatibility with PostgreSQL 10.1+ and 11.0+. As a result, all of `PostgreSQL's built-in functionality`_ is available to PipelineDB users.
1010

1111
.. _`PostgreSQL's built-in functionality`: http://www.postgresql.org/docs/current/static/functions.html
1212

clients.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Clients
44
============
55

6-
Since PipelineDB runs as an extension of PostgreSQL 10.2+, it doesn't have its own client libraries. Instead, any client that works with PostgreSQL (or any SQL database for that matter) will work with PipelineDB.
6+
Since PipelineDB runs as an extension of PostgreSQL 10.1+ and 11.0+, it doesn't have its own client libraries. Instead, any client that works with PostgreSQL (or any SQL database for that matter) will work with PipelineDB.
77

88
Here you'll find examples of a simple PipelineDB application written in a few different languages and clients. The application simply creates the continuous view:
99

0 commit comments

Comments
 (0)