Content-Length: 285784 | pFad | http://github.com/postgrespro/postgres_cluster/commit/5368a23eeb1f530d7c683b207074901c1a5417c4
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2cd368 commit 5368a23Copy full SHA for 5368a23
doc/src/sgml/func.sgml
@@ -1293,6 +1293,25 @@
1293
<entry><literal>Tom</literal></entry>
1294
</row>
1295
1296
+ <row>
1297
+ <entry>
1298
+ <indexterm>
1299
+ <primary>trim</primary>
1300
+ </indexterm>
1301
+ <literal><function>trim(<optional>leading | trailing
1302
+ | both</optional> <optional>from</optional>
1303
+ <parameter>string</parameter>
1304
+ <optional><parameter>, characters</parameter></optional>
1305
+ )</function></literal>
1306
+ </entry>
1307
+ <entry><type>text</type></entry>
1308
1309
+ Non-standard version of <function>trim()</>
1310
1311
+ <entry><literal>trim(both from 'xTomxx', 'x')</literal></entry>
1312
+ <entry><literal>Tom</literal></entry>
1313
+ </row>
1314
+
1315
<row>
1316
<entry>
1317
<indexterm>
Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/5368a23eeb1f530d7c683b207074901c1a5417c4
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments