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
e5f2155a
Commit
e5f2155a
authored
22 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update FAQ from Ian Barwick.
parent
b4b3e340
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
+6
-5
6 additions, 5 deletions
doc/FAQ
doc/src/FAQ/FAQ.html
+6
-6
6 additions, 6 deletions
doc/src/FAQ/FAQ.html
with
12 additions
and
11 deletions
doc/FAQ
+
6
−
5
View file @
e5f2155a
Frequently Asked Questions (FAQ) for PostgreSQL
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Fri
May 30 22:24:56
EDT 2003
Last updated: Fri
Jun 6 18:20:23
EDT 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -252,7 +252,7 @@
...
@@ -252,7 +252,7 @@
1.7) What is the latest release?
1.7) What is the latest release?
The latest release of PostgreSQL is version 7.3.
2
.
The latest release of PostgreSQL is version 7.3.
3
.
We plan to have major releases every four months.
We plan to have major releases every four months.
...
@@ -265,8 +265,9 @@
...
@@ -265,8 +265,9 @@
There are two PostgreSQL books available online at
There are two PostgreSQL books available online at
http://www.PostgreSQL.org/docs/awbook.html and
http://www.PostgreSQL.org/docs/awbook.html and
http://www.commandprompt.com/ppbook/. There is a list of PostgreSQL
http://www.commandprompt.com/ppbook/. There is a list of PostgreSQL
books available for purchase at http://www.ca.PostgreSQL.org/books/.
books available for purchase at
There is also a collection of PostgreSQL technical articles at
http://techdocs.PostgreSQL.org/techdocs/bookreviews.php. There is also
a collection of PostgreSQL technical articles at
http://techdocs.PostgreSQL.org/.
http://techdocs.PostgreSQL.org/.
psql has some nice \d commands to show information about types,
psql has some nice \d commands to show information about types,
...
@@ -671,7 +672,7 @@
...
@@ -671,7 +672,7 @@
BEGIN;
BEGIN;
ALTER TABLE tab ADD COLUMN new_col new_data_type;
ALTER TABLE tab ADD COLUMN new_col new_data_type;
UPDATE tab SET new_col = CAST(old_col AS new_data_type);
UPDATE tab SET new_col = CAST(old_col AS new_data_type);
ALTER TABLE DROP COLUMN old_col;
ALTER TABLE
tab
DROP COLUMN old_col;
COMMIT;
COMMIT;
You might then want to do VACUUM FULL tab to reclaim the disk space
You might then want to do VACUUM FULL tab to reclaim the disk space
...
...
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ.html
+
6
−
6
View file @
e5f2155a
...
@@ -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: Fri
May 30 22:24:56
EDT 2003
</P>
<P>
Last updated: Fri
Jun 6 18:20:23
EDT 2003
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
...
@@ -323,7 +323,7 @@
...
@@ -323,7 +323,7 @@
<H4><A
name=
"1.7"
>
1.7
</A>
) What is the latest release?
</H4>
<H4><A
name=
"1.7"
>
1.7
</A>
) What is the latest release?
</H4>
<P>
The latest release of PostgreSQL is version 7.3.
2
.
</P>
<P>
The latest release of PostgreSQL is version 7.3.
3
.
</P>
<P>
We plan to have major releases every four months.
</P>
<P>
We plan to have major releases every four months.
</P>
...
@@ -340,7 +340,7 @@
...
@@ -340,7 +340,7 @@
"http://www.commandprompt.com/ppbook/"
>
http://www.commandprompt.com/ppbook/
</A>
.
"http://www.commandprompt.com/ppbook/"
>
http://www.commandprompt.com/ppbook/
</A>
.
There is a list of PostgreSQL books available for purchase at
<A
There is a list of PostgreSQL books available for purchase at
<A
href=
href=
"http://
www.ca.P
ostgre
SQL
.org/
books/
"
>
http://
www.ca
.PostgreSQL.org/
books/
</A>
.
"http://
techdocs.p
ostgre
sql
.org/
techdocs/bookreviews.php
"
>
http://
techdocs
.PostgreSQL.org/
techdocs/bookreviews.php
</A>
.
There is also a collection of PostgreSQL technical articles at
<A
There is also a collection of PostgreSQL technical articles at
<A
href=
href=
"http://techdocs.PostgreSQL.org/"
>
http://techdocs.PostgreSQL.org/
</A>
.
</P>
"http://techdocs.PostgreSQL.org/"
>
http://techdocs.PostgreSQL.org/
</A>
.
</P>
...
@@ -505,7 +505,7 @@
...
@@ -505,7 +505,7 @@
<P>
Also, if you have a success story about PostgreSQL, please submit
<P>
Also, if you have a success story about PostgreSQL, please submit
it to our advocacy site at
<a
href=
"http://advocacy.postgresql.org"
>
it to our advocacy site at
<a
href=
"http://advocacy.postgresql.org"
>
http://advocacy.postgresql.org
</a>
.
http://advocacy.postgresql.org
</a>
.
</P>
<H2
align=
"center"
>
User Client Questions
</H2>
<H2
align=
"center"
>
User Client Questions
</H2>
...
@@ -612,7 +612,7 @@
...
@@ -612,7 +612,7 @@
<I>
postmaster
</I>
. For most systems, with default numbers of
<I>
postmaster
</I>
. For most systems, with default numbers of
buffers and processes, you need a minimum of ~1 MB. See the
<A
buffers and processes, you need a minimum of ~1 MB. See the
<A
href=
href=
"http://www.PostgreSQL.org/docs/view.php?version=current&idoc=1&file=kernel-resources.html"
>
PostgreSQL
"http://www.PostgreSQL.org/docs/view.php?version=current&
amp;
idoc=1&
amp;
file=kernel-resources.html"
>
PostgreSQL
Administrator's Guide
</A>
for more detailed information about
Administrator's Guide
</A>
for more detailed information about
shared memory and semaphores.
</P>
shared memory and semaphores.
</P>
...
@@ -856,7 +856,7 @@
...
@@ -856,7 +856,7 @@
BEGIN;
BEGIN;
ALTER TABLE tab ADD COLUMN new_col
<i>
new_data_type
</i>
;
ALTER TABLE tab ADD COLUMN new_col
<i>
new_data_type
</i>
;
UPDATE tab SET new_col = CAST(old_col AS
<i>
new_data_type
</i>
);
UPDATE tab SET new_col = CAST(old_col AS
<i>
new_data_type
</i>
);
ALTER TABLE DROP COLUMN old_col;
ALTER TABLE
tab
DROP COLUMN old_col;
COMMIT;
COMMIT;
</PRE>
</PRE>
<P>
You might then want to do
<I>
VACUUM FULL tab
</I>
to reclaim the
<P>
You might then want to do
<I>
VACUUM FULL tab
</I>
to reclaim the
...
...
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