psql wishes or even realized?

From: Daniel Seichter <psqlgeneral(at)dseichter(dot)de>
To: PostgreSQL-General <pgsql-general(at)postgresql(dot)org>
Subject: psql wishes or even realized?
Date: 2002-07-20 19:52:00
Message-ID: 20020720T215206Z_FFB700000000@dseichter.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,
I am new here and want to give some informations about me:
I'm using postgreSQL 7.2.1 on Linux and in future on Netware and I am developing with Delphi and administrate some servers.

I am using postgreSQL since about 5 weeks, but I have used this time to design my database and since yesterday, I create it.
I am not a friend of pgadmin, because something was wrong and so I couldn't add more tables. So I've decided to use psql.
Everything is working fine with the creation of the tables, but I have two things, which could be better:

1) sql-logfile of psql
after I have created some tables , I can't remember exactly the sql-code, if I have done everything correctly and so, I am searching the possibility to get a file, where all SQL-code is beeing listed, I've written with psql (to make a TQuery with Delphi to create the same database by clicking on a simple button)

2) better implementation of cursor-keys
if I have done an error in a line, I can't go to this line and fix it, because I get letters like ^[[D. How is this bug to fix? I'm using the german keytable.

Thank you very much
Daniel Seichter

Browse pgsql-general by date

  From Date Subject
Next Message stefan 2002-07-20 20:01:49 Re: [SQL] id and ID in CREATE TABLE
Previous Message Bruno Wolff III 2002-07-20 19:51:35 Why can't comment strings be expressions?