Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add META.json file for upload to PGXN#15

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
akorotkov merged 2 commits intopostgrespro:masterfrompgexperts:master
Jun 30, 2015
Merged
Changes fromall 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
53 changes: 53 additions & 0 deletionsMETA.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
{
"name": "JsQuery",
"abstract": "JSON Query Language with GIN indexing support",
"description": "JsQuery provides additional functionality for JSONB, such as a simple and effective way to search in nested objects and arrays, and more comparison operators with index support. It does this by implementing a specialized search syntax, the @@ operator, and the jsquery type for search strings.",
"version": "1.0.0",
"maintainer": [
"Teodor Sigaev <teodor@sigaev.ru>",
"Alexander Korotkov <aekorotkov@gmail.com>",
"Oleg Bartunov <oleg@sai.msu.su>"
],
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.4.0"
},
"recommends": {
"PostgreSQL": "9.4.0"
}
}
},
"provides": {
"jsquery": {
"file": "sql/jsquery.sql",
"docfile": "README.md",
"version": "1.0.0",
"abstract": "JSON query language with GIN indexing support"
}
},
"resources": {
"homepage": "https://github.com/postgrespro/jsquery",
"bugtracker": {
"web": "https://github.com/postgrespro/jsquery/issues"
},
"repository": {
"url": "https://github.com/postgrespro/jsquery.git",
"web": "https://github.com/postgrespro/jsquery",
"type": "git"
}
},
"generated_by": "Josh Berkus",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"JSON",
"index",
"search"
]
}

[8]ページ先頭

©2009-2025 Movatter.jp