CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/03/30 21:05:55
Added files:
doc/TODO.detail: psql
Log message:
Add psql backslash command discussion.
---(end of broadcast)---
TIP 5:
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/03/30 21:01:38
Modified files:
doc: TODO
Log message:
Remove:
* Prevent unneeded quoting in psql \d output using fmtId()
---(end
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/03/30 21:04:49
Modified files:
doc: TODO
Log message:
Add:
* Move psql backslash database information into the backend, use
nmumonic commands? [ps
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/03/30 18:08:50
Modified files:
doc/src/sgml : advanced.sgml
Log message:
Fix markup errors from recent patch.
---(end of broadcast)
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/03/30 17:58:20
Modified files:
doc/src/sgml : advanced.sgml datetime.sgml
Log message:
1. In keeping with the recent discussion that there should be more
said about views,
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/03/30 17:51:41
Modified files:
doc: TODO
Log message:
Add:
> * Add GUC variable to allow output of interval values in ISO8601 format
---
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/03/30 11:53:19
Modified files:
doc/src/sgml : func.sgml
src/backend/utils/adt: datetime.c formatting.c timestamp.c
Log message:
Fix to_char for 1 BC. Previously it returne
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/03/30 11:54:33
Modified files:
doc/src/sgml/ref: psql-ref.sgml
Log message:
Add mention of how to use \df to find functions using/returning specific
data types.
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/03/30 11:45:33
Modified files:
contrib/btree_gist: btree_common.c btree_gist.h
btree_gist.sql.in btree_num.c.in btree_ts.c
contrib/cube : cube.c cube.sql