Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
e336635c
Commit
e336635c
authored
20 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update Chinese FAQ to xhtml.
parent
7e94998c
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FAQ_chinese
+4
-11
4 additions, 11 deletions
doc/FAQ_chinese
doc/src/FAQ/FAQ_chinese.html
+751
-818
751 additions, 818 deletions
doc/src/FAQ/FAQ_chinese.html
with
755 additions
and
829 deletions
doc/FAQ_chinese
+
4
−
11
View file @
e336635c
...
@@ -88,11 +88,8 @@
...
@@ -88,11 +88,8 @@
4.22) 为什么使用 IN 的子查询这么慢?
4.22) 为什么使用 IN 的子查询这么慢?
4.23) 如何进行 outer join (外连接)?
4.23) 如何进行 outer join (外连接)?
4.24) 如何使用涉及多个数据库的查询?
4.24) 如何使用涉及多个数据库的查询?
4.25) 如何让函数返回多行或多列?
4.25) 如何让函数返回多行或多列?
4.26) 为什么在 PL/PgSQL 函数中不能可靠地创建或删除临时表?
4.26) 为什么在 PL/PgSQL 函数中不能可靠地创建或删除临时表?
4.27) 有哪些数据复制选项?
4.27) 有哪些数据复制选项?
4.28) 有哪些数据加密选项?
4.28) 有哪些数据加密选项?
...
@@ -702,16 +699,12 @@
...
@@ -702,16 +699,12 @@
当使用通配符操作,例如 LIKE 或 ~ 时,索引只能在特定的情况下使用:
当使用通配符操作,例如 LIKE 或 ~ 时,索引只能在特定的情况下使用:
* 字符串的开始部分必须是普通字符串,也就是说:
* 字符串的开始部分必须是普通字符串,也就是说:
* LIKE 模式不能以 % 打头。
* LIKE 模式不能以 % 打头。
* ~ (正则表达式)模式必须以 ^ 打头。
* ~ (正则表达式)模式必须以 ^ 打头。
* 字符串不能以匹配多个字符的模式类打头,例如 [a-e]。
字符串不能以匹配多个字符的模式类打头,例如 [a-e]。
* 大小写无关的查找,如 ILIKE 和 ~* 等不使用索引。但可以用 4.12
大小写无关的查找,如 ILIKE 和 ~* 等不使用索引。但可以用 4.12
节描述的函数索引。
节描述的函数索引。
* 在做 initdb 时必须采用缺省的本地设置 C locale。
在做 initdb 时必须采用缺省的本地设置 C locale。
4.9) 我如何才能看到查询优化器是怎样处理我的查询的?
4.9) 我如何才能看到查询优化器是怎样处理我的查询的?
...
...
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ_chinese.html
+
751
−
818
View file @
e336635c
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment