git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 23543c7)
Remove a useless backslash from a pattern-match example. Michael Toews
2009年5月13日 21:53:41 +0000 (21:53 +0000)
2009年5月13日 21:53:41 +0000 (21:53 +0000)

diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index b9d2069b648500aa641af6d22825f0bcaba3b228..01e56925947b2bf3761ececbc6da2e0f9fe83650 100644 (file)
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.478 2009年05月03日 21:10:27 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.479 2009年05月13日 21:53:41 tgl Exp $ -->
<chapter id="functions">
<title>Functions and Operators</title>
@@ -3445,7 +3445,7 @@ SELECT regexp_matches('foobarbequebaz', 'barbeque');
Some examples:
<programlisting>
-SELECT foo FROM regexp_split_to_table('the quick brown fox jumped over the lazy dog', E'\\\s+') AS foo;
+SELECT foo FROM regexp_split_to_table('the quick brown fox jumped over the lazy dog', E'\\s+') AS foo;
foo
--------
the
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /