X-Original-To: pgsql-hackers-postgresql.org@localhost.postgresql.org Received: from localhost (mx2.hub.org [200.46.204.254]) by postgresql.org (Postfix) with ESMTP id 9510B11F6AE2 for ; Sat, 22 Apr 2006 04:15:23 -0300 (ADT) X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Score: -2.598 X-Spam-Level: X-Spam-Status: No, score=-2.598 required=5 tests=[BAYES_00=-2.599, UNPARSEABLE_RELAY=0.001] Received: from postgresql.org ([200.46.204.71]) by localhost (mx2.hub.org [200.46.204.254]) (amavisd-new, port 10024) with ESMTP id viXhy3rZL6D2 for ; Sat, 22 Apr 2006 04:15:16 -0300 (ADT) X-Greylist: domain auto-whitelisted by SQLgrey- Received: from svr4.postgresql.org (svr4.postgresql.org [66.98.251.159]) by postgresql.org (Postfix) with ESMTP id A9A5511F692D for ; Sat, 22 Apr 2006 04:15:15 -0300 (ADT) Received: from sineb-mail-2.sun.com (sineb-mail-2.sun.com [192.18.19.7]) by svr4.postgresql.org (Postfix) with ESMTP id 43D1C5AFA5A for ; Sat, 22 Apr 2006 07:15:14 +0000 (GMT) Received: from fe-apac-06.sun.com (fe-apac-06.sun.com [192.18.19.177] (may be forged)) by sineb-mail-2.sun.com (8.12.10+Sun/8.12.9) with ESMTP id k3M7F8FV029064 for ; Sat, 22 Apr 2006 15:15:10 +0800 (SGT) Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) id <0IY40050142T0C00@mail-apac.sun.com> (original mail from Dhanaraj.M@Sun.COM) for pgsql-hackers@postgresql.org; Sat, 22 Apr 2006 15:15:08 +0800 (SGT) Received: from [129.158.226.138] by mail-apac.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPSA id <0IY400DD545736LG@mail-apac.sun.com> for pgsql-hackers@postgresql.org; Sat, 22 Apr 2006 15:15:08 +0800 (SGT) Date: Sat, 22 Apr 2006 12:45:07 +0530 From: Dhanaraj M Subject: TODO items.. To: pgsql-hackers@postgresql.org Message-id: <4449D7FB.905@sun.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050322) X-Archive-Number: 200604/794 X-Sequence-Number: 82517 I saw the following in the TODO list. I am currently trying to work on them. I could not understand clearly what needs to be done. Can anybody give me the details for the following so that I can work on? clients-psql ========= 1. Have psql show current values for a sequence 2. Fix psql's display of schema information (Neil) Please explain me the current feature that is supported and expected out of it. Thanks Dhanaraj