Changeset 4833 for trunk/include/dblayer/functions_pgsql.inc.php
- Timestamp:
- Feb 3, 2010, 10:26:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/dblayer/functions_pgsql.inc.php
r4781 r4833 393 393 } 394 394 395 function pwg_db_concat($array) 396 { 397 $string = implode($array, ','); 398 return 'ARRAY_TO_STRING(ARRAY['.$string.'])'; 399 } 400 395 401 function pwg_db_concat_ws($array, $separator) 396 402 {
Note: See TracChangeset
for help on using the changeset viewer.