[PHP-DB] Seeking PHP database talks

2011-08-09 Thread Joshua D. Drake
Hey folks, PostgreSQL Conference West is closing its CFP this week. Would love to see some PHP talks there this year! https://www.postgresqlconference.org/talk_types Sincerely, JD -- Command Prompt, Inc. - http://www.commandprompt.com/ PostgreSQL Support, Training, Professional Services and

[PHP-DB] PostgreSQL Conference East: 2011 CFP

2011-01-31 Thread Joshua D. Drake
Following on the smashing success of PostgreSQL Conference West, PostgreSQL Conference West, The PostgreSQL Conference for Developers, End Users and Decision Makers, is being held at the Hotel Pennsylvania, in New York City from March 22nd through 25th 2011. Please join us in continuing to make thi

[PHP-DB] PgWest 2010 CFP (second call)

2010-08-24 Thread Joshua D. Drake
Following on the smashing success of PostgreSQL Conference East, PostgreSQL Conference West, The PostgreSQL Conference for Decision Makers, End Users and Developers, is being held at the Sir Francis Drake Hotel in San Francisco from November 2nd through 4th 2010. Please join us in making this the l

[PHP-DB] PostgreSQL Conference, U.S. East 09 Call for Papers

2009-01-26 Thread Joshua D. Drake
here: http://www.postgresqlconference.org/2009/east/ . Sincerely, Joshua D. Drake -- PostgreSQL - XMPP: jdr...@jabber.postgresql.org Consulting, Development, Support, Training 503-667-4564 - http://www.commandprompt.com/ The PostgreSQL Company, serving since 1997 -- PHP Database Mailing List (http://www.ph

[PHP-DB] PgDAY LFNW CFP

2009-01-05 Thread Joshua D. Drake
LFNW last year. LFNW is hoping for even more this year! In short, we are looking for some PostgreSQL talks (45 minutes each) to fill out the day. If you do anything with PostgreSQL, it would be great to have you speak! http://www.postgresqlconference.org/2009/pgday/lfnw/ Sincerely, Joshua D

[PHP-DB] Only 3 days left for PostgreSQL Conference

2008-03-24 Thread Joshua D. Drake
Online registration ends for PostgreSQL Conference East on March 26th at 5:00pm PST. PostgreSQL Conference: East is being held at the Univerisity of Maryland, College Park in the CSIC building. The conference series is designed to be a geographically strategic series of conferences that allow con

[PHP-DB] Only 3 weeks left for PostgreSQL Conference EAST

2008-03-05 Thread Joshua D. Drake
Emma http://www.myemma.com/ Sincerely, Joshua D. Drake - -- The PostgreSQL Company since 1997: http://www.commandprompt.com/ PostgreSQL Community Conference: http://www.postgresqlconference.org/ Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate PostgreSQL SPI Liaison

[PHP-DB] PostgreSQL Conference East: Call for Papers

2008-01-07 Thread Joshua D. Drake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 PostgreSQL Conference East is being held on the weekend of March 29th and 30th, 2008 in College Park, Maryland. The conference will have a series of talks, mini-tutorials and tutorials and we are now accepting submissions! If you are a third pary vend

[PHP-DB] New plPHP is out

2004-12-20 Thread Joshua D. Drake
, Joshua D. Drake -- Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC Postgresql support, programming shared hosting and dedicated hosting. +1-503-667-4564 - [EMAIL PROTECTED] - http://www.commandprompt.com PostgreSQL Replicator -- production quality replication for PostgreSQL

Re: [PHP-DB] Numeric question

2004-11-16 Thread Joshua D. Drake
Brent Baisley wrote: round() rtfm. I would agree, rtfm is a good choice in this regard but the wrong rtfm. This is something that should be done IN the database not in PHP. If you are using PostgreSQL you can do this: select column::numeric(10,2) from foo; Sincerely, Joshua D. Drake On Nov 16

Re: [PHP-DB] can i display an image _directly_ from postgres db storage?

2004-11-02 Thread Joshua D. Drake
ort()* <http://www.php.net/manual/en/function.pg-lo-import.php> *pg_loexport()* *pg_lo_export()* <http://www.php.net/manual/en/function.pg-lo-export.php> Sincerely, Joshua D. Drake Yes. if so, how? Tutorials that shows how to upload and store image/binary files in a database al

[PHP-DB] Re: [GENERAL] SSL connection between PHP4 & PostgreSQL ???

2004-10-05 Thread Joshua D. Drake
but I believe you have to compile PHP with openssl support. Sincerely, Joshua D. Drake I gather from researching the issue that pg_connect uses the same libraries as psql, so that this should be possible. But I've tried every syntax I can think of... the "options" parameter to pg

Re: [PHP-DB] Grant Privileges on Postgres

2004-09-22 Thread Joshua D. Drake
> =(, and yes Santoso I've read all the documentation about grant but it > doesn't work. It's not possible to grant access to all tables of a database > in postgres with a single instruction? No it is not. Why don't you actually paste the output of what you are trying to do. J > > Thank's

[PHP-DB] Procedures in PHP (plphp RC1 released)

2004-04-27 Thread Joshua D. Drake
two BSD style licenses (PostgreSQL and PHP). This release is considered a release candidate as it is basically feature complete. To download plPHP please visit the Command Prompt, Inc. community pages here: http://www.commandprompt.com/entry.lxp?lxpe=294 Sincerely, Joshua D. Drake -- PHP

Re: [PHP-DB] Database Search Engine ?

2004-02-26 Thread Joshua D. Drake
Hello, I suggest PostgreSQL+TSearch2+OpenFTS... 30 minutes to a wonderful search engine. On Thu, 26 Feb 2004, Muhammed Mamedov wrote: > Anyone knows/uses IMP database search engine? > http://www.imptechnology.com/DesktopDefault.aspx?tabid=56 > > Thanks, > M.Mamedov > -- Co-Founder Command P

[PHP-DB] ANNOUNCE: Beta3 of plPHP released

2003-09-26 Thread Joshua D. Drake
Hello, Beta 3 of plPHP has been released with full trigger support for PostgreSQL. PL/PHP - PHP Procedural Language Copyright 2003 Command Prompt, Inc. http://www.commandprompt.com/ +1 503 222 2783 [EMAIL PROTECTED] 1. PL/PHP language installation notes 2. PL/PHP fu

[PHP-DB] Beta 2 of plPHP released.

2003-08-29 Thread Joshua D. Drake
Hello, Beta 2 of plPHP has been released. This version contains many bug fixes. For example, if you write bad plphp code and try to execute it, the code will no longer crash PostgreSQL ;). The URL is here: http://www.commandprompt.com/entry.lxp?lxpe=260 There are precompiled binaries for Re

Re: [PHP-DB] sql or php?

2003-08-07 Thread Joshua D. Drake
I could probably help you easily but table structure would be helpful. On Wed, 6 Aug 2003, Merlin wrote: > Hi there, > > I am wondering if this could be done with mysql and without php, just with > sql. > I do have a table with text and another one with pictures. > Now I would like to print out

[PHP-DB] plPHP (Yes procedures in PHP for PostgreSQL)

2003-08-01 Thread Joshua D. Drake
ekend. Sincerely, Joshua D. Drake -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php