projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea01a45
)
Fix markup typo.
author
Thomas G. Lockhart
Tue, 11 Jun 2002 16:00:17 +0000
(16:00 +0000)
committer
Thomas G. Lockhart
Tue, 11 Jun 2002 16:00:17 +0000
(16:00 +0000)
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index c208f64504e56c87be0dbcb98fd2f652669ddc43..1e7e5bcde61eb815ea6b3a280919322cfca372eb 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-1,5
+1,5
@@
@@
-1419,7
+1419,7
@@
PostgreSQL documentation
Both
LIKE
and
SIMILAR TO
are SQL-standard operators which are also available in alternate
- forms as
>PostgreSQL
> operators; look at
+ forms as
name>PostgreSQL> operators; look at
~
and
~~
for examples.