Update of /cvsroot/pginstaller/web/tr
In directory pgfoundry.org:/tmp/cvs-serv89093/tr
Log Message:
Directory /cvsroot/pginstaller/web/tr added to the repository
---(end of broadcast)---
TIP 6: Have you searched our list archives?
h
Log Message:
---
Add Turkish translation of the FAQ [Devrim Gunduz]
Added Files:
---
web/tr:
FAQ_windows.html (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/web/tr/FAQ_windows.html?rev=1.1&content-type=text/x-cvsweb-markup)
---
Log Message:
---
It seems like most people don't want automatic failover so I am removing
the item:
< o Automatic failover
<
< The proper solution to this will probably the use of a master/slave
< replication solution like Sloney and a connection pooling tool like
<
Log Message:
---
Spacing:
< * Allow the PITR process to be debugged and data examined
> * Allow the PITR process to be debugged and data examined
Modified Files:
--
pgsql/doc:
TODO (r1.1439 -> r1.1440)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc
Hello pgsql-committers,
How I can compiling and linking Dynamically-Loaded Functions on Win32?
In Docs describe all platforms BSD , FreeBSD,
Linux for example
The compiler flag to create PIC is -fpic. On some platforms in some situations
-fPIC must be used if -fpic does not work. Refer to t