summaryrefslogtreecommitdiff
path: root/src/bin/pgaccess/lib/help
AgeCommit message (Collapse)Author
2002-08-30Remove pgaccess from CVS. It has its own home now.Bruce Momjian
2002-07-02Update to pgaccess 0.91.Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-20Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian
2001-02-18Add copyright mentions, per Tom Lane.Bruce Momjian
2001-01-27Update to pgaccess 0.98.7.Bruce Momjian
2001-01-05Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane
and revert documentation to describe the existing INHERITS clause instead, per recent discussion in pghackers. Also fix implementation of SQL_inheritance SET variable: it is not cool to look at this var during the initial parsing phase, only during parse_analyze(). See recent bug report concerning misinterpretation of date constants just after a SET TIMEZONE command. gram.y really has to be an invariant transformation of the query string to a raw parsetree; anything that can vary with time must be done during parse analysis.
2000-12-15Change ET_WARN to ET_NOTICE to match internal codes, leave message asBruce Momjian
WARNING. Fix German FAQ mention about warning.
2000-10-05Add proofreader's changes to docs.Bruce Momjian
Fix misspelling of disbursion to dispersion.
2000-06-09Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian
2000-03-31Update pgaccess to 0.98.5Bruce Momjian
1999-11-28Remove obsolete note about pg_vlock lock file.Tom Lane
1999-10-30Add 0.98.Bruce Momjian
1999-10-30Remove 0.96 for update to 0.98Bruce Momjian
1999-09-20bring it all into -current againMarc G. Fournier