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

request: add support for binary copy #53

Closed
mmisiewicz opened this issue Oct 26, 2024 · 1 comment
Closed

request: add support for binary copy #53

mmisiewicz opened this issue Oct 26, 2024 · 1 comment
Labels
R: duplicate Resolved: Duplicate

Comments

@mmisiewicz
Copy link

When using psql to \copy a table with ulids, the copy fails as follows:

(74046) [local]:5432 mike@mike=#  \copy (select * from foo) to foo.bin with (format binary)
ERROR:  no binary output function available for type ulid

(table foo contains a column named id that is of type ulid.)

This is using the current tip of master. The request is to add a binary representation compatible with COPY.

@mmisiewicz
Copy link
Author

Looks like this issue is a dupe of: #27

@pksunkara pksunkara added the R: duplicate Resolved: Duplicate label Nov 7, 2024
@pksunkara pksunkara closed this as not planned Won't fix, can't repro, duplicate, stale Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R: duplicate Resolved: Duplicate
Projects
None yet
Development

No branches or pull requests

2 participants