Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e590c4 commit 0284b22Copy full SHA for 0284b22
README.md
@@ -28,7 +28,7 @@ Availability
28
29
JsQuery is realized as an extension and not available in default PostgreSQL
30
installation. It is available from
31
-[github](https://github.com/akorotkov/jsquery)
+[github](https://github.com/postgrespro/jsquery)
32
under the same license as
33
[PostgreSQL](http://www.postgresql.org/about/licence/)
34
and supports PostgreSQL 9.4+.
@@ -53,7 +53,7 @@ Before build and install you should ensure following:
53
54
Typical installation procedure may look like this:
55
56
- $ git clone https://github.com/akorotkov/jsquery.git
+ $ git clone https://github.com/postgrespro/jsquery.git
57
$ cd jsquery
58
$ make USE_PGXS=1
59
$ sudo make USE_PGXS=1 install
0 commit comments