[HACKERS] Nested Tables on PostgreSQL?

2007-01-09 Thread luis garcia
Hi, I've been studying some nested tables properties, and I use PostgreSQL as my default DBMS. The question is... Are there some advances for the implementation of this propertie in any upcoming version of PostgreSQL? I'll be waiting for your answers. Thanks --

[HACKERS] # of tuples on a Table?

2006-11-16 Thread luis garcia
Hi I've been making some changes to Postgres insertion method (InsertStmt) and I'm trying to find out how much tuples are stored in one specific table before the insertion of the next tuple, because of that will depend the exact insertion method that I will use... I just really wanna know if ther

Re: [HACKERS] ¿¿¿past chunk end???

2006-11-01 Thread luis garcia
Hi, thanks for your answers...>Carefully check all the palloc's you are doing in your code.>This warning is shown when you write some extra bytes to the memory>and size of your data goes beyond the allocated size. There's no problem in the memory allocation, just in relfrequency, that's the "Big Pr

[HACKERS] ¿¿¿past chunk end???

2006-11-01 Thread luis garcia
Hi We have been making some modifications to postgres catalog, butit seems to be a problem with one of the fields we just added, exactlyin the time when inserting the right values to that specific field. 1. This is what It happens:**template1=# CREATE TABLE test(

Re: [HACKERS] Problems starting Template1...

2006-10-26 Thread luis garcia
be.Thanks anyway...2006/10/26, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:-BEGIN PGP SIGNED MESSAGE- Hash: SHA1On Mon, Oct 23, 2006 at 02:32:47PM -0400, luis garcia wrote:> Hello, I'm from Venezuela, and I've been making some modifications> to Postgre's Catalog, b

[HACKERS] Problems starting Template1...

2006-10-23 Thread luis garcia
Hello, I'm from Venezuela, and I've been making some modifications to Postgre's Catalog, but it seems to be a problem creating the Template1 Database. When the creation of the database is starting this is what happens: [EMAIL PROTECTED]:~> /home/luis/pgsql/bin/initdb -D /home/luis/pgsql/data/The fi

Re: [HACKERS] Constant changes (Re-Build)

2006-09-28 Thread luis garcia
AIL PROTECTED]>: luis garcia wrote:> Hi I'm a student from Valencia-Venezuela and I'm working with some> other friends to make PostgreSQL allows the definition of Temporal> Databases and their respective Selection, Insertion and some other > functions needed to treat this p

[HACKERS] Constant changes (Re-Build)

2006-09-26 Thread luis garcia
Hi I'm a student from Valencia-Venezuela and I'm working with some other friends to make PostgreSQL allows the definition of Temporal Databases and their respective Selection, Insertion and some other functions needed to treat this paradigm  (all based in TSQL2 Query Language). Right now we are