time server - Search results in mailing lists
Mailing lists >> pgsql-php >> Thread >> Search in thread (2)
2012-05-24 11:15:52 | Re: Sobre libreria cliente (Lazaro Ruben Garcia Martinez)
server? Regards and thank you very much for your time. ----- Mensaje original ----- 10mo. ANIVERSARIO DE LA CREACION
Mailing lists >> pgsql-php >> Thread >> Search in thread (3)
2012-04-30 05:33:28 | Re: Cannot connect to remote postgres using php (Narongdetch Jongjit)
server: Connection timed out (0x0000274C/10060) Is the server running on host "10.162.19.3" and accepting TCP/IP
Mailing lists >> pgsql-php >> Thread
2011-04-07 19:51:48 | Re: Connecting PHP-based Application to Postgres-9.0.3 (Rich Shepard)
time. 0 disables. log_rotation_size = 10MB # Automatic rotation of logfiles will # happen after that much log output. # 0 disables. # These are relevant when logging to syslog: syslog_facility = 'LOCAL0' syslog_ident = 'postgres' silent_mode
Mailing lists >> pgsql-php >> Thread
2010-06-21 15:50:52 | Re: large resultset (Marco Dieckhoff)
server processing php. Looping may take "a little" longer, but as only one row at a time
Mailing lists >> pgsql-php >> Thread
2009-12-08 19:06:15 | Re: Problem with utf8 encoding (Sylvain Racine)
SERVER encoding. It's mean that all your data are store in your database in UTF-8 encoding, with collate and ctype in "Spanish_Peru.1252". > /CREATE DATABASE sbs/ > / WITH OWNER = sbsadmin/ > / ENCODING = 'UTF8
Mailing lists >> pgsql-php >> Thread
2009-02-19 08:40:01 | Re: pl/php for windows (Bob McConnell)
servers are very slow when running stored procedures and we don't have time to spend
Mailing lists >> pgsql-php >> Thread >> Search in thread (2)
2009-02-02 08:55:43 | Re: How to store files into the DB with PHP. (bytea ?) (François Delpierre)
server and/or web browser, valid for a certain amount of time and for the source
Mailing lists >> pgsql-php >> Thread
2008-12-28 23:30:15 | You might need to add explicit type casts. (kulmacet101@kulmacet.com)
time = '12/28/2008 8:51:33 PM' WHERE id = 469 I have read several archives describing the 8.3 release notes and CASTing but I do not understand how to apply this information, this issue makes
Mailing lists >> pgsql-php >> Thread
2008-11-17 04:26:54 | Re: [Q] PDO use to bind arrays for insert (Andrew McMillan)
server. If you can stream the inserts separately you can potentially shift that load. Obviously no good if your inserts aren't blind, but when there are large streams of them they often are only
Mailing lists >> pgsql-php >> Thread
2008-04-30 14:07:19 | bytea columns and memory exhaustion (tv@fuzzy.cz)
time, but the users began to insert large files (say 1 - 10 megabytes in size) and we began to experience 'allowed memory exhausted' PHP fatal errors. I believe the problem is caused by escaping
Mailing lists >> pgsql-php >> Thread >> Search in thread (2)
2006-11-01 19:41:07 | Re: cant conect to dynamic host-URL (Andy Shellam (Mailing Lists))
servers are properly configured and respond timely (within 2 seconds.) Repeatedly do a "dig adocom
Mailing lists >> pgsql-php >> Thread
2006-08-01 06:42:15 | Re: connection pool (Peter Hofer)
time Currently we got 2 Servers runnung with persistent Connection, and 2 Server with non-persitent
Mailing lists >> pgsql-php >> Thread
2006-07-27 13:41:34 | How to upgrade Centos 4.3 to PHP 5.1 and Postgresql 8.1 (Richmond Dyes)
time upgrading my Centos 4.2 server to use PHP 5.1 and Postgresql 8.1. Has anyone
Mailing lists >> pgsql-php >> Thread
2006-05-20 14:46:43 | can somebody show me a MDB2 dsn with port number? (kmh496)
server 5 times. if ($DEBUG_DICT_CONNECT) echo "dsn = " . print_r($dsn) . " "; if ($DEBUG_DICT
Mailing lists >> pgsql-php >> Thread
2006-05-19 10:46:04 | Re: Adding to multiplied values (Randy Moller)
server Subject: Re: [PHP] Adding to multiplied values On Fri, 19 May 2006, Volkan YAZICI wrote: Sure, and thanks. This query works, but I fail at tying in $totalExpenses to create a $grandTotal. (pine