Skip to content

Commit

Permalink
Update src/PostgrestTransformBuilder.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler <[email protected]>
  • Loading branch information
soedirgo and dshukertjr authored Jan 2, 2024
1 parent 3916647 commit 252e495
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/PostgrestTransformBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,7 @@ export default class PostgrestTransformBuilder<
/**
* Return `data` as the EXPLAIN plan for the query.
*
* Before using this method, you need to enable `explain()` on your
* Supabase instance by following the guide below. Note that `explain()`
* should only be enabled on an development environment.
*
* https://supabase.com/docs/guides/api/rest/debugging-performance#enabling-explain
* You need to set `pgrst.db_plan_enabled` to `true` before using this method.
*
* @param options - Named parameters
*
Expand Down

0 comments on commit 252e495

Please sign in to comment.