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

Add proacl and macaddr8[] data types #488

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DaeunYim
Copy link
Contributor

Fixed issue with these two tables by adding aclitem and macaddr8[] data types

SELECT * FROM pg_catalog.pg_proc

-- Create the table
CREATE TABLE network_data_extensive (
id SERIAL PRIMARY KEY,
ip_address inet,
ip_address_array inet[],
subnet cidr,
subnet_array cidr[],
mac_address_standard macaddr,
mac_address_extended macaddr8,
mac_address_standard_array macaddr[],
mac_address_extended_array macaddr8[]
);

Fixes
microsoft/azuredatastudio-postgresql#487
microsoft/azuredatastudio-postgresql#449

@DaeunYim DaeunYim requested a review from a team as a code owner December 20, 2023 20:26
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