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
a6f156b9
Commit
a6f156b9
authored
18 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Make URL to docs use /current/.
parent
c08cfab4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FAQ
+1
-1
1 addition, 1 deletion
doc/FAQ
doc/src/FAQ/FAQ.html
+2
-2
2 additions, 2 deletions
doc/src/FAQ/FAQ.html
with
3 additions
and
3 deletions
doc/FAQ
+
1
−
1
View file @
a6f156b9
Frequently Asked Questions (FAQ) for PostgreSQL
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated:
Sat
Dec
2 07
:1
5
:3
4
EST 2006
Last updated:
Tue
Dec
5 18
:1
3
:3
2
EST 2006
Current maintainer: Bruce Momjian (bruce@momjian.us)
Current maintainer: Bruce Momjian (bruce@momjian.us)
...
...
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ.html
+
2
−
2
View file @
a6f156b9
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
alink=
"#0000ff"
>
alink=
"#0000ff"
>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<P>
Last updated:
Sat
Dec
2 07
:1
5
:3
4
EST 2006
</P>
<P>
Last updated:
Tue
Dec
5 18
:1
3
:3
2
EST 2006
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:bruce@momjian.us"
>
bruce@momjian.us
</A>
)
"mailto:bruce@momjian.us"
>
bruce@momjian.us
</A>
)
...
@@ -1091,7 +1091,7 @@ length</TD></TR>
...
@@ -1091,7 +1091,7 @@ length</TD></TR>
double-quotes around table or column names during table creation.
double-quotes around table or column names during table creation.
When double-quotes are used, table and column names (called
When double-quotes are used, table and column names (called
identifiers) are stored
<a
identifiers) are stored
<a
href=
"http://www.postgresql.org/docs/
8.2
/static/sql-syntax.html#SQL-SYNTAX-IDENTIFIERS"
>
href=
"http://www.postgresql.org/docs/
current
/static/sql-syntax.html#SQL-SYNTAX-IDENTIFIERS"
>
case-sensitive
</a>
, meaning you must use double-quotes when
case-sensitive
</a>
, meaning you must use double-quotes when
referencing the names in a query. Some interfaces, like pgAdmin,
referencing the names in a query. Some interfaces, like pgAdmin,
automatically double-quote identifiers during table creation.
automatically double-quote identifiers during table creation.
...
...
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