Neil Conway
bd90ebdbce
Add an index entry for tablespaces. From Kris Jurka.
2004-09-30 02:40:23 +00:00
Bruce Momjian
2cda0395bd
Add Farsi version of FAQ.
...
Mahmoud Taghizadeh
2004-09-29 16:23:16 +00:00
Neil Conway
1bb38bb4e5
Minor documentation improvement.
2004-09-29 06:27:11 +00:00
Neil Conway
bb467563ec
Fix typo in docs.
2004-09-28 10:18:22 +00:00
Bruce Momjian
d4d5fdabbb
Update docs for Borland CC build.
2004-09-27 19:43:17 +00:00
Neil Conway
ae9df0b22b
Addition to documentation about cvsup. From Andrew Dunstan, minor SGML
...
tweak by Neil Conway.
2004-09-27 05:54:58 +00:00
Neil Conway
5a2c8cf4b1
Fix misstatement in docs: CREATE TABLE AS is now part of the standard.
2004-09-26 23:48:07 +00:00
Tom Lane
7ac258c2f3
Fix multiple breakages in our support for SSL certificates.
2004-09-26 22:51:49 +00:00
Tom Lane
12a2121c75
Fix slightly misleading description of PERFORM syntax.
2004-09-24 18:54:14 +00:00
Neil Conway
1d1b8191ce
Minor improvements to the release notes.
2004-09-24 01:31:32 +00:00
Tom Lane
ae169e84f7
Improve description of Execute message behavior, per Oliver Jowett.
2004-09-23 23:35:07 +00:00
Bruce Momjian
fa6fa8e549
This patch attempts to outline the supported level of SSL within libpq.
...
I haven't mentioned any of
~/.postgresql/{root.crt,postgresql.crt,postresql.key} even though they
are checked for in the code, since they do not appear to be supported. I
base this on discussions in pgsql-hackers.
Dominic Mitchell
2004-09-23 13:31:09 +00:00
Bruce Momjian
31ae87c332
This patch attempts to note the use of the root.crt file in the server.
...
Given that PostgreSQL will output a message complaining about it's
absence if you're using SSL mode, I feel it's important that it gets a
mention in the documentation at some point.
Dominic Mitchell
2004-09-23 13:16:02 +00:00
Neil Conway
505d9be3e6
Update CREATE TABLE AS docs to reflect the fact that CREATE TABLE AS was
...
added to the SQL:2003 standard.
2004-09-23 03:43:57 +00:00
Neil Conway
bca0383f9a
Update installation docs for PL/Python to note that distutils is now
...
required. Original patch from James William Pye, editorializing by
Neil Conway.
2004-09-23 00:30:13 +00:00
Neil Conway
a3c53c834f
This patch from Alvaro Herrera adds transaction ID to the list of
...
log_line_prefix escapes. The escape sequence used for this is %x.
%x previously meant "postmaster et al. stop here" -- this has been
renamed to %q.
2004-09-22 03:55:27 +00:00
Tom Lane
2f48836b1f
Some editorializing on the docs for the dollar-quoting feature: fix
...
grammar, don't drop discussions into the middle of unrelated discussions,
etc.
2004-09-20 22:48:29 +00:00
Tom Lane
5b564e5307
Fix some shortcomings in psql's autocommit-off mode concerning detection
...
of commands for which a transaction block should not be forced. Recognize
VACUUM and other PreventTransactionChain commands; handle nested /* .. */
comments correctly; handle multibyte encodings correctly.
Michael Paesold with some kibitzing from Tom Lane.
2004-09-20 18:51:19 +00:00
Tom Lane
768b647ead
Now that I look, table 8-1 has some other marginal misstatements in it.
...
If we're going to put brackets around optional precision specs in some
entries, we'd better do it in all.
2004-09-20 04:19:50 +00:00
Neil Conway
f6279e9ed7
Minor documentation cleanup and improvement.
2004-09-20 00:04:19 +00:00
Tom Lane
089fb6c4ce
Put the brackets in the right places in timestamp entries in table 8-1.
...
Spotted by Josh Purinton.
2004-09-18 15:28:03 +00:00
Tom Lane
f6d278364e
Improve documentation of log rotation options, per Ed L.
2004-09-17 22:40:46 +00:00
Peter Eisentraut
152a101f2b
Allow WIN1250 as server encoding.
2004-09-17 21:59:57 +00:00
Neil Conway
12ce26f8da
Hyperlink a reference to DROP CAST in the CREATE CAST reference page.
2004-09-17 02:06:33 +00:00
Neil Conway
42c0d1f3cd
Minor doc tweak: mention that function names can be optionally schema-
...
qualified.
2004-09-16 04:16:08 +00:00
Tom Lane
b2c4071299
Redesign query-snapshot timing so that volatile functions in READ COMMITTED
...
mode see a fresh snapshot for each command in the function, rather than
using the latest interactive command's snapshot. Also, suppress fresh
snapshots as well as CommandCounterIncrement inside STABLE and IMMUTABLE
functions, instead using the snapshot taken for the most closely nested
regular query. (This behavior is only sane for read-only functions, so
the patch also enforces that such functions contain only SELECT commands.)
As per my proposal of 6-Sep-2004; I note that I floated essentially the
same proposal on 19-Jun-2002, but that discussion tailed off without any
action. Since 8.0 seems like the right place to be taking possibly
nontrivial backwards compatibility hits, let's get it done now.
2004-09-13 20:10:13 +00:00
Tom Lane
b339d1fff6
Fire non-deferred AFTER triggers immediately upon query completion,
...
rather than when returning to the idle loop. This makes no particular
difference for interactively-issued queries, but it makes a big difference
for queries issued within functions: trigger execution now occurs before
the calling function is allowed to proceed. This responds to numerous
complaints about nonintuitive behavior of foreign key checking, such as
http://archives.postgresql.org/pgsql-bugs/2004-09/msg00020.php , and
appears to be required by the SQL99 spec.
Also take the opportunity to simplify the data structures used for the
pending-trigger list, rename them for more clarity, and squeeze out a
bit of space.
2004-09-10 18:40:09 +00:00
Tom Lane
b1c4bdae74
Clarify description of SET CONSTRAINTS. Point out that it is still
...
missing the ability to schema-qualify constraint names.
2004-09-08 20:47:37 +00:00
Tom Lane
0b143dd725
Remove a stray reference to sequences as having tablespaces.
2004-09-01 14:09:19 +00:00
Tom Lane
3ff8cc45ad
Add a note about the difference between Postgres' treatment of the rights
...
of an object owner and the SQL spec's treatment of these rights.
2004-09-01 04:13:11 +00:00
Bruce Momjian
90e1ac9292
Add index mention:
...
<P>In pre-8.0 releases, indexes often can not be used unless the data
types exactly match the index's column types. This is particularly
true of int2, int8, and numeric column indexes.</P>
2004-09-01 03:28:15 +00:00
Tom Lane
8c603f2c95
Replace log_filename_prefix with more general log_filename parameter,
...
to allow DBA to choose the form in which log filenames reflect the
current time. Also allow for truncating instead of appending to
pre-existing files --- this is convenient when the log filename pattern
rewrites the same names cyclically. Per Ed L.
2004-08-31 04:53:44 +00:00
Tom Lane
26b7c04b37
Avoid ambiguity, as per suggestion from Peter Stricker.
2004-08-30 21:29:12 +00:00
Tom Lane
8226f503ef
Rather than referring to src/tutorial/README, put the build instructions
...
for the tutorial files right here.
2004-08-30 21:25:27 +00:00
Tom Lane
166300f318
Add note that contrib/rserv is gone.
2004-08-30 00:47:31 +00:00
Tom Lane
79abc3b0de
Add explicit note that empty-string array element values now have to
...
be written with quotes. Minor copy-editing too.
2004-08-30 00:33:52 +00:00
Tom Lane
50742aed68
Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.
...
Fix TablespaceCreateDbspace() to be able to create a dummy directory
in place of a dropped tablespace's symlink. This eliminates the open
problem of a PANIC during WAL replay when a replayed action attempts
to touch a file in a since-deleted tablespace. It also makes for a
significant improvement in the usability of PITR replay.
2004-08-29 21:08:48 +00:00
Bruce Momjian
968b87686a
Update win32 comments.
2004-08-27 02:09:18 +00:00
Bruce Momjian
dd9923eb25
New Win32 wording that mentions "code".
2004-08-26 16:54:36 +00:00
Bruce Momjian
32142e2a60
Update documentation to prefer CIDR format for pg_hba.conf and use new
...
CIDR column in examples first.
2004-08-26 16:50:05 +00:00
Bruce Momjian
8ec3221d32
Update Win32 wording.
2004-08-26 13:44:38 +00:00
Bruce Momjian
cf5dd06755
Add warning about Win32 bugs in this release.
2004-08-26 13:08:59 +00:00
Bruce Momjian
ce8a4ffca6
Update Japanese FAQ.
...
Jun Kuwamura
2004-08-26 04:09:59 +00:00
Bruce Momjian
4b9ca271d6
Update tcp connection faq.
2004-08-26 03:18:25 +00:00
Neil Conway
cda1bd6cfe
Various minor improvements to the SGML documentation: fix some incorrect
...
SGML markup, add a "deprecated features" section to the 8.0 release
notes, untabify release.sgml and runtime.sgml, and make some other
minor improvements.
2004-08-24 00:06:51 +00:00
Bruce Momjian
728026a6bc
Update that 8.0 will support MS Win natively.
2004-08-23 21:51:53 +00:00
Bruce Momjian
1549f5e440
Update newest version number.
2004-08-23 16:16:43 +00:00
Tom Lane
bebbbde6aa
Seems it would be nice if the ALTER INDEX ref page were actually
...
linked into the docs ...
2004-08-21 16:16:04 +00:00
Tom Lane
c1700bf8c0
Fix typo (extraneous comma).
2004-08-21 15:45:46 +00:00
Bruce Momjian
ade9cbafdf
Mention that to_char(interval) will be removed in 8.1.
2004-08-21 03:25:34 +00:00
Bruce Momjian
0bd5a8cd59
Fix typo in new ALTER INDEX manual page.
2004-08-20 14:56:57 +00:00
Bruce Momjian
09d4e96d7e
Add ALTER INDEX, particularly for moving tablespaces.
...
Gavin Sherry
2004-08-20 04:29:33 +00:00
Bruce Momjian
daa076c4fd
> Please find attached a submission to add a "exit on error" option to
...
> pg_restore, as it seems that some people have scripts that rely on the
> previous "abort on error" default behavior when restoring data with a
> direct connection.
>
> Fabien Coelho
2004-08-20 04:20:23 +00:00
Bruce Momjian
040450beef
Use backslash in %USERPROFILE%\.pgpass.
2004-08-19 16:39:13 +00:00
Bruce Momjian
84f878f5cd
Don't use get_home_path so libpq doesn't pull path.c into the library.
2004-08-19 00:00:34 +00:00
Bruce Momjian
f657594bf7
Remove NT4 mention in release notes.
2004-08-18 15:48:36 +00:00
Bruce Momjian
1f0a19c263
The enclose patch clarifies and makes a more useful example for the
...
Global Values in PL/Perl section of the documents.
David Fetter
2004-08-18 03:37:56 +00:00
Bruce Momjian
af032f15da
Replace incorrect example for quote_ident
...
Greg Sabino Mullan
2004-08-18 03:06:56 +00:00
Tom Lane
950c8afcb4
Update release history for 7.4.5.
2004-08-18 03:03:32 +00:00
Bruce Momjian
3f0fa93cfc
Chain on to SIGPIPE handler rather than just do action on default.
...
Always create thread-specific variable.
2004-08-17 16:54:47 +00:00
Tom Lane
64410289f8
Add trivial NULL statement to plpgsql, for Oracle compatibility.
2004-08-16 17:52:06 +00:00
Tom Lane
e617fe729d
Mark server_encoding and integer_datetimes as GUC_REPORT, per previous
...
proposals by Oliver Jowett. Update documentation.
2004-08-16 02:12:29 +00:00
Tom Lane
e76bcb855b
Fix trivial typo.
2004-08-15 00:27:14 +00:00
Tom Lane
682d9fc774
Minor copy-editing for 7.4.4, 7.3.7, 7.2.5 release notes.
2004-08-15 00:09:24 +00:00
Tom Lane
d6b69cf2fc
Fix typo, per Andreas Seltenreich.
2004-08-14 23:49:07 +00:00
Tom Lane
793dd8e729
Add discussion and example about predicate locking and why "serializable"
...
mode isn't really serializable. I had thought this was covered already
in our docs, but I sure can't find it.
2004-08-14 22:18:23 +00:00
Tom Lane
11d8138ca3
Minor editorializing.
2004-08-14 22:17:08 +00:00
Tom Lane
2d65574041
Preliminary release notes for 7.4.4, 7.3.7, 7.2.5. Will add to the
...
back branches later.
2004-08-13 18:22:12 +00:00
Bruce Momjian
146b000651
Mention log_statement_stats can not be enabled with the other options.
2004-08-13 16:29:55 +00:00
Tom Lane
5a67d7618f
Clarify trigger function return convention, per Thomas Hallgren.
2004-08-13 16:17:19 +00:00
Bruce Momjian
ae449122cf
Mention the installer doesn't run on NT4.
2004-08-13 03:00:07 +00:00
Tom Lane
7f7e8cc3f2
Allow commas in BEGIN, START TRANSACTION, and SET TRANSACTION, as required
...
by the SQL standard. For backwards compatibility, however, continue to
accept the syntax without. Minor editorialization in the reference pages
for these commands, too.
2004-08-12 21:00:34 +00:00
Tom Lane
a583675108
Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK TO, for greater
...
compliance with SQL2003 spec syntax.
Oliver Jowett
2004-08-12 19:12:21 +00:00
Bruce Momjian
10249abfa1
Cleanup Win32 COPY handling, and move archive examples to SGML.
2004-08-12 19:03:44 +00:00
Tom Lane
f79fbb2bec
Add PQserverVersion() to libpq to provide more-convenient access to
...
the server version number. This commit also removes bogus DOS line
endings from libpqddll.def.
Greg Sabino Mullane
2004-08-11 18:06:01 +00:00
Tom Lane
97b1ac1aef
Update documentation to reflect the fact that we now know exactly what
...
time zone names we support.
2004-08-10 00:55:08 +00:00
Tom Lane
1109959907
Remove no-longer-relevant information about trying to force your OS
...
to support PST8PDT time zone for the regression tests.
2004-08-09 05:34:39 +00:00
Tom Lane
82fde1aaa8
Add note pointing out the difference in semantics between Oracle and
...
plpgsql EXCEPTION blocks.
2004-08-08 22:40:46 +00:00
Tom Lane
35a5fb6863
Move expanded discussion of inheritance's limitations out of tutorial
...
and into ddl.sgml. Rewrite for more completeness and (hopefully)
clarity.
2004-08-08 21:33:11 +00:00
Tom Lane
33bf242a8a
Make listen_addresses be a comma-separated list instead of a space-separated
...
list. More consistent with our other list-containing GUC variables.
2004-08-08 20:17:36 +00:00
Tom Lane
dc199eafa7
Document background writer control parameters, do some editorial work
...
on other recent changes in runtime parameter list.
2004-08-08 19:42:57 +00:00
Joe Conway
881ea47d24
Another array syntax change (whitespace) clarification -- this time in
...
the release notes.
2004-08-08 06:03:36 +00:00
Joe Conway
4187adc631
Minor clarification of documentation regarding trailing whitespace.
2004-08-08 05:55:55 +00:00
Joe Conway
da8325fa5c
Updated release notes for recent array syntax changes.
2004-08-08 05:46:40 +00:00
Joe Conway
cb50ee286d
Tighened up syntax checking of array input processing considerably. Junk that
...
was previously allowed in odd places with odd results now causes an ERROR.
Also changed behavior with respect to whitespace -- trailing whitespace is
now ignored as well as leading whitespace (which has always been ignored).
Documentation updated to reflect change in whitespace handling. Also some
refactoring to what I believe is a more sensible order of several paragraphs.
2004-08-08 05:01:55 +00:00
Tom Lane
8e953e6fbb
Update admin guide's discussion of WAL to match present reality.
2004-08-08 04:34:43 +00:00
Tom Lane
6c3561b9e4
Minor editorialization on example --- I think that the use of dollar
...
quoting in this case is just needless obscurantism.
2004-08-08 02:05:32 +00:00
Bruce Momjian
ff9d69d931
This patch adds SQL2003 to the set of standards with which PostgreSQL
...
is attempting to comply.
David Fetter
2004-08-08 01:52:14 +00:00
Bruce Momjian
2539edc53f
This adds a caveat to the inheritance part of the tutorial.
...
David Fetter
2004-08-08 01:51:05 +00:00
Bruce Momjian
0236b5e07e
This patch adds an example to the CREATE DOMAIN docs.
...
David Fetter
2004-08-08 01:49:30 +00:00
Bruce Momjian
ff8d68df5c
Included is an example of using savepoints in a non-trivial example.
...
Giving examples in the SQL command reference is hard because we don't
have conditionals at the SQL level.
Gavin Sherry
2004-08-08 01:48:31 +00:00
Tom Lane
9b3caebb0a
Update plpgsql documentation for 8.0 (mostly, make use of named
...
function parameters and dollar quoting in examples; do some polishing
of the existing dollar-quoting docs). The 'how to port from Oracle'
section is looking pretty respectable these days ...
2004-08-08 00:50:58 +00:00
Tom Lane
27fedc8a5e
Improve privileges discussion (mostly, mention grant options).
2004-08-07 20:44:50 +00:00
Tom Lane
82433e913c
Update a couple of example error messages to reflect the fact that we
...
don't generate constraint names like "$1" anymore.
2004-08-07 19:53:48 +00:00
Tom Lane
c71e3de264
Improve markup a little.
2004-08-07 19:14:45 +00:00
Tom Lane
c2f14a7cdf
Improve tablespace discussion, and bring it up to date with code.
2004-08-07 19:02:43 +00:00
Bruce Momjian
ff2c8950fe
Update pitr docs to mention inclusive/exclusive xid specification
2004-08-07 18:07:46 +00:00
Bruce Momjian
752089ea41
Fix markup.
2004-08-07 12:21:25 +00:00
Bruce Momjian
a1c2ed7b02
Mention that transactions can complete in a different numeric order, for
...
PITR recovery.
2004-08-07 03:21:11 +00:00
Tom Lane
f8450bb32a
Some editorial work on the 8.0 release notes. Update for recent commits,
...
improve existing descriptions.
2004-08-06 23:33:48 +00:00