[HACKERS] Patch for PKST timezone

2010-04-30 Thread Aftab Hussain
pt/dev/pgsql/install/dbserver/bin$ ./pg_config --version PostgreSQL 9.0beta1 af...@aftab-laptop:/opt/dev/pgsql/install/dbserver/bin$ Thanks, -- Aftab Hussain, EntepriseDB http://www.enterprisedb.com diff --git a/src/timezone/tznames/Asia.txt b/src/timezone/tznames/Asia.txt index 3493e0d..483d

Re: [HACKERS] psql's describe command (for sequences) output improvement

2007-12-05 Thread Aftab Hussain
On Dec 4, 2007 7:47 PM, Peter Childs <[EMAIL PROTECTED]> wrote: > > > On 04/12/2007, Aftab Hussain <[EMAIL PROTECTED]> wrote: > > > > > > Hi all, > > > > I have a patch which tries to improve the '\d some_sequence_name' > > comman

[HACKERS] psql's describe command (for sequences) output improvement

2007-12-04 Thread Aftab Hussain
Hi all, I have a patch which tries to improve the '\d some_sequence_name' command output in psql utility. Before sending the patch to pgsql-patches I just want to know your opinion whether the new output of the command is OK or it needs to be modified before sending it to pgsql-patches. For c