Re: [HACKERS] Win32 port - current status?

2003-07-13 Thread Joe Conway
Claudio Natoli wrote: just wondering if the guys involved in the Win32 port could give a quick update? I'm just (one of the many?) hanging out for this, to justify continued use of Postgres to the powers that be. Seems like there has been no word on this for a couple weeks, and I'm not even sure wh

Re: [HACKERS] Win32 port - current status?

2003-07-13 Thread Matthew T. O'Connor
On Mon, 2003-07-14 at 01:58, Claudio Natoli wrote: > I'm just (one of the many?) hanging out for this, to justify continued use > of Postgres to the powers that be. Seems like there has been no word on this > for a couple weeks, and I'm not even sure whether or not it has made/will > make it into 7

[HACKERS] Win32 port - current status?

2003-07-13 Thread Claudio Natoli
Hi all, just wondering if the guys involved in the Win32 port could give a quick update? I'm just (one of the many?) hanging out for this, to justify continued use of Postgres to the powers that be. Seems like there has been no word on this for a couple weeks, and I'm not even sure whether or no

Re: [HACKERS] 7.4 Beta RPMS?

2003-07-13 Thread Lamar Owen
On Sunday 13 July 2003 18:09, Matthew T. O'Connor wrote: > I know it's early, but I was just wondering if there would be 7.4 rpms > during beta? I plan to have them. I'm on vacation this week, so it will be next at earliest, depending upon when the beta itself is ready. -- Lamar Owen WGCR Inter

[HACKERS] 7.4 Beta RPMS?

2003-07-13 Thread Matthew T. O'Connor
I know it's early, but I was just wondering if there would be 7.4 rpms during beta? Thanks, Matthew ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

[HACKERS] did you read my mails ?

2003-07-13 Thread ivan
someone looked at my files function ?? ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

Re: [HACKERS] php with postgres

2003-07-13 Thread ivan
what aoubt stream ? in plpgsql you can just write command INSERT ... or DELETE if you want sht like this in php you need to correct zend i think . in php all var is declared as variant type but we need look at realy type. I have other view, to first write php interpreter to postgres, and then wri

[HACKERS] locking mechanism

2003-07-13 Thread Jenny -
hi,   1)If the same PROCLOCK has some already-granted locks and     be waiting for more, how do we know?   I currently use the holding array of PROCLOCK to figure out what lockmodes a transaction(process) has been granted on LOCK,and if holdings sum comes to 0 that means this PROCLOCK is waiting

[HACKERS] table level and row level locks

2003-07-13 Thread Jenny -
Iam trying to acquire rowlevel locks in postgresql. I try doing this:  'select * from students where name='Larry' for update; But by looking at the holding array of proclock , I've noticed that by doing this only AccessShareLock gets acquired which is a table level lock. How do I acquire rowle

[HACKERS] row level locks

2003-07-13 Thread Jenny -
How do we acquire row level locks and is there a way to detect them from the any of lock data structures (like Lock, ProcLock, PGPROCK, and LockData)? thanks jennyThe new MSN 8: smart spam protection and 2 months FREE*

Re: [HACKERS] php with postgres

2003-07-13 Thread Joe Conway
Jan Wieck wrote: I had been briefly talking with Marcus Boerger (included in CC) from the PHP team about it. He knows the PHP5 SAPI embed well. Can you include him into the team (if not already)? Sure! From what I know about this SAPI I think the PL/Tcl implementation would be a good point to

Re: [HACKERS] php with postgres

2003-07-13 Thread Jan Wieck
Joe Conway wrote: ivan wrote: ok, but php should build this lang for postgres i think so, we should talk with php group ? I have been talking with several people about this on-and-off for a while now. If I can find some time in the next few months, I will probably write it (if no one beats me to