postgresql/doc/src/sgml
Bruce Momjian 75a64eeb4b I made the patch that implements regexp_replace again.
The specification of this function is as follows.

regexp_replace(source text, pattern text, replacement text, [flags
text])
returns text

Replace string that matches to regular expression in source text to
replacement text.

 - pattern is regular expression pattern.
 - replacement is replace string that can use '\1'-'\9', and '\&'.
    '\1'-'\9': back reference to the n'th subexpression.
    '\&'     : entire matched string.
 - flags can use the following values:
    g: global (replace all)
    i: ignore case
    When the flags is not specified, case sensitive, replace the first
    instance only.

Atsushi Ogawa
2005-07-10 04:54:33 +00:00
..
ref Add psql \pset numericsep to allow output numbers like 100,000.0 or 2005-07-10 03:46:13 +00:00
Makefile Add some post-processing to the man page generation to fix up external/ 2005-01-04 21:03:30 +00:00
advanced.sgml We don't put URL's in ulink's because the URL is always generated, but 2005-04-09 03:52:43 +00:00
arch-dev.sgml More minor updates and copy-editing. 2005-01-05 23:42:03 +00:00
array.sgml Document array behavior for out-of-range subscripts. 2005-02-06 20:59:30 +00:00
backup.sgml Force a checkpoint before committing a CREATE DATABASE command. This 2005-06-25 22:47:29 +00:00
biblio.sgml We don't put URL's in ulink's because the URL is always generated, but 2005-04-09 03:52:43 +00:00
bki.sgml First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
catalogs.sgml Track dependencies on shared objects (which is to say, roles; we already 2005-07-07 20:40:02 +00:00
charset.sgml Cause initdb to create a third standard database "postgres", which 2005-06-21 04:02:34 +00:00
client-auth.sgml Remove support for Kerberos V4. It seems no one is using this, it has 2005-06-27 02:04:26 +00:00
contacts.sgml We don't put URL's in ulink's because the URL is always generated, but 2005-04-09 03:52:43 +00:00
cvs.sgml We don't put URL's in ulink's because the URL is always generated, but 2005-04-09 03:52:43 +00:00
datatype.sgml Wording improvement (may -> can) 2005-05-30 19:32:44 +00:00
datetime.sgml This patch makes it possible to use the full set of timezones when doing 2005-06-15 00:34:11 +00:00
ddl.sgml SGML cleanup: consistently use "endterm" in <xref>s that link to the 2005-06-13 02:40:08 +00:00
dfunc.sgml We don't put URL's in ulink's because the URL is always generated, but 2005-04-09 03:52:43 +00:00
diskusage.sgml Add some real documentation about TOAST (finally). Combine this with 2005-01-10 00:04:43 +00:00
dml.sgml Add link to INSERT in docs. 2005-03-17 20:24:34 +00:00
docguide.sgml Add missing quote, per Dave Page. 2005-05-13 16:48:14 +00:00
ecpg.sgml Fix typo in ECPG docs, per Andreas Seltenreich. 2005-05-20 12:36:48 +00:00
errcodes.sgml Code review for escape-strings patch. Sync psql and plpgsql lexers 2005-06-26 19:16:07 +00:00
extend.sgml More updates and copy-editing. Rearrange order of sections a little bit 2004-12-30 03:13:56 +00:00
external-projects.sgml We don't put URL's in ulink's because the URL is always generated, but 2005-04-09 03:52:43 +00:00
features.sgml Update of conformance information to SQL:2003 2004-11-27 21:27:08 +00:00
filelist.sgml Add documentation on how statistics are used by the planner. 2005-02-27 00:49:28 +00:00
fixrtf Add option --refentry to change \keepn (keep with next paragraph) to 2001-04-20 15:50:25 +00:00
func.sgml I made the patch that implements regexp_replace again. 2005-07-10 04:54:33 +00:00
geqo.sgml Fix broken markup. 2005-04-12 03:16:50 +00:00
gist.sgml Remove GIST concurrency limitations section. 2005-07-02 20:08:27 +00:00
history.sgml Fix broken markup. 2005-04-12 03:16:50 +00:00
indexam.sgml Change the planner to allow indexscan qualification clauses to use 2005-06-13 23:14:49 +00:00
indices.sgml Extend r-tree operator classes to handle Y-direction tests equivalent 2005-06-24 20:53:34 +00:00
info.sgml We don't put URL's in ulink's because the URL is always generated, but 2005-04-09 03:52:43 +00:00
information_schema.sgml More minor updates and copy-editing. 2004-12-28 22:47:15 +00:00
install-win32.sgml Fix broken markup. 2005-05-13 15:21:59 +00:00
installation.sgml Reverse out because the lack of using pgport in timezone/ is causing 2005-07-06 21:04:14 +00:00
intro.sgml We don't put URL's in ulink's because the URL is always generated, but 2005-04-09 03:52:43 +00:00
keywords.sgml Update of conformance information to SQL:2003 2004-11-27 21:27:08 +00:00
legal.sgml Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
libpq.sgml Remove support for Kerberos V4. It seems no one is using this, it has 2005-06-27 02:04:26 +00:00
lobj.sgml Adjust lo_open() so that specifying INV_READ without INV_WRITE creates 2005-06-13 02:26:53 +00:00
maintenance.sgml Make REINDEX DATABASE do what one would expect, namely reindex all indexes 2005-06-22 21:14:31 +00:00
manage-ag.sgml Cause initdb to create a third standard database "postgres", which 2005-06-21 04:02:34 +00:00
mk_feature_tables.pl Add sql_features table to information schema. Generate the features list 2003-01-14 23:19:34 +00:00
monitoring.sgml Complete the following TODO items: 2005-05-09 11:31:34 +00:00
mvcc.sgml SGML cleanup: consistently use "endterm" in <xref>s that link to the 2005-06-13 02:40:08 +00:00
nls.sgml We don't put URL's in ulink's because the URL is always generated, but 2005-04-09 03:52:43 +00:00
notation.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
perform.sgml Improve EXPLAIN ANALYZE to show the time spent in each trigger when 2005-03-25 21:58:00 +00:00
planstats.sgml Fix mistakes in SGML markup. From David Fetter. 2005-03-14 06:49:48 +00:00
plhandler.sgml Change -> and <- to use proper ampersand markups. 2005-01-22 22:06:27 +00:00
plperl.sgml Here's a patch to do the following: 2005-06-05 03:16:42 +00:00
plpgsql.sgml In PL/PgSQL, allow a block's label to be optionally specified at the 2005-07-02 08:59:48 +00:00
plpython.sgml Add some links to the CREATE FUNCTION reference page when describing 2005-05-20 01:52:25 +00:00
pltcl.sgml Add some links to the CREATE FUNCTION reference page when describing 2005-05-20 01:52:25 +00:00
postgres.sgml Add documentation on how statistics are used by the planner. 2005-02-27 00:49:28 +00:00
problems.sgml We don't put URL's in ulink's because the URL is always generated, but 2005-04-09 03:52:43 +00:00
protocol.sgml Remove support for Kerberos V4. It seems no one is using this, it has 2005-06-27 02:04:26 +00:00
queries.sgml Documentation adjustments. 2005-05-08 03:08:05 +00:00
query.sgml SGML cleanup: consistently use "endterm" in <xref>s that link to the 2005-06-13 02:40:08 +00:00
reference.ced Deprecate 'current' for date/time input. 2001-11-21 05:53:41 +00:00
reference.sgml Two-phase commit. Original patch by Heikki Linnakangas, with additional 2005-06-17 22:32:51 +00:00
regress.sgml Add a note that regression test row ordering differences can be caused 2005-03-07 02:00:28 +00:00
release.sgml Update release notes for upcoming re-releases. 2005-05-09 00:09:45 +00:00
rowtypes.sgml More < and > cleanups converted to ampersands. 2005-01-22 22:56:36 +00:00
rules.sgml Make the CREATE RULE syntax description in rules.sgml more consistent 2005-05-20 01:37:08 +00:00
runtime.sgml Update description of GUC full_page_writes. 2005-07-06 14:45:12 +00:00
sources.sgml Spell checker run 2004-12-13 18:05:10 +00:00
spi.sgml Change SPI functions to use a `long' when specifying the number of tuples 2005-05-02 00:37:07 +00:00
sql.sgml Implement sharable row-level locks, and use them for foreign key references 2005-04-28 21:47:18 +00:00
standalone-install.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
start.sgml Cause initdb to create a third standard database "postgres", which 2005-06-21 04:02:34 +00:00
storage.sgml Implement sharable row-level locks, and use them for foreign key references 2005-04-28 21:47:18 +00:00
stylesheet-hh.xsl Add htmlhelp stylesheet and build target. 2004-11-23 16:27:59 +00:00
stylesheet.css Override upstream DSSSL style sheet formatting changes 2004-06-29 20:44:34 +00:00
stylesheet.dsl Add character set declaration to HTML files, so they have a chance to 2004-11-10 23:01:47 +00:00
stylesheet.xsl Some refinement of XSLT processing: The result now looks just about as good 2004-01-15 23:51:32 +00:00
syntax.sgml Code review for escape-strings patch. Sync psql and plpgsql lexers 2005-06-26 19:16:07 +00:00
trigger.sgml Convert oidvector and int2vector into variable-length arrays. This 2005-03-29 00:17:27 +00:00
typeconv.sgml Add Oracle-compatible GREATEST and LEAST functions. Pavel Stehule 2005-06-26 22:05:42 +00:00
user-manag.sgml Update and copy-edit description of privileges. 2005-03-25 16:38:58 +00:00
wal.sgml Replace "--" and "---" with "&mdash;" as appropriate, for better-looking 2004-11-15 06:32:15 +00:00
xaggr.sgml Fix typo. 2005-03-30 02:08:39 +00:00
xfunc.sgml Document get_call_result_type() and friends; mark TypeGetTupleDesc() 2005-05-30 23:09:07 +00:00
xindex.sgml Extend r-tree operator classes to handle Y-direction tests equivalent 2005-06-24 20:53:34 +00:00
xoper.sgml Add tools/find_gt_lt to find < and > in SGML source. 2005-01-23 00:30:59 +00:00
xplang.sgml More minor updates and copy-editing. 2004-12-30 21:45:37 +00:00
xtypes.sgml Add some real documentation about TOAST (finally). Combine this with 2005-01-10 00:04:43 +00:00