mirror of
https://github.com/supabase/supabase.git
synced 2026-05-31 09:52:58 +08:00
postgres extension: pgroonga doc
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user