1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.326 2006/07/13 23:59:47 neilc Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.327 2006/07/16 23:59:58 neilc Exp $ -->
2
2
3
3
<chapter id="functions">
4
4
<title>Functions and Operators</title>
@@ -6145,12 +6145,12 @@ SELECT TIMESTAMP WITH TIME ZONE '2001-02-16 20:38:40-05' AT TIME ZONE 'MST';
6145
6145
CURRENT_DATE
6146
6146
CURRENT_TIME
6147
6147
CURRENT_TIMESTAMP
6148
- CURRENT_TIME (<replaceable>precision</replaceable>)
6149
- CURRENT_TIMESTAMP (<replaceable>precision</replaceable>)
6148
+ CURRENT_TIME(<replaceable>precision</replaceable>)
6149
+ CURRENT_TIMESTAMP(<replaceable>precision</replaceable>)
6150
6150
LOCALTIME
6151
6151
LOCALTIMESTAMP
6152
- LOCALTIME (<replaceable>precision</replaceable>)
6153
- LOCALTIMESTAMP (<replaceable>precision</replaceable>)
6152
+ LOCALTIME(<replaceable>precision</replaceable>)
6153
+ LOCALTIMESTAMP(<replaceable>precision</replaceable>)
6154
6154
</synopsis>
6155
6155
</para>
6156
6156
@@ -7685,8 +7685,7 @@ SELECT NULLIF(value, '(none)') ...
7685
7685
<row>
7686
7686
<entry>
7687
7687
<literal>
7688
- <function>array_append</function>
7689
- (<type>anyarray</type>, <type>anyelement</type>)
7688
+ <function>array_append</function>(<type>anyarray</type>, <type>anyelement</type>)
7690
7689
</literal>
7691
7690
</entry>
7692
7691
<entry><type>anyarray</type></entry>
@@ -7697,8 +7696,7 @@ SELECT NULLIF(value, '(none)') ...
7697
7696
<row>
7698
7697
<entry>
7699
7698
<literal>
7700
- <function>array_cat</function>
7701
- (<type>anyarray</type>, <type>anyarray</type>)
7699
+ <function>array_cat</function>(<type>anyarray</type>, <type>anyarray</type>)
7702
7700
</literal>
7703
7701
</entry>
7704
7702
<entry><type>anyarray</type></entry>
@@ -7709,8 +7707,7 @@ SELECT NULLIF(value, '(none)') ...
7709
7707
<row>
7710
7708
<entry>
7711
7709
<literal>
7712
- <function>array_dims</function>
7713
- (<type>anyarray</type>)
7710
+ <function>array_dims</function>(<type>anyarray</type>)
7714
7711
</literal>
7715
7712
</entry>
7716
7713
<entry><type>text</type></entry>
@@ -7721,8 +7718,7 @@ SELECT NULLIF(value, '(none)') ...
7721
7718
<row>
7722
7719
<entry>
7723
7720
<literal>
7724
- <function>array_lower</function>
7725
- (<type>anyarray</type>, <type>int</type>)
7721
+ <function>array_lower</function>(<type>anyarray</type>, <type>int</type>)
7726
7722
</literal>
7727
7723
</entry>
7728
7724
<entry><type>int</type></entry>
@@ -7733,8 +7729,7 @@ SELECT NULLIF(value, '(none)') ...
7733
7729
<row>
7734
7730
<entry>
7735
7731
<literal>
7736
- <function>array_prepend</function>
7737
- (<type>anyelement</type>, <type>anyarray</type>)
7732
+ <function>array_prepend</function>(<type>anyelement</type>, <type>anyarray</type>)
7738
7733
</literal>
7739
7734
</entry>
7740
7735
<entry><type>anyarray</type></entry>
@@ -7745,8 +7740,7 @@ SELECT NULLIF(value, '(none)') ...
7745
7740
<row>
7746
7741
<entry>
7747
7742
<literal>
7748
- <function>array_to_string</function>
7749
- (<type>anyarray</type>, <type>text</type>)
7743
+ <function>array_to_string</function>(<type>anyarray</type>, <type>text</type>)
7750
7744
</literal>
7751
7745
</entry>
7752
7746
<entry><type>text</type></entry>
@@ -7757,8 +7751,7 @@ SELECT NULLIF(value, '(none)') ...
7757
7751
<row>
7758
7752
<entry>
7759
7753
<literal>
7760
- <function>array_upper</function>
7761
- (<type>anyarray</type>, <type>int</type>)
7754
+ <function>array_upper</function>(<type>anyarray</type>, <type>int</type>)
7762
7755
</literal>
7763
7756
</entry>
7764
7757
<entry><type>int</type></entry>
@@ -7769,8 +7762,7 @@ SELECT NULLIF(value, '(none)') ...
7769
7762
<row>
7770
7763
<entry>
7771
7764
<literal>
7772
- <function>string_to_array</function>
7773
- (<type>text</type>, <type>text</type>)
7765
+ <function>string_to_array</function>(<type>text</type>, <type>text</type>)
7774
7766
</literal>
7775
7767
</entry>
7776
7768
<entry><type>text[]</type></entry>
0 commit comments