- Jan 24, 2002
-
-
Tom Lane authored
-
- Dec 08, 2001
-
-
Thomas G. Lockhart authored
between Postgres and PostgreSQL.
-
- Nov 07, 2001
-
-
Tom Lane authored
-
- Oct 09, 2001
-
-
Peter Eisentraut authored
output (from pdfjadetex). Also updated instructions to install documentation processing toolchain.
-
- Sep 14, 2001
-
-
Tatsuo Ishii authored
CREATE RULE bad_rule_combination_1 AS ON SELECT TO emp DO INSTEAD SELECT * FROM toyemp; CREATE RULE bad_rule_combination_2 AS ON SELECT TO toyemp DO INSTEAD SELECT * FROM emp; Tatsuo Ishii
-
- Sep 07, 2001
-
-
Tom Lane authored
occur unconditionally, even if the rule should otherwise execute conditionally. This is more useful than giving an error, even though it's not truly the correct behavior. Per today's pghackers discussion.
-
- Sep 03, 2001
-
-
Peter Eisentraut authored
-
- Jul 10, 2001
-
-
Tom Lane authored
in cases of qualified rules as well as unqualified ones. Tweak rules test to avoid cluttering output with dummy SELECT results. Update documentation to match code.
-
- May 27, 2001
-
-
Peter Eisentraut authored
privileges. INSERT and COPY FROM now require INSERT (only). Add privileges regression test.
-
- Jan 14, 2001
-
-
Peter Eisentraut authored
etc.
-
- Jan 06, 2001
-
-
Tom Lane authored
what's actually implemented.
-
- Dec 12, 2000
-
-
Bruce Momjian authored
the first paragraph: As an example, say we wish to find all the records that are in the temperature range of other records. In effect, we need to compare the temp_lo and temp_hi attributes of each EMP instance to the temp_lo and temp_hi attributes of all other EMP instances. I believe that EMP should read WEATHER, as the example query that follows joins WEATHER to itself. EMP is often used in Oracle examples. Regards, Graham Other RULE cleanups
-
- Oct 05, 2000
-
-
Bruce Momjian authored
Fix misspelling of disbursion to dispersion.
-
- Jul 22, 2000
-
-
Bruce Momjian authored
-
- Jul 21, 2000
-
-
Bruce Momjian authored
-
- May 20, 2000
-
-
Bruce Momjian authored
-
- Apr 12, 2000
-
-
Bruce Momjian authored
-
- Apr 07, 2000
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Jul 22, 1999
-
-
Thomas G. Lockhart authored
ecpg reference page still needs formatting.
-
- Jul 06, 1999
-
-
Thomas G. Lockhart authored
No big deal; fixed lots of other markup at the same time. Bigest change: make sure there is no whitespace in front of <term> contents. This will probably help the other output types too.
-
- Feb 02, 1999
-
-
Bruce Momjian authored
-
- Dec 29, 1998
-
-
Thomas G. Lockhart authored
of Norm's Modular Style Sheets and jade/docbook. From Vince Vielhaber <vev@michvhf.com>.
-
- Oct 30, 1998
-
-
Thomas G. Lockhart authored
-
- Sep 16, 1998
-
-
Thomas G. Lockhart authored
-
- Sep 07, 1998
-
-
Thomas G. Lockhart authored
the trailing "-1". This makes a cleaner html output file name. Clean up a few refpurpose fields.
-
- Aug 15, 1998
-
-
Thomas G. Lockhart authored
Make sure all files end with a newline.
-
- Jul 29, 1998
-
-
Thomas G. Lockhart authored
-
- Jul 14, 1998
-
-
Thomas G. Lockhart authored
-