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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
531685c2
Commit
531685c2
authored
Nov 14, 2003
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update FAQ and TODO for 7.4.
parent
ff7d0e6e
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/FAQ
+5
-5
5 additions, 5 deletions
doc/FAQ
doc/TODO
+9
-3
9 additions, 3 deletions
doc/TODO
doc/src/FAQ/FAQ.html
+6
-5
6 additions, 5 deletions
doc/src/FAQ/FAQ.html
with
20 additions
and
13 deletions
doc/FAQ
+
5
−
5
View file @
531685c2
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated:
Wed Oct 29 15:19:43
EST 2003
Last updated:
Mon Nov 10 17:47:25
EST 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
@@ -244,9 +244,9 @@
http://www.PostgreSQL.org
There is also an IRC channel on EFNet and
OpenProjects
, channel
#PostgreSQL.
I
use the Unix command irc -c '#PostgreSQL' "$USER"
irc.phoenix.net.
There is also an IRC channel on EFNet and
Freenode
, channel
#PostgreSQL.
You can
use the Unix command irc -c '#PostgreSQL' "$USER"
irc.phoenix.net.
or irc -c '#PostgreSQL' "$USER" irc.freenode.net.
A list of commercial support companies is available at
http://techdocs.postgresql.org/companies.php.
...
...
@@ -349,7 +349,7 @@
Web page comparing PostgreSQL to MySQL at
http://openacs.org/philosophy/why-not-mysql.html Also, MySQL is
is a company that distributes its products via open source, not
an open source development community
i
lke PostgreSQL.
an open source development community l
i
ke PostgreSQL.
Reliability
We realize that a DBMS must be reliable, or it is worthless. We
...
...
...
...
This diff is collapsed.
Click to expand it.
doc/TODO
+
9
−
3
View file @
531685c2
TODO list for PostgreSQL
========================
Last updated:
Sun Oct 26 00:43:53
E
D
T 2003
Last updated:
Tue Nov 11 23:10:40
E
S
T 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
@@ -206,6 +206,12 @@ Commands
(Christopher)
* Add optional textual message to NOTIFY
* Allow more ISOLATION LEVELS to be accepted, but issue a warning for them
* Allow CREATE TABLE foo (f1 INT CHECK (f1 > 0) CHECK (f1 < 10)) to work
by searching for non-conflicting constraint names, and prefix with table name
* Use more reliable method for CREATE DATABASE to get a consistent copy of db
* Have psql \dn show only visible schemas using current_schemas()
* Have psql '\i ~/<tab><tab>' actually load files it displays from home dir
* Ignore temporary tables from other session when processing inheritance
* ALTER
...
...
@@ -395,7 +401,7 @@ Fsync
Cache
=====
* Shared catalog cache, reduce lseek()'s by caching table size in shared area
* Add free-behind capability for large sequential scans (
Bruc
e)
* Add free-behind capability for large sequential scans (
fadvis
e)
* Consider use of open/fcntl(O_DIRECT) to minimize OS caching
* Make blind writes go through the file descriptor cache
* Cache last known per-tuple offsets to speed long tuple access
...
...
@@ -516,7 +522,7 @@ Source Code
* Acquire lock on a relation before building a relcache entry for it
* Research interaction of setitimer() and sleep() used by statement_timeout
* Add checks for fclose() failure
* Change CVS $Id: TODO,v 1.1161 2003/1
0/26 04:43:5
5 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1161 2003/1
0/26 04:43:5
5 momjian Exp $
* Change CVS $Id: TODO,v 1.1161
.2.1
2003/1
1/14 17:54:1
5 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1161
.2.1
2003/1
1/14 17:54:1
5 momjian Exp $
* Exit postmaster if postgresql.conf can not be opened
* Rename /scripts directory because they are all C programs now
* Allow the regression tests to start postmaster with -i so the tests
...
...
...
...
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ.html
+
6
−
5
View file @
531685c2
...
...
@@ -10,7 +10,7 @@
alink=
"#0000ff"
>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<P>
Last updated:
Wed Oct 29 15:19:43
EST 2003
</P>
<P>
Last updated:
Mon Nov 10 17:47:25
EST 2003
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
...
...
@@ -316,9 +316,10 @@
<A
href=
"http://www.PostgreSQL.org"
>
http://www.PostgreSQL.org
</A>
</BLOCKQUOTE>
<P>
There is also an IRC channel on EFNet and OpenProjects,
channel
<I>
#PostgreSQL
</I>
. I use the Unix command
<CODE>
irc -c
'#PostgreSQL' "$USER" irc.phoenix.net.
</CODE></P>
<P>
There is also an IRC channel on EFNet and Freenode,
channel
<I>
#PostgreSQL
</I>
. You can use the Unix command
<CODE>
irc -c
'#PostgreSQL' "$USER" irc.phoenix.net.
</CODE>
or
<CODE>
irc -c
'#PostgreSQL' "$USER" irc.freenode.net.
</CODE></P>
<P>
A list of commercial support companies is available at
<A
href=
"http://techdocs.postgresql.org/companies.php"
>
http://techdocs.postgresql.org/companies.php
</A>
.
</P>
...
...
@@ -446,7 +447,7 @@
MySQL at
<A
href=
"http://openacs.org/philosophy/why-not-mysql.html"
>
http://openacs.org/philosophy/why-not-mysql.html
</A>
Also, MySQL is
is a company that distributes its products via open source, not an
open source development community
i
lke PostgreSQL.
<BR>
open source development community l
i
ke PostgreSQL.
<BR>
<BR>
</DD>
...
...
...
...
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