Re: [HACKERS] Missing file from CVS?

2002-11-16 Thread Joe Conway
Al Sutton wrote: All, I've just tried to build the Win32 components under Visual Studio's C++ compiler from the win32.mak CVS archive at :pserver:[EMAIL PROTECTED]:/projects/cvsroot and found that the following file was missing; src\bin\psql\sql_help.h I've copied the file from the the source t

Re: [HACKERS] [CYGWIN] ipc-daemon

2002-11-16 Thread Bruce Momjian
We normally don't go into that much detail in the FAQ unless someone is seeing that problem case a lot. --- Richard Pais wrote: > > Just an explanation in the FAQ that the ipc-daemon is not running won't suffice. >Because

Re: [HACKERS] Where can I find a list of the new features appearing

2002-11-16 Thread Bruce Momjian
>From the /HISTORY file in the tarball. --- My Deja wrote: > Where can I find a list of the new features appearing in Postgresql 7.3? > > ---(end of broadcast)--- > TIP 1: sub

[HACKERS] RC1 packaged and available ...

2002-11-16 Thread Marc G. Fournier
It looks okay from here ... I'll put out a notice later this evening if nobody sees anything wrong with it ... ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

[HACKERS] Query for DatabaseMetaData.getImportedKey

2002-11-16 Thread snpe
Hello I want change DatabaseMetaData.getImportedKeys that return name of constraint in place of pg_trigger.tgargs (for FK_NAME) Query for getImportedKey is like : Query 1: SELECT DISTINCT n.nspname as pnspname,n2.nspname as fnspname, c.relname as prelname, c2.relname as frelname, t.tgcons

[HACKERS] Missing file from CVS?

2002-11-16 Thread Al Sutton
All, I've just tried to build the Win32 components under Visual Studio's C++ compiler from the win32.mak CVS archive at :pserver:[EMAIL PROTECTED]:/projects/cvsroot and found that the following file was missing; src\bin\psql\sql_help.h I've copied the file from the the source tree of version 7.2

[HACKERS] Where can I find a list of the new features appearing in Postgresql 7.3?

2002-11-16 Thread My Deja
Where can I find a list of the new features appearing in Postgresql 7.3? ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Re: [HACKERS] pg_dump in 7.4

2002-11-16 Thread Philip Warner
At 11:43 AM 15/11/2002 -0500, Rod Taylor wrote: Below is a summary of what pg_depend tracks that might be useful. This looks excellent. If people are happy with my earlier outline, it should be reasonably easy to proceed... Phi

Re: [HACKERS] Proposal of hierachical queries (a la Oracle)

2002-11-16 Thread Evgen Potemkin
Ok, full section would be very helpful, i don't have it. --- .evgen On 15 Nov 2002, Rod Taylor wrote: > On Thu, 2002-11-14 at 06:52, Evgen Potemkin wrote: > > Hi there! > > > > I want to propose the patch for adding the hierarchical queries posibility. > > It allows to construct queries a la Ora

Re: [HACKERS] RI_FKey_check: foreign key constraint blocks parall

2002-11-16 Thread Mikheev, Vadim
> > > void > > > heap_mark4fk_lock_acquire(Relation relation, HeapTuple tuple) { Just wonder how are you going to implement it - is it by using some kind of "read-locks", ie FK transaction "locks" PK to prevent delete (this is known as "pessimistic" approach)? About two years ago we discussed with

Re: [HACKERS] Time to move on...

2002-11-16 Thread Bruce Momjian
Neil Conway wrote: > Lamar Owen <[EMAIL PROTECTED]> writes: > > On Saturday 16 November 2002 01:07, Christopher Kings-Lynne wrote: > > > OK sorry - I was under the impression that core == commit bit... > > > > committers != core > > Is there any reason for this distinction? I assume you are aski