Bruce Momjian
c20ae1ce50
Remove references to pre-7.1; too old.
2002-07-11 16:38:08 +00:00
Bruce Momjian
dddd8608b3
Update FAQ.
2002-07-11 16:35:56 +00:00
Bruce Momjian
f2bb1cfa85
Done, according to Rod Taylor:
...
> * -Add ALTER TRIGGER ... RENAME
2002-07-11 02:56:49 +00:00
Bruce Momjian
87c963658c
Fix pg_restore flags in documentation.
2002-07-10 02:57:31 +00:00
Bruce Momjian
6797ddcc32
Fix typo mentioned by Rich Morin.
2002-07-09 04:47:07 +00:00
Bruce Momjian
9af7179a10
Done:
...
> * -Make one version of simple_prompt() in code (Bruce, Tom)
2002-07-08 02:01:02 +00:00
Bruce Momjian
d66f172f4b
Don't document that UNDO is certain to be added in the future.
2002-07-05 19:06:11 +00:00
Bruce Momjian
b2f2415c92
Mark person:
...
> * -Allow psql \d to show temporary table structure (Tom)
2002-07-05 02:10:17 +00:00
Bruce Momjian
5ebbf01838
Done
...
> * -Allow psql \d to show temporary table structure
2002-07-05 02:09:52 +00:00
Bruce Momjian
37e37daa03
Add explanation of the various *_min_messages elog() values.
2002-07-05 01:17:20 +00:00
Bruce Momjian
250a802c02
Fix capitalization.
2002-07-05 00:14:16 +00:00
Bruce Momjian
be64da227c
Add NULL space mention.
2002-07-04 19:26:10 +00:00
Thomas G. Lockhart
c7eea66c39
Move INTERSECT DISTINCT to the supported category. Error in docs.
2002-07-04 15:10:43 +00:00
Bruce Momjian
3722dee6d9
Document function args are required for pg_restore -P.
...
Fix pg_dump to not quote the function name in the storage tag.
Fix pg_dump so GRANT/REVOKE(ACL) tag entries are not quoted, for
consistency.
Fix pg_restore to properly handle quotes and some spaces in -P.
2002-07-04 03:04:55 +00:00
Bruce Momjian
2b057b29cc
Done:
...
> o -Add support for CallableStatements
2002-07-03 16:55:40 +00:00
Bruce Momjian
95a5f7d858
Not done:
...
> * Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
2002-06-28 19:28:30 +00:00
Bruce Momjian
c445edefe1
Done:
...
> * -Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
2002-06-28 18:57:35 +00:00
Bruce Momjian
cdfa456d15
Update FAQ.
2002-06-25 03:35:13 +00:00
Bruce Momjian
c1e2f351f8
Add more info on regex's using INDEX.
2002-06-25 03:32:31 +00:00
Bruce Momjian
0b584830f0
Update FAQ.
2002-06-25 01:45:58 +00:00
Tom Lane
6918df16a5
plpgsql's PERFORM statement now sets FOUND depending on whether any
...
rows were returned by the performed query. Per recent pgsql-general
discussion.
2002-06-24 23:12:06 +00:00
Tom Lane
e11f167718
Document quote_ident and quote_literal in the main list of string functions,
...
as suggested by Josh Berkus.
2002-06-24 22:17:01 +00:00
Bruce Momjian
407bd1c29b
Add MIN/MAX LIMIT/OFFSET mention.
2002-06-23 21:16:29 +00:00
Bruce Momjian
a0361c46e6
Rename command to reindexdb, for consistency.
2002-06-23 03:51:55 +00:00
Bruce Momjian
a36711c368
Mention REINDEX can be used for disk space reclaimation too.
2002-06-23 03:45:15 +00:00
Bruce Momjian
30be6c23c1
Handle mixed-case names in reindex script.
...
Document need for reindex in SGML docs.
2002-06-23 03:37:12 +00:00
Bruce Momjian
a8a1f15877
uint -> uint32, portability.
2002-06-22 04:08:07 +00:00
Thomas G. Lockhart
90edb265e3
Implement SQL99 CREATE CAST and DROP CAST statements.
...
Also implement alternative forms to expose the PostgreSQL CREATE FUNCTION
features.
Implement syntax for READ ONLY and READ WRITE clauses in SET TRANSACTION.
READ WRITE is already implemented (of course).
Implement syntax for "LIKE table" clause in CREATE TABLE. Should be fairly
easy to complete since it resembles SELECT INTO.
Implement MATCH SIMPLE clause for foreign key definitions. This is explicit
SQL99 syntax for the default behavior, so we now support it :)
Start implementation of shorthand for national character literals in
scanner. For now, just swallow the leading "N", but sometime soon let's
figure out how to pass leading type info from the scanner to the parser.
We should use the same technique for binary and hex bit string literals,
though it might be unusual to have two apparently independent literal
types fold into the same storage type.
2002-06-22 02:04:55 +00:00
Bruce Momjian
cc8839a10b
Done:
...
> * -Test hash index performance and discourage usage
2002-06-21 20:13:08 +00:00
Bruce Momjian
561dca3263
Mention dbsize in database sizing manual section.
2002-06-21 19:17:40 +00:00
Bruce Momjian
dad0e20f29
Mention "PostgreSQL"'s hashes as slower/similar to btree.
2002-06-21 19:06:44 +00:00
Bruce Momjian
1415a8388f
Update hash warning in manual.
2002-06-21 16:52:00 +00:00
Bruce Momjian
ebe4375fa1
Document problems with hash indexes compared to btree.
2002-06-21 03:25:53 +00:00
Bruce Momjian
8188474a5c
Update FAQ.
2002-06-21 02:01:04 +00:00
Bruce Momjian
bed81bcbec
Add pg_dump/restore item to FAQ.
...
Martijn van Oosterhout
2002-06-21 02:00:51 +00:00
Bruce Momjian
d1fcd337e0
Add new documentation on page format.
...
Martijn van Ooster
2002-06-20 21:48:47 +00:00
Bruce Momjian
d84fe82230
Update copyright to 2002.
2002-06-20 20:29:54 +00:00
Bruce Momjian
b2e7a4c4a0
> Here's the first doc patch for SRFs. The patch covers general
...
> information and SQL language specific info wrt SRFs. I've taken to
> calling this feature "Table Fuctions" to be consistent with (at least)
> one well known RDBMS.
Joe Conway
2002-06-20 16:57:00 +00:00
Bruce Momjian
3f90b17339
Add from Dave Cramer:
...
JDBC
> o Compile under jdk 1.4
2002-06-20 16:55:20 +00:00
Bruce Momjian
585aa11587
Update as done:
...
JDBC:
> o -Updateable resultSet
2002-06-20 16:49:41 +00:00
Bruce Momjian
c2c2fd57ee
Improve COPY syntax to use WITH clause, keep backward compatibility.
2002-06-20 16:00:44 +00:00
Bruce Momjian
2912fd45d1
This patch updates the CREATE LANGUAGE & pg_language docs for the 7.3
...
table structure.
Dave Page
2002-06-20 15:44:06 +00:00
Bruce Momjian
bad59c290e
Add new Russian FAQ.
...
Viktor Vislobokov
2002-06-20 04:34:31 +00:00
Bruce Momjian
cd75bb7011
Add:
...
> * -Allow object creation to be disabled for specific users
2002-06-19 16:36:13 +00:00
Thomas G. Lockhart
17ce9a0a1e
Split list of SQL99 features into "Supported" and "Unsupported" lists.
2002-06-19 06:11:36 +00:00
Bruce Momjian
f91ee129a7
Simplify optional WITH handling in CREATE USER, ALTER USER, CREATE
...
GROUP. Make WITH optional in CREATE DATABASE for consistency.
2002-06-17 05:40:32 +00:00
Bruce Momjian
0dbfea39f3
Remove KSQO from GUC and move file to _deadcode.
2002-06-16 00:09:12 +00:00
Tom Lane
62d4526114
Ooops, fix busted markup.
2002-06-15 22:15:03 +00:00
Tom Lane
2da3742cf5
Add a little more material to the new section about evaluation order.
2002-06-15 21:28:55 +00:00
Bruce Momjian
eb1ad5b4b5
Patch for current_schemas to optionally include implicit ...
...
Second cut attached. This one just adds a boolean option to the existing
function to indicate that implicit schemas are to be included (or not).
I remembered the docs as well this time :-)
Dave Page
2002-06-15 20:03:51 +00:00