Skip to content

Commit

Permalink
Merge pull request #208 from supabase/j0/add_debugging_statement_to_g…
Browse files Browse the repository at this point in the history
…uide

docs: update contributing
  • Loading branch information
J0 authored Dec 11, 2023
2 parents 10c3096 + 79ca203 commit 6341cb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Try out the commands below to spin up a database with the extension installed &
CREATE EXTENSION
```

For debugging, you can make use of [`notice!` macros](https://docs.rs/pgrx/latest/pgrx/macro.notice.html) to print out statements while using your wrapper in `psql`.

## Documentation

All public API must be documented. Building documentation requires python 3.6+
Expand Down

0 comments on commit 6341cb5

Please sign in to comment.