Files
supabase/apps/studio/components/interfaces/Database/Extensions/Extensions.constants.ts
2024-07-04 15:58:33 +08:00

22 lines
363 B
TypeScript

export const HIDDEN_EXTENSIONS = [
'adminpack',
'amcheck',
'file_fdw',
'lo',
'old_snapshot',
'pageinspect',
'pg_buffercache',
'pg_freespacemap',
'pg_surgery',
'pg_visibility',
'supabase_vault',
'supautils',
'intagg',
'xml2',
'pg_tle',
]
export const SEARCH_TERMS: Record<string, string[]> = {
vector: ['pgvector', 'pg_vector'],
}