28e92b89f4
Change 'return ;' to 'return;'; remove space.
2001-11-19 23:19:21 +00:00
0dfe913803
Fill in empty tutorial section about transactions.
2001-11-19 23:17:38 +00:00
09634eafe1
Indent jdbc case labels using pgjindent.
2001-11-19 23:16:46 +00:00
6c8120d68c
More jdbc comment cleanups. Code looks very nice now.
2001-11-19 22:43:13 +00:00
46d50783bf
Update pgindent README so it gets *.java.in files.
2001-11-19 22:36:11 +00:00
f3148bef9f
JDBC indenting, comment cleanups.
2001-11-19 22:33:39 +00:00
8f6f16929a
Update TODO list.
2001-11-19 20:02:25 +00:00
ed1ff84750
Tweak format_type so that we get good behavior for both column type
...
display (with a typemod) and function arg/result type display (without
a typemod).
2001-11-19 19:51:20 +00:00
40015cdaae
Fix arg coerect match text type, per Tom.
2001-11-19 19:15:07 +00:00
ec62ba9361
Try to be a little bit clearer about the implications of GRANT TO PUBLIC
...
and REVOKE FROM PUBLIC: the latter is not the same as 'revoke from all
users', but the ref page blurred the difference.
2001-11-19 19:03:56 +00:00
6f6567812e
Make text octet_length() return non-compressed length to be consistent
...
with other data types, per disucssion. Encoding issue still open.
2001-11-19 18:21:10 +00:00
9473f8d5f7
Update TODO list.
2001-11-19 18:10:38 +00:00
5e86d226e4
Grammatical and spelling fixes.
2001-11-19 09:05:02 +00:00
5590d5fe99
Fix nasty bugs in pg_convert() and pg_convert2().
...
o they sometimes returns a result garbage string appended.
o they do not work if client encoding is different from server
encoding
2001-11-19 06:48:39 +00:00
09a2b4f423
Fix comment at top of file to match file name.
2001-11-19 06:26:00 +00:00
abd6014de9
pg_restore should exit with status 0, not 1, on success.
2001-11-19 06:06:21 +00:00
375dcf9c88
Fix a few typos, grammatical problems, etc in new tutorial material.
...
Overall a really nice job here, Peter ...
2001-11-19 05:37:53 +00:00
9b03776ff2
A bunch of small doco updates motivated by scanning the comments on
...
the interactive docs.
2001-11-19 03:58:25 +00:00
9f07cb70db
Add example of using 'sameuser' followed by 'all' pg_hba records to
...
enforce a limit on who can connect to databases other than their own.
From a recent discussion in pg-admin.
2001-11-18 23:24:16 +00:00
09bf48cf79
Improve comments about duplicate files.
2001-11-18 23:02:19 +00:00
8cf87ac393
Fix some typos.
2001-11-18 22:27:00 +00:00
0ad017fc64
Update various obsolete remarks about VACUUM.
2001-11-18 22:17:30 +00:00
ea6f2e6973
Fix typo.
2001-11-18 22:13:48 +00:00
acac465efa
utils/geo-decls.h should be utils/geo_decls.h, per report from
...
StÅphane Raimbault.
2001-11-18 21:28:00 +00:00
deab49566d
Mention that LIKE ... ESCAPE '' is allowed to specify no
...
escape character.
2001-11-18 21:17:10 +00:00
98e05cec5b
Update TODO list.
2001-11-18 21:17:04 +00:00
b16f6c6b95
Point out that TRUNCATE can't be used inside a transaction block.
2001-11-18 21:14:20 +00:00
17f0b55d15
Initial round of tweakage for man pages
2001-11-18 20:35:02 +00:00
31578cdeac
Updates about NLS
2001-11-18 20:33:32 +00:00
834a76fe79
Update TODO list.
2001-11-18 15:32:39 +00:00
226211f0af
Optimization for bpcharlen, textlen, varcharlen in case of single byte
...
encodings.
2001-11-18 12:07:07 +00:00
e2548526cf
Mention the option to submit bug reports via a web-form. Minor
...
copy editing.
2001-11-18 07:14:49 +00:00
5906d7e096
Fix obsolete claim that only btree indexes support multiple columns;
...
GiST does now, too. (Someone needs to write a description of GiST
to add to this chapter. I don't know enough about it ...)
2001-11-18 00:59:00 +00:00
0729c4a61f
Clean up treatment of creating/dropping databases in User's Guide and
...
Admin Guide. Move discussion of template databases out of footnotes
in CREATE DATABASE ref page and into a section of the Admin Guide.
Clean up various obsolete claims, do some copy-editing.
2001-11-18 00:38:00 +00:00
c9a85cb276
Copy-editing.
2001-11-17 22:23:55 +00:00
2043340b87
Expand documentation for sequence functions (nextval and friends).
...
Place it in the expected place in the User's Guide, rather than
hiding it in the command reference page for CREATE SEQUENCE.
2001-11-17 22:20:34 +00:00
59fdccccf5
Update TODO list.
2001-11-17 19:53:07 +00:00
f57eec067d
Update TODO list.
2001-11-17 19:29:19 +00:00
d5a951260a
Update key words for recent grammar changes
2001-11-17 13:27:16 +00:00
6b516f5951
Fix performance problems in TOAST compressor. The management of
...
search lists was broken in such a way that only the most recent
instance of a given hash code would ever be searched, thus possibly
missing longer matches further back. Fixing this gave 5 to 10%
compression improvement on some text test cases. Additional small
tweaks to improve speed of inner loops a little bit. There is no
compatibility issue created by this change, since the compressed data
format and decompression algorithm don't change.
2001-11-17 06:09:30 +00:00
dc6efa44e2
Update Japanese FAQ's.
2001-11-17 05:11:43 +00:00
c845b4272c
IsSystemRelationName() treats TOAST relations as system relations.
...
This seems the right thing for most usages, but I notice two places
where it is the wrong thing. One is that the default permissions on
TOAST rels should be no-access, not world-readable; the other is that
PrepareForTupleInvalidation doesn't really need to spend time looking
at tuples of TOAST relations.
2001-11-16 23:30:35 +00:00
aea081bb27
Add missing prototype.
2001-11-16 18:28:16 +00:00
07de4cbbbb
Add configure result checks on odbc, per Peter E.
2001-11-16 18:10:04 +00:00
1ca717f377
plpython security and error handling fixes, from
...
Kevin Jacobs and Brad McLean.
2001-11-16 18:04:31 +00:00
b0df7a60f2
Update TODO list.
2001-11-16 17:43:25 +00:00
100e7f0c9d
Once again, Michael has overwritten someone else's patch ...
2001-11-16 17:01:48 +00:00
aff53b27f0
Make the yacc rules safe for parallel make. See discussion on pgsql-patches
...
and comment in src/backend/parser/Makefile for the technical details.
2001-11-16 16:32:33 +00:00
7c50767f08
Remove 'triggered data change violation' error check, per recent
...
discussions in pghackers.
2001-11-16 16:31:16 +00:00
306798ded5
Use -f for rm.
2001-11-16 16:29:56 +00:00