time dates - Search results in mailing lists
Mailing lists >> pgsql-php >> Thread
2012-04-30 05:33:28 | Re: Cannot connect to remote postgres using php (Narongdetch Jongjit)
Date: Mon, 30 Apr 2012 14:00:22 +0530 Subject: [PHP] Cannot connect to remote postgres using php From: archanakknn@gmail.com To: pgsql-php@postgresql.org Hello, I am getting this error whenever I try to connect to remote
Mailing lists >> pgsql-php >> Thread
2011-08-26 00:30:20 | pdo emulate prepares not working. still getting parse-bind-execute-deallocate in pg log. (mark)
timed results over a large number of executions. $tStart = microtime(true); for ($i=0;$i<1;$i++) { $dbh = new PDO('pgsql:host=localhost;dbname=my_mainline', 'postgres', 'postgres', array(PDO::ATTR_EMULATE_PREPARES => true)); // replace
Mailing lists >> pgsql-php >> Thread
2007-06-13 06:09:29 | Re: php, postgresql and graphical images (Dave Page)
date("D, j M Y H:i:s", time() + (86400)) . " UTC"); header("Cache-Control: Public
Mailing lists >> pgsql-php >> Thread
2006-05-19 10:46:04 | Re: Adding to multiplied values (Randy Moller)
time) VALUES('" . $invoiceDate . "', '" . $billingPeriod . "', '" . $invoiceNumber . "', '" . $jobCode . "', '" . $accountNumber . "', '" . $billingRate . "', '" . $totalHours . "', '" . $billingRate * $totalHours . "', 'now()')"; r ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message
Mailing lists >> pgsql-php >> Thread
2006-04-27 12:37:40 | Re: PostgreSQL 8.1 + PHP5.1.x/4.4.2 + Apache 2.0.55/1.3.34 ()
date [5] => ftp [6] => hash [7] => iconv [8] => odbc [9] => pcre [10] => Reflection [11] => session [12] => libxml [13] => standard [14] => tokenizer [15] => zlib [16] => SimpleXML [17] => dom [18] => SPL [19] => wddx [20] => xml [21] => xmlreader
Mailing lists >> pgsql-php >> Thread
2006-02-28 22:49:22 | Selecting by date (timestamp) (Jovan Kostovski)
time zone, cot integer, ack boolean, blk boolean, qd_iv boolean, qd_nt boolean, qd_sb boolean, qd_bl boolean, qd_ov boolean, CONSTRAINT idValueLog PRIMARY KEY (idValueLog) ) WITHOUT OIDS; ALTER TABLE ValueLog OWNER
Mailing lists >> pgsql-php >> Thread >> Search in thread (2)
2006-02-28 14:16:31 | selecting records by timestamp (date) (Jovan Kostovski)
time zone, cot integer, ack boolean, blk boolean, qd_iv boolean, qd_nt boolean, qd_sb boolean, qd_bl boolean, qd_ov boolean, CONSTRAINT idValueLog PRIMARY KEY (idValueLog) ) WITHOUT OIDS; ALTER TABLE ValueLog OWNER
Mailing lists >> pgsql-php >> Thread
2006-01-11 14:08:30 | Fwd: Having tough time getting php working for postgresql.. (Patrick White)
Date: Jan 11, 2006 1:00 PM Subject: Re: [PHP] Having tough time getting php working
Mailing lists >> pgsql-php >> Thread
2005-12-12 05:37:09 | Re: AP2 (Neil Saunders)
date versions (The included PostgreSQL is an old version, at least) b) You'll learn something along the way, which will most likely save you time
Mailing lists >> pgsql-php >> Thread >> Search in thread (2)
2005-11-17 18:54:20 | Re: PHP Generator For PostgreSQL? (Announce)
time... is PRICELESS. :-) -Aaron -----Original Message----- From: Ray Garrison [mailto:ray@periship.com] Sent: Thursday, November 17, 2005 2:59 PM To: 'Announce'; pgsql-php@postgresql.org Subject: RE: [PHP] PHP Generator For PostgreSQL? Uh, have you looked at phpPgAdmin
Mailing lists >> pgsql-php >> Thread
2005-10-12 16:14:33 | Converting RFC 2822 "timestamp" to timestampz (Milen A. Radev)
date" function in PHP (versions up to 5.0) supports the following two formats: "Difference to Greenwich time
Mailing lists >> pgsql-php >> Thread
2005-10-04 08:55:23 | Query takes much to long, is there a work around? (Toon van Doorn)
date" TIMESTAMP(6) WITHOUT TIME ZONE ) WITH OIDS; This is the table with adresses CREATE
Mailing lists >> pgsql-php >> Thread
2005-07-20 20:28:09 | Times and time zones (Lynna Landstreet)
dates and times, including time zone, and then later allow them to view and if necessary
Mailing lists >> pgsql-php >> Thread
2005-05-11 04:26:04 | Fwd: Bug #32904 [Opn->Csd]: pg_get_notify() ignores result_type param. (Volkan YAZICI)
Date: May 10, 2005 11:14 PM Subject: Bug #32904 [Opn->Csd]: pg_get_notify() ignores result_type param. To: volkan.yazici@gmail.com ATTENTION! Do NOT reply to this email! To reply, use the web interface found
Mailing lists >> pgsql-php >> Thread >> Search in thread (2)
2005-02-25 23:11:08 | save wiht time format (enzo venegas palacios)
date in postgres where my_ table have format time. or to change this format. thanks