|
7 | 7 | * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
|
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
10 |
| - * $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.393 2006/01/26 02:35:49 tgl Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.394 2006/02/09 14:53:51 momjian Exp $ |
11 | 11 | *
|
12 | 12 | * NOTES
|
13 | 13 | * The script catalog/genbki.sh reads this file and generates .bki
|
@@ -2720,43 +2720,43 @@ DATA(insert OID = 1861 ( int82ge PGNSP PGUID 12 f f t f i 2 16 "20 21" _nul
|
2720 | 2720 | DESCR("greater-than-or-equal");
|
2721 | 2721 |
|
2722 | 2722 | DATA(insert OID = 1892 ( int2and PGNSP PGUID 12 f f t f i 2 21 "21 21" _null_ _null_ _null_ int2and - _null_ ));
|
2723 |
| -DESCR("binary and"); |
| 2723 | +DESCR("bitwise and"); |
2724 | 2724 | DATA(insert OID = 1893 ( int2or PGNSP PGUID 12 f f t f i 2 21 "21 21" _null_ _null_ _null_ int2or - _null_ ));
|
2725 |
| -DESCR("binary or"); |
| 2725 | +DESCR("bitwise or"); |
2726 | 2726 | DATA(insert OID = 1894 ( int2xor PGNSP PGUID 12 f f t f i 2 21 "21 21" _null_ _null_ _null_ int2xor - _null_ ));
|
2727 |
| -DESCR("binary xor"); |
| 2727 | +DESCR("bitwise xor"); |
2728 | 2728 | DATA(insert OID = 1895 ( int2not PGNSP PGUID 12 f f t f i 1 21 "21" _null_ _null_ _null_ int2not - _null_ ));
|
2729 |
| -DESCR("binary not"); |
| 2729 | +DESCR("bitwise not"); |
2730 | 2730 | DATA(insert OID = 1896 ( int2shl PGNSP PGUID 12 f f t f i 2 21 "21 23" _null_ _null_ _null_ int2shl - _null_ ));
|
2731 |
| -DESCR("binary shift left"); |
| 2731 | +DESCR("bitwise shift left"); |
2732 | 2732 | DATA(insert OID = 1897 ( int2shr PGNSP PGUID 12 f f t f i 2 21 "21 23" _null_ _null_ _null_ int2shr - _null_ ));
|
2733 |
| -DESCR("binary shift right"); |
| 2733 | +DESCR("bitwise shift right"); |
2734 | 2734 |
|
2735 | 2735 | DATA(insert OID = 1898 ( int4and PGNSP PGUID 12 f f t f i 2 23 "23 23" _null_ _null_ _null_ int4and - _null_ ));
|
2736 |
| -DESCR("binary and"); |
| 2736 | +DESCR("bitwise and"); |
2737 | 2737 | DATA(insert OID = 1899 ( int4or PGNSP PGUID 12 f f t f i 2 23 "23 23" _null_ _null_ _null_ int4or - _null_ ));
|
2738 |
| -DESCR("binary or"); |
| 2738 | +DESCR("bitwise or"); |
2739 | 2739 | DATA(insert OID = 1900 ( int4xor PGNSP PGUID 12 f f t f i 2 23 "23 23" _null_ _null_ _null_ int4xor - _null_ ));
|
2740 |
| -DESCR("binary xor"); |
| 2740 | +DESCR("bitwise xor"); |
2741 | 2741 | DATA(insert OID = 1901 ( int4not PGNSP PGUID 12 f f t f i 1 23 "23" _null_ _null_ _null_ int4not - _null_ ));
|
2742 |
| -DESCR("binary not"); |
| 2742 | +DESCR("bitwise not"); |
2743 | 2743 | DATA(insert OID = 1902 ( int4shl PGNSP PGUID 12 f f t f i 2 23 "23 23" _null_ _null_ _null_ int4shl - _null_ ));
|
2744 |
| -DESCR("binary shift left"); |
| 2744 | +DESCR("bitwise shift left"); |
2745 | 2745 | DATA(insert OID = 1903 ( int4shr PGNSP PGUID 12 f f t f i 2 23 "23 23" _null_ _null_ _null_ int4shr - _null_ ));
|
2746 |
| -DESCR("binary shift right"); |
| 2746 | +DESCR("bitwise shift right"); |
2747 | 2747 |
|
2748 | 2748 | DATA(insert OID = 1904 ( int8and PGNSP PGUID 12 f f t f i 2 20 "20 20" _null_ _null_ _null_ int8and - _null_ ));
|
2749 |
| -DESCR("binary and"); |
| 2749 | +DESCR("bitwise and"); |
2750 | 2750 | DATA(insert OID = 1905 ( int8or PGNSP PGUID 12 f f t f i 2 20 "20 20" _null_ _null_ _null_ int8or - _null_ ));
|
2751 |
| -DESCR("binary or"); |
| 2751 | +DESCR("bitwise or"); |
2752 | 2752 | DATA(insert OID = 1906 ( int8xor PGNSP PGUID 12 f f t f i 2 20 "20 20" _null_ _null_ _null_ int8xor - _null_ ));
|
2753 |
| -DESCR("binary xor"); |
| 2753 | +DESCR("bitwise xor"); |
2754 | 2754 | DATA(insert OID = 1907 ( int8not PGNSP PGUID 12 f f t f i 1 20 "20" _null_ _null_ _null_ int8not - _null_ ));
|
2755 |
| -DESCR("binary not"); |
| 2755 | +DESCR("bitwise not"); |
2756 | 2756 | DATA(insert OID = 1908 ( int8shl PGNSP PGUID 12 f f t f i 2 20 "20 23" _null_ _null_ _null_ int8shl - _null_ ));
|
2757 |
| -DESCR("binary shift left"); |
| 2757 | +DESCR("bitwise shift left"); |
2758 | 2758 | DATA(insert OID = 1909 ( int8shr PGNSP PGUID 12 f f t f i 2 20 "20 23" _null_ _null_ _null_ int8shr - _null_ ));
|
2759 |
| -DESCR("binary shift right"); |
| 2759 | +DESCR("bitwise shift right"); |
2760 | 2760 |
|
2761 | 2761 | DATA(insert OID = 1910 ( int8up PGNSP PGUID 12 f f t f i 1 20 "20" _null_ _null_ _null_ int8up - _null_ ));
|
2762 | 2762 | DESCR("unary plus");
|
|
0 commit comments