Project

General

Profile

« Previous | Next » 

Revision 10161

schemas/util.sql: type_qual(), type_qual_name(): added comments to distinguish these similarly-named functions, one of which gets a type qualifier and the other of which gets a qualified name (not the name of a type qualifier, which one might otherwise assume)

View differences:

util.sql
1442 1442

  
1443 1443

  
1444 1444
--
1445
-- Name: FUNCTION type_qual(value anyelement); Type: COMMENT; Schema: util; Owner: -
1446
--
1447

  
1448
COMMENT ON FUNCTION type_qual(value anyelement) IS 'a type''s NOT NULL qualifier';
1449

  
1450

  
1451
--
1445 1452
-- Name: type_qual_name(regtype); Type: FUNCTION; Schema: util; Owner: -
1446 1453
--
1447 1454

  
......
1454 1461

  
1455 1462

  
1456 1463
--
1464
-- Name: FUNCTION type_qual_name(type regtype); Type: COMMENT; Schema: util; Owner: -
1465
--
1466

  
1467
COMMENT ON FUNCTION type_qual_name(type regtype) IS 'a type''s schema-qualified name';
1468

  
1469

  
1470
--
1457 1471
-- Name: typeof(text, regtype); Type: FUNCTION; Schema: util; Owner: -
1458 1472
--
1459 1473

  

Also available in: Unified diff