Question : I have to create a custom domain that is an interval between two years, but i actually need […]
Tag: domain
Use a DOMAIN in multiple schemas
Question : The PostgreSQL CREATE DOMAIN command appears to create the domain at the schema level. Is there a best […]
Creating a DOMAIN in MySQL or MariaDB?
Question : As far as I know, DOMAINS cannot be created in MySQL. Is there any disadvantage for that? Is […]
How to apply a newly-created Domain to an existing Column?
Question : In Postgres 9.4 Beta 1, I successfully created a domain of type VARCHAR, fuel_domain_. The domain checks that […]
Creating a TYPE that is an Array within a Function (or a predefined Array TYPE) in PostgreSQL
Question : I am researching migration of a major system from Oracle to PostgreSQL. Getting into coding functions now, and […]
Show DOMAIN details
Question : Showing the columns and constrains of a table in PostgreSQL is done with: d+ <table_name> Which lists the […]
What elements of sql server are impacted due to removal of domain/AD?
Question : Sql server contains logins from 3 different domains (Under securitylogins). These are mapped to database users. There are […]
Creating a DOMAIN in MySQL or MariaDB?
Question : As far as I know, DOMAINS cannot be created in MySQL. Is there any disadvantage for that? Is […]