- May 03, 2012
-
-
Peter Eisentraut authored
The default for the choice attribute of the <arg> element is "opt", which would normally put the argument inside brackets. But the DSSSL stylesheets contain a hack that treats <arg> directly inside <group> specially, so that <group><arg>-x</arg><arg>-y</arg></group> comes out as [ -x | -y ] rather than [ [-x] | [-y] ], which it would technically be. But when building man pages, this doesn't work, and so the command synopses on the man pages contain lots of extra brackets. By putting choice="opt" or choice="plain" explicitly on every <arg> and <group> element, we avoid any toolchain dependencies like that, and it also makes it clearer in the source code what is meant. In passing, make some small corrections in the documentation about which arguments are really optional or not.
-
- Apr 30, 2012
-
-
Peter Eisentraut authored
Add more markup in particular so that the command options appear consistently in monospace in the HTML output. On the vacuumdb reference page, remove listing all the possible options in the synopsis. They have become too many now; we have the detailed options list for that.
-
- Sep 10, 2011
-
-
Bruce Momjian authored
BREAKAGE. Remove double-quoting of index/table names in reindexdb. BACKWARD COMPABILITY BREAKAGE. Document thate user/database names are preserved with double-quoting by command-line tools like vacuumdb.
-
- Mar 10, 2011
-
-
Bruce Momjian authored
-
- Mar 05, 2011
-
-
Tom Lane authored
In createlang this is a one-line change. In droplang there's a whole lot of cruft that can be discarded since the extension mechanism now manages removal of the language's support functions. Also, add deprecation notices to these two programs' reference pages, since per discussion we may toss them overboard altogether in a release or two.
-
- Nov 23, 2010
-
-
Peter Eisentraut authored
-
- Sep 25, 2010
-
-
Peter Eisentraut authored
Command synopses using <cmdsynopsis> with multiple variants previously used <sbr> to break lines between variants. The new man page toolchain introduced in 9.0 makes a mess out of that, and that markup was probably wrong all along, because <sbr> is supposed to break lines within a synopsis, not between them. So fix that by using multiple <cmdsynopsis> elements inside <refsynopsisdiv>. backpatched to 9.0
-
- Sep 20, 2010
-
-
Magnus Hagander authored
-
- Apr 03, 2010
-
-
Peter Eisentraut authored
The endterm attribute is mainly useful when the toolchain does not support automatic link target text generation for a particular situation. In the past, this was required by the man page tools for all reference page links, but that is no longer the case, and it now actually gets in the way of proper automatic link text generation. The only remaining use cases are currently xrefs to refsects.
-
- Feb 19, 2010
-
-
Bruce Momjian authored
all support it). Per report from Josh Kupershmidt
-
Bruce Momjian authored
gabrielle
-
- Feb 26, 2009
-
-
Peter Eisentraut authored
programs that have a -W/--password option. In passing, remove the ancient PSQL_ALWAYS_GET_PASSWORDS compile option.
-
- Dec 11, 2007
-
-
Tom Lane authored
-
- May 15, 2007
-
-
Neil Conway authored
information" is un-good English.
-
- Mar 26, 2007
-
-
Tom Lane authored
-
- Feb 20, 2007
-
-
Bruce Momjian authored
environment variables. Backpatch to 8.2.X.
-
- Sep 16, 2006
-
-
Bruce Momjian authored
-
- Sep 08, 2005
-
-
Tom Lane authored
for procedural languages. This replaces the hard-wired table I had originally proposed as a stopgap solution. For the moment, the initial contents only include languages shipped with the core distribution.
-
- Sep 06, 2005
-
-
Tom Lane authored
as per my recent proposal. For now the template data is hard-wired in proclang.c --- this should be replaced later by a new shared system catalog, but we don't want to force initdb during 8.1 beta. This change lets us cleanly load existing dump files even if they contain outright wrong information about a PL's support functions, such as a wrong path to the shared library or a missing validator function. Also, we can revert the recent kluges to make pg_dump dump PL support functions that are stored in pg_catalog. While at it, I removed the code in pg_regress that replaced $libdir with a hardcoded path for temporary installations. This is no longer needed given our support for relocatable installations.
-
- Jun 21, 2005
-
-
Tom Lane authored
unlike template0 and template1 does not have any special status in terms of backend functionality. However, all external utilities such as createuser and createdb now connect to "postgres" instead of template1, and the documentation is changed to encourage people to use "postgres" instead of template1 as a play area. This should fix some longstanding gotchas involving unexpected propagation of database objects by createdb (when you used template1 without understanding the implications), as well as ameliorating the problem that CREATE DATABASE is unhappy if anyone else is connected to template1. Patch by Dave Page, minor editing by Tom Lane. All per recent pghackers discussions.
-
- May 29, 2005
-
-
Bruce Momjian authored
-
- Nov 29, 2003
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- Aug 31, 2003
-
-
Peter Eisentraut authored
-
- Mar 24, 2003
-
-
Peter Eisentraut authored
-
- Mar 18, 2003
-
-
Peter Eisentraut authored
connections, increase robustness, add NLS, and prepare for Windows port. (vacuumdb and clusterdb will follow later.)
-
- Feb 13, 2003
-
-
Bruce Momjian authored
makes a few editorial changes to the documentation. Neil Conway
-
- Oct 12, 2002
-
-
Peter Eisentraut authored
-
- Sep 21, 2002
-
-
Peter Eisentraut authored
-
- Aug 10, 2002
-
-
Peter Eisentraut authored
and database. In particular, make script wrappers understand the PGDATABASE environment variable.
-
- Jul 28, 2002
-
-
Peter Eisentraut authored
Add information about environment variables.
-
- Apr 21, 2002
-
-
Thomas G. Lockhart authored
capabilities of specifying time zones as intervals per SQL9x. Put refentrytitle contents on the same line as the tag. Otherwise, leading whitespace is propagated into the product, which (at least) messes up the ToC layout. Remove (some) docinfo tags containing dates. Best to omit if the dates are not accurate; maybe use CVS dates instead or leave them out.
-
- Jan 06, 2002
-
-
Tom Lane authored
database.)
-
- Jan 03, 2002
-
-
Bruce Momjian authored
existing code of dbname optional actually work.
-
- Dec 08, 2001
-
-
Thomas G. Lockhart authored
between Postgres and PostgreSQL.
-
- Nov 28, 2001
-
-
Peter Eisentraut authored
-
- Oct 26, 2001
-
-
Tom Lane authored
-
- Oct 23, 2001
-
-
Tom Lane authored
behavior when password auth is used.
-
- Sep 03, 2001
-
-
Peter Eisentraut authored
-
- May 10, 2001
-
-
Peter Eisentraut authored
from Oliver Elphick
-
- Dec 26, 2000
-
-
Peter Eisentraut authored
-