repo.or.cz
/
PostgreSQL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix obsolete comment regarding FSM truncation.
[PostgreSQL.git]
/
src
/
test
/
locale
/
de_DE.ISO8859-1
/
test-de-select.sql.in
blob
c38a1569002dcb5616798e5f91e3fbe68fecba3f
1
SELECT
*
FROM
wordlist
WHERE
name_de ~
*
'^Ä.*'
ORDER BY
name_de
;