Thomas G. Lockhart
e4000add1b
Require complete tagging in emacs hints at bottom of file.
27 years ago
Thomas G. Lockhart
478e5beef1
Include chapter on SQL language elements (keywords, etc).
...
Should merge with or complement Stefan's Master's Thesis intro to SQL.
27 years ago
Thomas G. Lockhart
af2a0dfd65
Describe the date/time parsing rules.
...
Include specific information on the supported time zones.
It's a really big table, so maybe it should go into an appendix instead.
27 years ago
Thomas G. Lockhart
0c30f18fbe
Add Stefan Simkovics' Master's Thesis.
27 years ago
Thomas G. Lockhart
ba8808b2a6
Substitute great info from Stefan Simkovics' Master's Thesis.
...
Still need to add some acknowledgements at the top of the doc;
already have full info in the bibliography but since the original is
being spread across the existing docs we should also mention things
locally.
27 years ago
Thomas G. Lockhart
dcded41895
Minor markup changes for the recent TEMP TABLE info.
...
Docs should build now...
27 years ago
Thomas G. Lockhart
b106421473
More complete info from Oliver Elphick.
27 years ago
Bruce Momjian
f1b7823471
Make GEQO use dependent on table and index count.
27 years ago
Bruce Momjian
8e958b8a38
Fix create_rule is->as.
27 years ago
Bruce Momjian
4390b0bfbe
Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.
27 years ago
Bruce Momjian
289a826dab
Here is a new version of my patch for allowing pg_dump to DROP schema
...
elements prior to CREATEing new ones. It is under control of the -c
command line option (with the default being status quo).
The DROP TRIGGER portion still needs implementation. Anyone able to
help clarify what exactly the CREATE TRIGGER portion does so I can fix
this?
Again, I have tried this with tables/indexes/sequences, but do not
have other schema elements in my database. As a result, I am not 100%
convinced that I got the syntax correct in all cases (but think I did,
nonetheless). If anyone can check the other cases, I'd appreciate it.
Cheers,
Brook
[I added manual page and sgml additions for the new -c option.]
27 years ago
Thomas G. Lockhart
6240aa0f6c
Remove redundant note on NT port.
27 years ago
Thomas G. Lockhart
f3fde99841
Augment info on string functions per Jose Soares' suggestions.
27 years ago
Thomas G. Lockhart
bda6246664
Introduction to SQL from Stefan. Not yet marked up, but will go into
...
the User's Guide sometime soon.
27 years ago
Thomas G. Lockhart
c00d800e2d
Add tables of allowed values and formats for date/time input types.
...
Include info for time zones, days of week, months.
Procedural description of date input parsing is not yet complete.
27 years ago
Thomas G. Lockhart
049efbd3a1
Merge current.sgml into release.sgml so all release notes are in the same
...
file. Per Bruce's preference. Go to it Bruce!
No info yet for v6.4.2 or upcoming releases.
27 years ago
Thomas G. Lockhart
888760250a
Fix build rules for the tutorial,
...
which was not built last time these things changed.
27 years ago
Thomas G. Lockhart
42dd24dab2
Refresh info for various platforms. Claim client-side support for WIN32.
27 years ago
Thomas G. Lockhart
25f7ecbc5f
Fix typo.
27 years ago
Thomas G. Lockhart
57bd2775da
Add entries for introduction chapter components such as Y2K statement.
...
Use a <citetitle> rather than <xref> when referring to libpq
since that chapter is not included in the tutorial.
27 years ago
Thomas G. Lockhart
6ce5a7123f
Remove mention of a couple of introductory chapters
...
which are not used here.
27 years ago
Thomas G. Lockhart
15fadc06ac
Fix column formatting for a table. No content changes.
27 years ago
Thomas G. Lockhart
15d4617d0b
Put in more markup. Not done yet though.
27 years ago
Thomas G. Lockhart
350f422bdb
Include installation instructions for WIN32 client-side libraries.
...
From Magnus Hagander <mha@sollentuna.net>.
27 years ago
Thomas G. Lockhart
a75f2d21a8
Clean up to ensure tag completion as required by the newest versions
...
of Norm's Modular Style Sheets and jade/docbook.
From Vince Vielhaber <vev@michvhf.com>.
27 years ago
Thomas G. Lockhart
c0d816c57a
Fix typos in rules.sgml.
...
Add Emacs configuration block to postgres.sgml.
27 years ago
Thomas G. Lockhart
5ac3cd0f0c
Include example of Postgres' extended query syntax which allow one to omit
...
the FROM clause. e.g. "SELECT table.*".
27 years ago
Thomas G. Lockhart
4060456291
Update information on alternate database locations.
...
These fixes are from Jeff Hoffmann <jeff@remapcorp.com>.
27 years ago
Thomas G. Lockhart
dee302e611
Include more details on editing with Emacs.
...
Remove mention of the old "migration" flat files.
Change URLs for resources to point to areas, not particular files.
That way things stay correct even when version of tools change.
Suggested by Vince Vielhaber.
27 years ago
Thomas G. Lockhart
bb6286a92d
Include keywords from CASE implementation.
...
Rearrange a few other keywords to put them in the proper category.
27 years ago
Thomas G. Lockhart
df3023344e
Add Cobalt MIPS linux box from Tatsuo.
27 years ago
Thomas G. Lockhart
4bbcad1ee0
Update some info, especially the CIDR/INET data types.
27 years ago
Thomas G. Lockhart
a6757f2ce3
Include Emacs DocBook DTD description file. May allow Emacs to understand
...
tags even if DocBook is not installed on your local system.
Most of the .sgml source files contain a reference to this file in an
Emacs setup block at the bottom of the file...
27 years ago
Thomas G. Lockhart
5135ba323b
Information on the CVS tree and remote access.
...
Not yet complete, integrated, or marked up.
Not yet included in a document (should go in the developer's doc?).
27 years ago
Bruce Momjian
c29d0f31b4
Remove need for doc 'install man' in INSTALL file. install does both
...
html and man.
27 years ago
Thomas G. Lockhart
d85df9cae2
Add new "-N" flag to force double quotes around identifiers.
...
Fix missing mention of "-n" flag in synopsis.
27 years ago
Thomas G. Lockhart
9bc35facdc
Add id attribute to reftitle to allow cross referencing from the new
...
vaccumdb reference page.
27 years ago
Thomas G. Lockhart
e44087d827
Add reference page for new vacuumdb utility.
27 years ago
Thomas G. Lockhart
ccca422abb
Fix email addres for Dan Horak per his request.
28 years ago
Thomas G. Lockhart
40064c2b24
Move configuration info to after installation procedure.
...
Include only the current release in the release notes section.
28 years ago
Thomas G. Lockhart
19532d1809
Include instructions on perl installation.
...
Already in product docs since they were built on my machine.
28 years ago
Thomas G. Lockhart
09634ebdfe
Cleanup for v6.4 release.
...
Make new file current.sgml to hold release info for the current release.
Should be moved to release.sgml before filling with next release info.
28 years ago
Thomas G. Lockhart
3af9d95f38
Try to get only html and gif files into tarballs.
...
Was picking up subdirectories and other garbage.
28 years ago
Thomas G. Lockhart
f1f9ec3344
Minor editing and markup changes as a result of preparing the Postscript
...
documentation for v6.4.
Bigger updates to the installation instructions (install and config).
28 years ago
Thomas G. Lockhart
3d83e28b2b
Minor cleanup in markup, especially in the Output section.
28 years ago
Thomas G. Lockhart
d0ffbe2f61
Incorporate changes suggested by Tom Lane.
...
Update storage space estimates.
Continue cleanup.
Still need to consolidate configure parameters with new config.sgml info.
28 years ago
Thomas G. Lockhart
6ae396c9e8
New info on a few ports for v6.4.
28 years ago
Thomas G. Lockhart
724df98740
Try to get a straight story on which prompts mean what.
28 years ago
Thomas G. Lockhart
e9f10b22f4
Include new cidr and inet data types.
28 years ago
Thomas G. Lockhart
866104b3df
Include configuration chapter with new info on configure and make.
28 years ago