Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Push tables to an existing PostgreSQL server #79

Open
nogurtMon opened this issue Aug 15, 2024 · 2 comments
Open

Feature Request: Push tables to an existing PostgreSQL server #79

nogurtMon opened this issue Aug 15, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@nogurtMon
Copy link

Feature request

Is your feature request related to a problem? Please describe.

I want a streamlined way to push tables from postgres.new to an existing PostgreSQL server.

It is difficult to push tables from postgres.new to an existing PostgreSQL database. The only option is .tar, which is a bad option. When using .tar, errors are thrown on transfer if the sending server's PostgreSQL version does not match the receiving server's PostgreSQL version.

Describe the solution you'd like

Not quite sure. An ironclad way to transfer tables.

Describe alternatives you've considered

.tar

Additional context

Add any other context or screenshots about the feature request here.

@nogurtMon nogurtMon added the enhancement New feature or request label Aug 15, 2024
@gregnr
Copy link
Collaborator

gregnr commented Aug 17, 2024

Thanks @nogurtMon - we're working with @samwillis to support this via a WASM version of pg_dump. Stay tuned!

@ajerni
Copy link

ajerni commented Oct 15, 2024

@gregnr and @samwillis: Will this also work the other way round? Downloading a table from an existing hosted PostgreSQL server to use it in database.build with the LLM assistant. That would be another feature request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants