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

[Postgres] Support BIT VARYING #510

Merged
merged 10 commits into from
Oct 9, 2024
Merged

[Postgres] Support BIT VARYING #510

merged 10 commits into from
Oct 9, 2024

Conversation

Tang8330
Copy link
Collaborator

@Tang8330 Tang8330 commented Oct 5, 2024

The biggest diff between BIT and BIT VARYING is that BIT VARYING doesn't need to specify length.

  • If it's not specified, it's unbounded
  • If specified, that's how large a value can get. Individual values can be smaller (vs. fixed width for BIT)

@Tang8330 Tang8330 marked this pull request as ready for review October 5, 2024 01:13
@Tang8330 Tang8330 requested a review from a team as a code owner October 5, 2024 01:13
@Tang8330 Tang8330 merged commit b3652de into master Oct 9, 2024
6 checks passed
@Tang8330 Tang8330 deleted the support-bit-varying branch October 9, 2024 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants