Project

General

Profile

« Previous | Next » 

Revision 13925

bugfix: schemas/public_.sql: wrapper functions can't use util-schema types because these will cause the wrapper function to be cascadingly dropped when the util schema is reinstalled

View differences:

vegbien.my.sql
1367 1367

  
1368 1368

  
1369 1369
--
1370
-- Name: in_new_world(util.geocoord); Type: FUNCTION; Schema: public; Owner: -
1370
-- Name: in_new_world(double, double); Type: FUNCTION; Schema: public; Owner: -
1371 1371
--
1372 1372

  
1373 1373

  
1374 1374

  
1375 1375

  
1376 1376
--
1377
-- Name: FUNCTION in_new_world(point util.geocoord); Type: COMMENT; Schema: public; Owner: -
1377
-- Name: FUNCTION in_new_world(latitude_deg double, longitude_deg double); Type: COMMENT; Schema: public; Owner: -
1378 1378
--
1379 1379

  
1380 1380

  
1381 1381

  
1382 1382

  
1383 1383
--
1384
-- Name: in_south_america(util.geocoord); Type: FUNCTION; Schema: public; Owner: -
1384
-- Name: in_south_america(double, double); Type: FUNCTION; Schema: public; Owner: -
1385 1385
--
1386 1386

  
1387 1387

  
1388 1388

  
1389 1389

  
1390 1390
--
1391
-- Name: FUNCTION in_south_america(point util.geocoord); Type: COMMENT; Schema: public; Owner: -
1391
-- Name: FUNCTION in_south_america(latitude_deg double, longitude_deg double); Type: COMMENT; Schema: public; Owner: -
1392 1392
--
1393 1393

  
1394 1394

  

Also available in: Unified diff