Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Update schema reloading section #243

Closed
steve-chavez opened this issue Aug 14, 2019 · 2 comments
Closed

Update schema reloading section #243

steve-chavez opened this issue Aug 14, 2019 · 2 comments
Labels
explanations background and context about how the project works.

Comments

@steve-chavez
Copy link
Member

Right now it only mentions it's needed for resource embedding. But now it's needed for other things.

See PostgREST/postgrest#1376.

@steve-chavez
Copy link
Member Author

Also add how to send docker a SIGUSR1

@pauldzy
Copy link

pauldzy commented Aug 15, 2019

Oh and just as a note, the existing example for pg_listen on the 5.2 docs no longer works

pg_listen <db-uri> ddl_command_end "killall -SIGUSR1 postgrest"

should be changed to

pg_listen <db-uri> ddl_command_end /usr/bin/killall -SIGUSR1 postgrest

I think PATH support went away around pg_listen commit 6 and I did not notice until this week.

@steve-chavez steve-chavez added the explanations background and context about how the project works. label Aug 15, 2019
steve-chavez added a commit to steve-chavez/postgrest-docs that referenced this issue Apr 7, 2020
monacoremo pushed a commit to monacoremo/postgrest that referenced this issue Jul 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
explanations background and context about how the project works.
Development

No branches or pull requests

2 participants