Skip to content

Commit

Permalink
Merge pull request #3123 from EnterpriseDB/content/epas/update_link
Browse files Browse the repository at this point in the history
EPAS - updated the link for data types from v10 to 14 as per DF-309
  • Loading branch information
nidhibhammar authored Sep 9, 2022
2 parents 28dcd2f + 8378223 commit b09ffd2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ However, certain data types have alternative names referred to as *aliases*, whi

For example, there are fixed length character data types that can be specified as `CHAR` or `CHARACTER`. There are variable length character data types that can be specified as `CHAR VARYING, CHARACTER VARYING, VARCHAR,` or `VARCHAR2`. For integers, there are `BINARY_INTEGER, PLS_INTEGER,` and `INTEGER` data types. For numbers, there are `NUMBER, NUMERIC, DEC,` and `DECIMAL` data types.

For detailed information about the data types supported by Advanced Server, see the *Database Compatibility for Oracle Developers Reference Guide*, available from EnterpriseDB at:

[https://www.enterprisedb.com/docs](/epas/10/epas_compat_reference/)
For detailed information about the data types supported by Advanced Server, see [Data types](/epas/10/epas_compat_reference/02_the_sql_language/02_data_types/).

Thus, when attempting to create overloaded subprograms, the formal parameter data types are not considered different if the specified data types are aliases of each other.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ However, certain data types have alternative names referred to as *aliases*, whi

For example, there are fixed length character data types that can be specified as `CHAR` or `CHARACTER`. There are variable length character data types that can be specified as `CHAR VARYING, CHARACTER VARYING, VARCHAR,` or `VARCHAR2`. For integers, there are `BINARY_INTEGER, PLS_INTEGER,` and `INTEGER` data types. For numbers, there are `NUMBER, NUMERIC, DEC,` and `DECIMAL` data types.

For detailed information about the data types supported by Advanced Server, see the *Database Compatibility for Oracle Developers Reference Guide*, available from EnterpriseDB at:

[https://www.enterprisedb.com/docs](/epas/11/epas_compat_reference/)
For detailed information about the data types supported by Advanced Server, see [Data types](/epas/11/epas_compat_reference/02_the_sql_language/02_data_types/).

Thus, when attempting to create overloaded subprograms, the formal parameter data types are not considered different if the specified data types are aliases of each other.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ However, certain data types have alternative names referred to as *aliases*, whi

For example, there are fixed length character data types that can be specified as `CHAR` or `CHARACTER`. There are variable length character data types that can be specified as `CHAR VARYING, CHARACTER VARYING, VARCHAR,` or `VARCHAR2`. For integers, there are `BINARY_INTEGER, PLS_INTEGER,` and `INTEGER` data types. For numbers, there are `NUMBER, NUMERIC, DEC,` and `DECIMAL` data types.

For detailed information about the data types supported by Advanced Server, see the *Database Compatibility for Oracle Developers Reference Guide*, available from EnterpriseDB at:

[https://www.enterprisedb.com/docs](/epas/latest/epas_compat_reference/)
For detailed information about the data types supported by Advanced Server, see [Data types](/epas/12/epas_compat_reference/02_the_sql_language/02_data_types/).

Thus, when attempting to create overloaded subprograms, the formal parameter data types are not considered different if the specified data types are aliases of each other.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ However, certain data types have alternative names referred to as *aliases*, whi

For example, there are fixed length character data types that can be specified as `CHAR` or `CHARACTER`. There are variable length character data types that can be specified as `CHAR VARYING, CHARACTER VARYING, VARCHAR,` or `VARCHAR2`. For integers, there are `BINARY_INTEGER, PLS_INTEGER,` and `INTEGER` data types. For numbers, there are `NUMBER, NUMERIC, DEC,` and `DECIMAL` data types.

For detailed information about the data types supported by Advanced Server, see the *Database Compatibility for Oracle Developers Reference Guide*, available from EDB at:

[https://www.enterprisedb.com/docs](/epas/latest/epas_compat_reference/)
For detailed information about the data types supported by Advanced Server, see [Data types](/epas/13/epas_compat_reference/02_the_sql_language/02_data_types/).

Thus, when attempting to create overloaded subprograms, the formal parameter data types are not considered different if the specified data types are aliases of each other.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ However, certain data types have alternative names referred to as *aliases*, whi

For example, there are fixed length character data types that can be specified as `CHAR` or `CHARACTER`. There are variable length character data types that can be specified as `CHAR VARYING, CHARACTER VARYING, VARCHAR,` or `VARCHAR2`. For integers, there are `BINARY_INTEGER, PLS_INTEGER,` and `INTEGER` data types. For numbers, there are `NUMBER, NUMERIC, DEC,` and `DECIMAL` data types.

For detailed information about the data types supported by EDB Postgres Advanced Server, see the *Database Compatibility for Oracle Developers Reference Guide,* available from EDB at:

[https://www.enterprisedb.com/docs](/epas/latest/epas_compat_reference/)
For detailed information about the data types supported by EDB Postgres Advanced Server, see [Data types](/epas/latest/epas_compat_reference/02_the_sql_language/02_data_types/).

Thus, when attempting to create overloaded subprograms, the formal parameter data types are not considered different if the specified data types are aliases of each other.

Expand Down

0 comments on commit b09ffd2

Please sign in to comment.