Skip to content

Update README.md #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ MonQ is released as mquery data type and <=> match operator for jsonb.

MonQ is realized as an extension and not available in default PostgreSQL
installation. It is available from
[github](https://github.com/NikitOS94/MonQ)
[github](https://github.com/postgrespro/MonQ)
and supports PostgreSQL 9.4+.

### Installation

MonQ is PostgreSQL extension which requires JsQuery extension
[github](https://github.com/NikitOS94/MonQ) and PostgreSQL 9.4 or higher.
[github](https://github.com/postgrespro/jsquery) and PostgreSQL 9.4 or higher.

Before build and install you should ensure following:

Expand Down Expand Up @@ -132,7 +132,7 @@ part of MongoDB query operators.
* All operators is not supported.

Examples of queries with all this operators you can find in the file
[sql/sql_test.sql](https://github.com/NikitOS94/MonQ/blob/master/sql/monq_test.sql)
[sql/sql_test.sql](https://github.com/postgrespro/MonQ/blob/master/sql/monq_test.sql)

### Contribution

Expand Down