CREATE TABLE "table_company" (
"id" INT1 NOT NULL,
"e_name" VARCHAR(50) NULL,
"departments" NVARCHAR(200) NULL,
"profit" FLOAT4 NULL,
CONSTRAINT "PK03" PRIMARY KEY("id") DEFERRABLE INITIALLY IMMEDIATE
) DISTRIBUTE ON ("id")
GO
ALTER TABLE "table_company"
ADD CONSTRAINT "UK03"
UNIQUE ("departments") DEFERRABLE INITIALLY DEFERRED
GO
GRANT ALL ON "ADMIN"."table_company" TO "parikshit"
GO
GRANT ALL ON "ADMIN"."table_company" TO "ADMIN"
GO
BEHAVIOUR | Database |
Netezza version 7.1 | |
WINDOWS | |
ADS Version 18 build – 249 | N |
ADS Version 17 | N |
ADS Version 16 | N |
ADS Version 15 | N |
ADS Version 14 | N |
Y- Yes, we can see permissions in GRANT script and Properties of Table or View | |
N- No, we can not see permissions in GRANT script and Properties of Table or View |
BEHAVIOUR | Database | |
PosteGrey version 9.5 | ||
WINDOWS | LINUX | |
ADS Version 18 build – 249 | Y | Y |
ADS Version 17 | Y | Y |
ADS Version 16 | Y | Y |
ADS Version 15 | Y | Y |
ADS Version 14 | Y | Y |
Y- Yes, we can see permissions in GRANT script and Properties of Table or View | ||
N- No, we can not see permissions in GRANT script and Properties of Table or View |
Comment :
No issue occurred for version 9.5 and ADS-v18, ADS-v17, ADSv-16, ADS-v15, ADS-v14 for both OS.
3. GreenPlum
BEHAVIOUR | Database | |
GreenPlum version 4.3.9.1 | ||
WINDOWS | LINUX | |
ADS Version 18 build – 249 | Y | Y |
ADS Version 17 | Y | Y |
ADS Version 16 | Y | Y |
ADS Version 15 | Y | Y |
ADS Version 14 | Y | Y |
Y- Yes, we can see permissions in GRANT script and Properties of Table or View | ||
N- No, we can not see permissions in GRANT script and Properties of Table or View |
Comment :
No issue occurred for version 4.3.9.1 and ADS-v18, ADS-v17, ADSv-16, ADS-v15, ADS-v14 for both OS.
|
125 KB
|
160 KB
Issue #14753 |
New |
Completion |
No due date |
No fixed build |
No time estimate |