Update of /cvsroot/press/pr/releases/8.0/ja
In directory pgfoundry.org:/tmp/cvs-serv91939/ja
Log Message:
Directory /cvsroot/press/pr/releases/8.0/ja added to the repository
---(end of broadcast)---
TIP 9: the planner will ignore your desire to cho
Log Message:
---
Remove question mark on COPY CSV fix:
< returns in data?
> returns in data
Modified Files:
--
pgsql/doc:
TODO (r1.1410 -> r1.1411)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1410&r2=1.1411)
--
Log Message:
---
Add \n to end of output for psql \s with no history file name.
This prevents the next psql prompt from showing up on the end of the
last history line.
Modified Files:
--
pgsql/src/bin/psql:
command.c (r1.136 -> r1.137)
(http://developer.po
i want to createdb but this appear..
Warning : could not remove database directory "/var/postgresql/data/base/17147"
Detail: Failing system command was : rm -rf '/var/postgresql/data/base/17147'
Error: could not initialize database directory; delete failed as well
detail : failing system command
Log Message:
---
Update Turkish FAQ.
Devrim GUNDUZ
Modified Files:
--
pgsql/doc:
FAQ_turkish (r1.5 -> r1.6)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_turkish.diff?r1=1.5&r2=1.6)
pgsql/doc/src/FAQ:
FAQ_turkish.html (r1.5 -> r1.6)
Log Message:
---
Removed:
< * Make log_min_duration_statement output when the duration is reached rather
< than when the statement completes
<
< This prints long queries while they are running, making trouble shooting
< easier. Also, it eliminates the need for log_statement because
Update of /cvsroot/pgmemcache/pgmemcache
In directory pgfoundry.org:/tmp/cvs-serv61303
Log Message:
Initial import of pgmemcache
Status:
Vendor Tag: SEANC
Release Tags: RELEASE_1_0
N pgmemcache/Makefile
N pgmemcache/pgmemcache.c
N pgmemcache/pgmemcache.h
N pgmemcache/pgmem
Log Message:
---
Quote SHELL arguments only on Win32.
Modified Files:
--
pgsql/src/bin/psql:
command.c (r1.135 -> r1.136)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/command.c.diff?r1=1.135&r2=1.136)
---(end of br
Log Message:
---
Add:
> * Make log_min_duration_statement output when the duration is reached rather
> than when the statement completes
>
> This prints long queries while they are running, making trouble shooting
> easier. Also, it eliminates the need for log_statement because it