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] : Support User defined Types #178

Open
bheemvennapureddy opened this issue Nov 1, 2024 · 1 comment
Open

[FEATURE] : Support User defined Types #178

bheemvennapureddy opened this issue Nov 1, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@bheemvennapureddy
Copy link

Describe the feature
Support User defined types

https://www.postgresql.org/docs/current/xtypes.html

Example :

CREATE TYPE udt_KeyValue AS (
    Key INT,
    Value VARCHAR(1000)
);

*Motivation

PGSQL does not support user-defined table types, but it does support user-defined data types. we use them to store csv data in user defined types and refctor them

@bheemvennapureddy bheemvennapureddy added the enhancement New feature or request label Nov 1, 2024
@bplunkett-stripe
Copy link
Collaborator

This should be pretty straightforward to implement I believe.

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

2 participants