1 Reply
deep-jade•2y ago
Do you mean you want to export your data from Neon, load it into a local Postgres, and view it with PgAdmin?
We explain how to export Neon data in the link below. You can restore that to a local Postgres and connect using PgAdmin
https://neon.tech/docs/import/import-from-postgres
Neon
Import data from Postgres - Neon Docs
This topic describes migrating data from another Postgres database to Neon using the pg_dump and pg_restore command line utilities. Avoid using pg_dump over a pooled connection string (see PgBouncer i...