From 675254e9d9f237fcf843f633924889e412747f2b Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Tue, 6 Sep 2022 12:14:11 +0530 Subject: [PATCH 01/15] EPAS - updated the link for data types from v10 to 14 as per DF-309 --- .../06_overloading_subprograms.mdx | 4 +--- .../06_overloading_subprograms.mdx | 4 +--- .../06_overloading_subprograms.mdx | 4 +--- .../06_overloading_subprograms.mdx | 4 +--- .../06_overloading_subprograms.mdx | 4 +--- 5 files changed, 5 insertions(+), 15 deletions(-) diff --git a/product_docs/docs/epas/10/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx b/product_docs/docs/epas/10/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx index 10c9dc6f620..702b0942922 100644 --- a/product_docs/docs/epas/10/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx +++ b/product_docs/docs/epas/10/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx @@ -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 the [Database Compatibility for Oracle Developers Reference Guide](/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. diff --git a/product_docs/docs/epas/11/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx b/product_docs/docs/epas/11/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx index c6e0d50927c..0ada4d4ae41 100644 --- a/product_docs/docs/epas/11/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx +++ b/product_docs/docs/epas/11/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx @@ -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 the [Database Compatibility for Oracle Developers Reference Guide](/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. diff --git a/product_docs/docs/epas/12/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx b/product_docs/docs/epas/12/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx index 8e239d8bab2..b24bc79def4 100644 --- a/product_docs/docs/epas/12/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx +++ b/product_docs/docs/epas/12/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx @@ -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 the [Database Compatibility for Oracle Developers Reference Guide](/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. diff --git a/product_docs/docs/epas/13/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx b/product_docs/docs/epas/13/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx index 50e1b1bec12..58ea870fe24 100644 --- a/product_docs/docs/epas/13/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx +++ b/product_docs/docs/epas/13/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx @@ -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 the [Database Compatibility for Oracle Developers Reference Guide](/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. diff --git a/product_docs/docs/epas/14/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx b/product_docs/docs/epas/14/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx index 8083f48edca..2d40602a80e 100644 --- a/product_docs/docs/epas/14/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx +++ b/product_docs/docs/epas/14/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx @@ -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 the [Database Compatibility for Oracle Developers Reference Guide](/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. From ed8b442d14c8c55fed49d5cb509916fcd5cef003 Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Tue, 6 Sep 2022 16:07:13 +0530 Subject: [PATCH 02/15] Update product_docs/docs/epas/14/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx Co-authored-by: Dee Dee Rothery <83650384+drothery-edb@users.noreply.github.com> --- .../06_overloading_subprograms.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/14/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx b/product_docs/docs/epas/14/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx index 2d40602a80e..1f8f7e1485e 100644 --- a/product_docs/docs/epas/14/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx +++ b/product_docs/docs/epas/14/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx @@ -31,7 +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](/epas/latest/epas_compat_reference/02_the_sql_language/02_data_types/). +For detailed information about the data types supported by EDB Postgres Advanced Server, see the [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. From ef0d6b75812688bd5614650a3926f1cb4f2968d3 Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Tue, 6 Sep 2022 16:07:25 +0530 Subject: [PATCH 03/15] Update product_docs/docs/epas/13/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx Co-authored-by: Dee Dee Rothery <83650384+drothery-edb@users.noreply.github.com> --- .../06_overloading_subprograms.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/13/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx b/product_docs/docs/epas/13/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx index 58ea870fe24..db351440acd 100644 --- a/product_docs/docs/epas/13/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx +++ b/product_docs/docs/epas/13/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx @@ -35,7 +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](/epas/13/epas_compat_reference/02_the_sql_language/02_data_types/). +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. From 4d54b9999f5f950184dab4257c1b9273651f7d98 Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Tue, 6 Sep 2022 16:08:13 +0530 Subject: [PATCH 04/15] Update product_docs/docs/epas/12/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx Co-authored-by: Dee Dee Rothery <83650384+drothery-edb@users.noreply.github.com> --- .../06_overloading_subprograms.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/12/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx b/product_docs/docs/epas/12/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx index b24bc79def4..779219fa001 100644 --- a/product_docs/docs/epas/12/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx +++ b/product_docs/docs/epas/12/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx @@ -32,7 +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](/epas/12/epas_compat_reference/02_the_sql_language/02_data_types/). +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. From e29f629b609c1be9cb993dd30ed8bc9e12b36fbd Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Tue, 6 Sep 2022 16:08:20 +0530 Subject: [PATCH 05/15] Update product_docs/docs/epas/11/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx Co-authored-by: Dee Dee Rothery <83650384+drothery-edb@users.noreply.github.com> --- .../06_overloading_subprograms.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/11/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx b/product_docs/docs/epas/11/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx index 0ada4d4ae41..818bd16ccd3 100644 --- a/product_docs/docs/epas/11/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx +++ b/product_docs/docs/epas/11/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx @@ -32,7 +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](/epas/11/epas_compat_reference/02_the_sql_language/02_data_types/). +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. From e7c6768373c37cf670d051868a4ec3ed593c4e57 Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Tue, 6 Sep 2022 16:08:31 +0530 Subject: [PATCH 06/15] Update product_docs/docs/epas/10/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx Co-authored-by: Dee Dee Rothery <83650384+drothery-edb@users.noreply.github.com> --- .../06_overloading_subprograms.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/10/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx b/product_docs/docs/epas/10/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx index 702b0942922..8b3194a27d6 100644 --- a/product_docs/docs/epas/10/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx +++ b/product_docs/docs/epas/10/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx @@ -32,7 +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](/epas/10/epas_compat_reference/02_the_sql_language/02_data_types/). +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. From 963ee9f652f96676831b45642d3f2d2efaf381cc Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Tue, 6 Sep 2022 17:21:10 +0530 Subject: [PATCH 07/15] Update 06_overloading_subprograms.mdx --- .../06_overloading_subprograms.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/10/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx b/product_docs/docs/epas/10/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx index 8b3194a27d6..3cae6ab43ed 100644 --- a/product_docs/docs/epas/10/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx +++ b/product_docs/docs/epas/10/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx @@ -32,7 +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 [Data types](/epas/10/epas_compat_reference/02_the_sql_language/02_data_types/). +For detailed information about the data types supported by Advanced Server, see the [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. From d27142d95994368082bf2515defd127624b96b75 Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Tue, 6 Sep 2022 17:21:46 +0530 Subject: [PATCH 08/15] Update 06_overloading_subprograms.mdx --- .../06_overloading_subprograms.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/11/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx b/product_docs/docs/epas/11/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx index 818bd16ccd3..ee5388b84d0 100644 --- a/product_docs/docs/epas/11/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx +++ b/product_docs/docs/epas/11/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx @@ -32,7 +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 [Data types](/epas/11/epas_compat_reference/02_the_sql_language/02_data_types/). +For detailed information about the data types supported by Advanced Server, see the [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. From 91be74d300a2289a8718fa4ab5dc67c0b2d7f8ae Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Tue, 6 Sep 2022 17:22:05 +0530 Subject: [PATCH 09/15] Update 06_overloading_subprograms.mdx --- .../06_overloading_subprograms.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/12/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx b/product_docs/docs/epas/12/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx index 779219fa001..ffadb95a139 100644 --- a/product_docs/docs/epas/12/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx +++ b/product_docs/docs/epas/12/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx @@ -32,7 +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 [Data types](/epas/12/epas_compat_reference/02_the_sql_language/02_data_types/). +For detailed information about the data types supported by Advanced Server, see the [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. From 3b5a983680afbf0f1dfb7293268a5835f46ec102 Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Tue, 6 Sep 2022 17:40:21 +0530 Subject: [PATCH 10/15] Update 06_overloading_subprograms.mdx --- .../06_overloading_subprograms.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/13/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx b/product_docs/docs/epas/13/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx index db351440acd..109dc05a6cd 100644 --- a/product_docs/docs/epas/13/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx +++ b/product_docs/docs/epas/13/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx @@ -35,7 +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 [Data types](/epas/13/epas_compat_reference/02_the_sql_language/02_data_types/). +For detailed information about the data types supported by Advanced Server, see the [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. From d24d3a3364646317d7e2838a9c8d4184ae48833f Mon Sep 17 00:00:00 2001 From: Dee Dee Rothery <83650384+drothery-edb@users.noreply.github.com> Date: Tue, 6 Sep 2022 10:35:47 -0400 Subject: [PATCH 11/15] removing article --- .../06_overloading_subprograms.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/10/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx b/product_docs/docs/epas/10/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx index 3cae6ab43ed..8b3194a27d6 100644 --- a/product_docs/docs/epas/10/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx +++ b/product_docs/docs/epas/10/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx @@ -32,7 +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 [Data types](/epas/10/epas_compat_reference/02_the_sql_language/02_data_types/). +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. From 661d76b0eed0caf589014a7fdda168615350ab22 Mon Sep 17 00:00:00 2001 From: Dee Dee Rothery <83650384+drothery-edb@users.noreply.github.com> Date: Tue, 6 Sep 2022 10:36:02 -0400 Subject: [PATCH 12/15] removing article --- .../06_overloading_subprograms.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/12/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx b/product_docs/docs/epas/12/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx index ffadb95a139..779219fa001 100644 --- a/product_docs/docs/epas/12/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx +++ b/product_docs/docs/epas/12/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx @@ -32,7 +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 [Data types](/epas/12/epas_compat_reference/02_the_sql_language/02_data_types/). +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. From a5f5f503a9776e8ce0ba669185a97116624e4563 Mon Sep 17 00:00:00 2001 From: Dee Dee Rothery <83650384+drothery-edb@users.noreply.github.com> Date: Tue, 6 Sep 2022 10:36:13 -0400 Subject: [PATCH 13/15] removing article --- .../06_overloading_subprograms.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/11/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx b/product_docs/docs/epas/11/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx index ee5388b84d0..818bd16ccd3 100644 --- a/product_docs/docs/epas/11/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx +++ b/product_docs/docs/epas/11/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx @@ -32,7 +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 [Data types](/epas/11/epas_compat_reference/02_the_sql_language/02_data_types/). +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. From e4803389fa330a5d31d747981e557690e8da8dc5 Mon Sep 17 00:00:00 2001 From: Dee Dee Rothery <83650384+drothery-edb@users.noreply.github.com> Date: Tue, 6 Sep 2022 10:36:25 -0400 Subject: [PATCH 14/15] removing article --- .../06_overloading_subprograms.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/14/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx b/product_docs/docs/epas/14/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx index 1f8f7e1485e..bd8bd10f401 100644 --- a/product_docs/docs/epas/14/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx +++ b/product_docs/docs/epas/14/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx @@ -31,7 +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 [Data types](/epas/latest/epas_compat_reference/02_the_sql_language/02_data_types/). +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. From 8378223816b7a78ec2e1e04148f40b0efe2d153b Mon Sep 17 00:00:00 2001 From: Dee Dee Rothery <83650384+drothery-edb@users.noreply.github.com> Date: Tue, 6 Sep 2022 10:36:45 -0400 Subject: [PATCH 15/15] Update product_docs/docs/epas/13/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx removing article --- .../06_overloading_subprograms.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/13/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx b/product_docs/docs/epas/13/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx index 109dc05a6cd..db351440acd 100644 --- a/product_docs/docs/epas/13/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx +++ b/product_docs/docs/epas/13/epas_compat_spl/02_spl_programs/07_subprograms_subprocedures_and_subfunctions/06_overloading_subprograms.mdx @@ -35,7 +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 [Data types](/epas/13/epas_compat_reference/02_the_sql_language/02_data_types/). +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.