Is there a way to view tables from a different database on the postgres server?
nicolasiscoding
PROOP

2 months ago

Checking

Solved$10 Bounty

Pinned Solution

You can go into Postgres settings and modify the variable POSTGRES_DB and redeploy to view tables from a different database within the Railway web UI. However, I would recommend using a database client instead, such as Datagrip.

1 Replies

You can go into Postgres settings and modify the variable POSTGRES_DB and redeploy to view tables from a different database within the Railway web UI. However, I would recommend using a database client instead, such as Datagrip.


Status changed to Solved noahd 18 days ago


Loading...