From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | mallah(at)trade-india(dot)com |
Cc: | pgsql-bugs(at)postgresql(dot)org, PostgreSQL Win32 port list <pgsql-hackers-win32(at)postgresql(dot)org> |
Subject: | Re: postgresql 8.0b1 Win32 observations |
Date: | 2004-08-18 16:34:43 |
Message-ID: | 200408181634.i7IGYh803199@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-hackers-win32 |
mallah(at)trade-india(dot)com wrote:
> Hi Folks,
>
> I installed postgresql8.0b1 a fews days back.
> I am listing the issues which i came across
> these many be already known issues or may not
> be bugs.
>
> 1. Automatic convertion to NTFS.
>
> Many NT based windows installation may not
> have formatted the drive with NTFS , i think
> the installer may assist or at leaset suggest
> that converting from fat --> ntfs is a snap.
OK, installer issue? I don't think we should have the postmaster
complain in its logs, right?
> 2. Randomly generated password is too long.
>
> the password for the postgres account contained
> non ascii characters in my case and was at least
> 20-30 chars.
Same.
> 3. History works but not Tab Expansion .
> The SQL commands are not expanded on pressing tabs.
>
> 4. \s does not work although \? lists it.
The problem is that we don't use readline on Win32. I am wondering if
we need to prevent display of readline-required psql options. I have
added that to the open items list.
> psql issue.
>
>
> 5. After something is mistyped and the prompt changes
> from "=#" to "-#" pressing ^C quits the psql whereas
> in unix/linux ^C brings back to "=#" state where the
> person can retype the command.
Yes, that is an open item, control-C on Win32.
> 6. history was not saved .
Needs readline.
> 7. Bundled PgAdminIII still shows documentation of 7.4
OK, pgadmin issue.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2004-08-18 16:41:05 | Re: [pgsql-hackers-win32] postgresql 8.0b1 Win32 observations |
Previous Message | Bruce Momjian | 2004-08-18 16:28:31 | Re: 8.0 beta1: pg_dump/restore failing |
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2004-08-18 16:37:56 | Re: [BUGS] postgresql 8.0b1 Win32 observations |
Previous Message | Dave Page | 2004-08-18 16:18:39 | Re: [PATCHES] Win32 Event log |