Re: [PHP-DB] New PostgreSQL functions

2002-04-08 Thread Yasuo Ohgaki
Adam Voigt wrote: > Well since I've programmed in PHP for a while, > I think PHP is quite capable in damn near all of the possible programming > areas. But for instance, here are some of their complaints: > > 1. Weak PHP-Internal Date Manipulation Functions, on certain > sites we do quite a bit o

Re: Re: [PHP-DB] New PostgreSQL functions

2002-04-08 Thread Adam Voigt
Well since I've programmed in PHP for a while, I think PHP is quite capable in damn near all of the possible programming areas. But for instance, here are some of their complaints: 1. Weak PHP-Internal Date Manipulation Functions, on certain sites we do quite a bit of non-sql based date manipulat

Re: [PHP-DB] New PostgreSQL functions

2002-04-08 Thread Yasuo Ohgaki
Adam Voigt wrote: > think it's funny PHP has so many ways to do certain things, and so > few ways to do other things. =) I forgot to ask. May I ask what kind of features/functions are missing? It does not have to be about PostgreSQL module. -- Yasuo Ohgaki -- PHP Database Mailing List (http:/

Re: [PHP-DB] New PostgreSQL functions

2002-04-08 Thread Yasuo Ohgaki
I need to simple way to insert zval which has array type into PostgreSQL table. (I need to check/convert then insert) Python has similar API for PostgreSQL. (insert/update/delete/select) I've wrote it in C that do the same thing, so I added module functions do the same. $fields = pg

Re: [PHP-DB] New PostgreSQL functions

2002-04-08 Thread Adam Voigt
I'm just curious is the purpose of these functions to remove the requirement that programmers know SQL? I'm not trying to sound sarcastic or anything, but I mean, whats next a pgsql_select_join for joins? If someones smart enough to figure out the Postgres install and performance tuning (and I kno

[PHP-DB] New PostgreSQL functions

2002-04-07 Thread Yasuo Ohgaki
Hi, I've added new PostgreSQL functions to CVS. array pg_metadata(resource db, string table) Get metadata array pg_convert(resource db, string table, arr