Rafa de la Torre
|
61d2024eb5
|
Make the code nicer by avoiding IF/THEN/ELSE
As suggested by Algunenano.
|
2018-07-03 15:35:05 +02:00 |
|
Rafa de la Torre
|
af142306aa
|
Mark _CDB_Table_Exists() as PARALLEL UNSAFE
As pointed out by Algunenano, PL/pgSQL function which establishes an
EXCEPTION block to catch errors must be qualified with it.
|
2018-07-03 15:26:48 +02:00 |
|
Rafa de la Torre
|
82f90e618c
|
Use CREATE OR REPLACE FUNCTION
|
2018-07-03 13:04:39 +02:00 |
|
Rafa de la Torre
|
55a77b0ef0
|
Add a new helper function _CDB_Table_Exists
|
2018-07-03 13:00:24 +02:00 |
|
Raul Marin
|
0abc2ba250
|
Add PARALLEL parameter to functions
|
2017-11-13 09:35:20 +01:00 |
|
Rafa de la Torre
|
ffb779eb74
|
Increase search space of ids by 100x #305
|
2017-06-29 17:54:42 +02:00 |
|
Guido Fioravantti
|
fdfbe8e62c
|
Typo fixing 173
|
2015-10-27 12:11:00 +01:00 |
|
Guido Fioravantti
|
32c729e464
|
Refactors code 173
|
2015-10-27 10:33:15 +01:00 |
|
Guido Fioravantti
|
58b2705383
|
Rename relname to colname in _CDB_Unique_Column_Identifier
|
2015-10-26 18:35:12 +01:00 |
|
Guido Fioravantti
|
bb54eb83c1
|
Drops CDB_Trim_Octets for CDB_Octet_Truncate
|
2015-10-26 18:01:03 +01:00 |
|
Guido Fioravantti
|
2e701f73ba
|
Reworks _CDB_Octet_Trim 173
|
2015-10-26 16:35:33 +01:00 |
|
Guido Fioravantti
|
710a3c9672
|
Removes ability to examine all relations for _CDB_Unique_Column_Identifier 173
|
2015-10-26 16:17:25 +01:00 |
|
Guido Fioravantti
|
bb18d71995
|
Adds comment for magic number and constant for maxlen 173
|
2015-10-26 16:15:55 +01:00 |
|
Guido Fioravantti
|
629214f32f
|
Adds explanation for SCHEMA DEFAULT NULL 173
|
2015-10-26 15:54:08 +01:00 |
|
Guido Fioravantti
|
aed8671e77
|
Uses underscore prefix for private tables 173
|
2015-10-22 19:00:18 +02:00 |
|
Guido Fioravantti
|
8479c3375b
|
Adds CDB_Unique_Column_Identifier for columns 173
|
2015-10-22 17:01:47 +02:00 |
|
Guido Fioravantti
|
5dfe56a664
|
Moves new CDB_Unique_Identifier and _CDB_Octet_Trim to CDB_Helper.sql file
|
2015-10-22 12:38:00 +02:00 |
|