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
39c1ce2c
Commit
39c1ce2c
authored
18 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Remove duplicate text, per Magnus.
parent
23c8b0cc
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FAQ
+1
-4
1 addition, 4 deletions
doc/FAQ
doc/src/FAQ/FAQ.html
+1
-5
1 addition, 5 deletions
doc/src/FAQ/FAQ.html
with
2 additions
and
9 deletions
doc/FAQ
+
1
−
4
View file @
39c1ce2c
Frequently Asked Questions (FAQ) for PostgreSQL
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated:
Wed
Apr
18 23:05:05
EDT 2007
Last updated:
Fri
Apr
20 09:48:11
EDT 2007
Current maintainer: Bruce Momjian (bruce@momjian.us)
Current maintainer: Bruce Momjian (bruce@momjian.us)
...
@@ -630,9 +630,6 @@
...
@@ -630,9 +630,6 @@
upper and lowercase characters, it can not have identical values that
upper and lowercase characters, it can not have identical values that
differ only in case. To force a particular case to be stored in the
differ only in case. To force a particular case to be stored in the
column, use a CHECK constraint or a trigger.
column, use a CHECK constraint or a trigger.
4.9) In a query, how do I detect if a field is NULL? How do I
concatenate possible NULLs? How can I sort on whether a field is NULL
or not?
4.9) In a query, how do I detect if a field is NULL? How do I concatenate
4.9) In a query, how do I detect if a field is NULL? How do I concatenate
possible NULLs? How can I sort on whether a field is NULL or not?
possible NULLs? How can I sort on whether a field is NULL or not?
...
...
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ.html
+
1
−
5
View file @
39c1ce2c
...
@@ -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:
Wed
Apr
18 23:05:05
EDT 2007
</P>
<P>
Last updated:
Fri
Apr
20 09:48:11
EDT 2007
</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>
)
...
@@ -823,10 +823,6 @@ table?</TD><TD>unlimited</TD></TR>
...
@@ -823,10 +823,6 @@ table?</TD><TD>unlimited</TD></TR>
case to be stored in the column, use a
<SMALL>
CHECK
</SMALL>
case to be stored in the column, use a
<SMALL>
CHECK
</SMALL>
constraint or a trigger.
</P>
constraint or a trigger.
</P>
<A
href=
"#item4.9"
>
4.9
</A>
) In a query, how do I detect if a field
is
<SMALL>
NULL
</SMALL>
? How do I concatenate possible
<SMALL>
NULL
</SMALL>
s?
How can I sort on whether a field is
<SMALL>
NULL
</SMALL>
or not?
<BR>
<H3
id=
"item4.9"
>
4.9) In a query, how do I detect if a field
<H3
id=
"item4.9"
>
4.9) In a query, how do I detect if a field
is
<SMALL>
NULL
</SMALL>
? How do I concatenate possible
<SMALL>
NULL
</SMALL>
s?
is
<SMALL>
NULL
</SMALL>
? How do I concatenate possible
<SMALL>
NULL
</SMALL>
s?
How can I sort on whether a field is
<SMALL>
NULL
</SMALL>
or not?
</H3>
How can I sort on whether a field is
<SMALL>
NULL
</SMALL>
or not?
</H3>
...
...
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