psql

From: Nailah Ogeer <ogeer(at)cs(dot)queensu(dot)ca>
To: <pgsql-general(at)postgresql(dot)org>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: psql
Date: 2003-06-19 21:07:43
Message-ID: Pine.SOL.4.33.0306191703320.19075-100000@innovate
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin pgsql-general pgsql-hackers pgsql-patches

What i am trying to do is to maintain a linked list of all the relations
in a database. When i create a db then i want it to insert into the linked
list the relation ids. As it stands now, i can create a db fine and i see
the relation id's in the linked list. BUT, as soon as i psql into the db
then they all disappear. I maintain an array that stores the linked lists
which i initialized in buf_init.
I don't understand this. Can someone explain why? Is it wiping out the
array i initialized before.

signed
please shed some light

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Bruno Wolff III 2003-06-20 01:49:56 Re: [HACKERS] psql
Previous Message Kurt Roeckx 2003-06-19 21:01:19 Re: ss_family in hba.c

Browse pgsql-general by date

  From Date Subject
Next Message elein 2003-06-19 21:17:51 Re: plpython? (Was: Re: Damn triggers and NEW)
Previous Message Kurt Roeckx 2003-06-19 21:01:19 Re: ss_family in hba.c

Browse pgsql-hackers by date

  From Date Subject
Next Message Ron Mayer 2003-06-20 00:18:49 Re: Two weeks to feature freeze
Previous Message Kurt Roeckx 2003-06-19 21:01:19 Re: ss_family in hba.c

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2003-06-19 23:51:19 pg_hba.conf.sample
Previous Message Kurt Roeckx 2003-06-19 21:01:19 Re: ss_family in hba.c