From: leoguti at iband dot net
Operating system: Slackware 8.0 kernel 2.4.18
PHP version: 4.3.1
PHP Bug Type: PostgreSQL related
Bug description: pg_select with timestamp
I can't do that the function work with timestamp with time zone data type.
I have the table
create table proob(
field_proob timestamp with time zone
);
an I tried to do
<?
$a=array("field_proob"=>"2003-03-30 22:47:52.657715-05");
echo pg_insert($conexion,"proob",$a);
?>
With other data types this function work but with this don't.
--
Edit bug report at http://bugs.php.net/?id=23009&edit=1
--
Try a CVS snapshot: http://bugs.php.net/fix.php?id=23009&r=trysnapshot
Fixed in CVS: http://bugs.php.net/fix.php?id=23009&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=23009&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=23009&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=23009&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=23009&r=support
Expected behavior: http://bugs.php.net/fix.php?id=23009&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=23009&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=23009&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=23009&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=23009&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=23009&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=23009&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=23009&r=gnused