postgres extension: pgroonga doc

This commit is contained in:
Oliver Rice
2023-02-02 12:47:31 -06:00
parent ff659a90c6
commit 4e6e760112
2 changed files with 119 additions and 1 deletions

View File

@@ -388,7 +388,7 @@ export const database = {
url: undefined,
items: [
{ name: 'Overview', url: '/guides/database/extensions', items: [] },
{
{
name: 'HypoPG: Hypothetical indexes',
url: '/guides/database/extensions/hypopg',
items: [],
@@ -399,6 +399,11 @@ export const database = {
items: [],
},
{ name: 'http: RESTful Client', url: '/guides/database/extensions/http', items: [] },
{
name: 'PGRoonga: Multilingual Full Text Search',
url: '/guides/database/extensions/pgroonga',
items: [],
},
{
name: 'pg_cron: Job Scheduling',
url: '/guides/database/extensions/pgcron',