Unable to find your table

I installed the pgroonga in the public schema and then disable it. and after then I am not seeing not table. I run this command for indexing.
create index idx_documet_summary_pgroonga ON document_ai_insights USING pgroonga(document_summary);
create index idx_documet_summary_pgroonga ON document_ai_insights USING pgroonga(document_summary);
need help why I am not able to see my table.
No description
1 Reply
garyaustin
garyaustin2mo ago
Not clear when you are getting this error. If you disabled pgroonga then don't see how the command you show works. Also pgroonga gets installed in extensions and not public schema based on the Supabase setting.

Did you find this page helpful?