[GENERAL] Mailing List Archives re-worked...

1998-08-20 Thread The Hermit Hacker
Morning... In order to try and make the mailing list archives a little more useful, and manageable, I'm in the process of re-working them. For starters, the lists are broken down into a month period, vs one great big continuous list. It basically means that you can now look at the last month'

[GENERAL] About SQL Client under UNIX

1998-08-20 Thread Bu Dongbo
Hi, all: I want to develop a SQL Client under Linux, Could someone do me a favor to tell me the APIs? Thanks a lot! A novice of PostgreSQL

[GENERAL] Listing viewing triggers

1998-08-20 Thread Andrew Gibson
Greetings to the list from DownUnder! I have created a number of triggers and do not remember exactly what I called them. How do I list the triggers (to refint.c) I have created and which tables they reference etc.?? - ANDREW GIBSON (Direc

Re: [GENERAL] column name length

1998-08-20 Thread Aleksey Dashevsky
Neither 16, nor 32, but 31 ! This is also true for table name. Al. On Thu, 20 Aug 1998, Rostislav Matl wrote: > > I'm not sure if column name length limit is 16 or 32, > can somebody tell me ? > > +-+ > | ROSTISLAV M

[GENERAL] Export DB

1998-08-20 Thread Javier Polo
The storage format of the databases change when I change the architecture? I had postgres in my alpha computer, but now I have a sparc computer and I compiled postgres again, but I can't read my old databases. How can I do, for not lost all the information?

[GENERAL] column name length

1998-08-20 Thread Rostislav Matl
I'm not sure if column name length limit is 16 or 32, can somebody tell me ? +-+ | ROSTISLAV MATL, student of Masaryk University - Faculty of Informatics | | e-mail: [EMAIL PROTECTED] WWW: http://www.fi.muni.c

Re: [GENERAL] simple auto increment question.

1998-08-20 Thread Sferacarta Software
Hello Jeremy, giovedì, 20 agosto 98, you wrote: JH> I want to create a simple auto increment field JH> starting at for example. I supose you mean 1 JH> How do I do this in postgres? JH> Thanks JH> -jeremy Examples: -- How to create a sequence starting with 1: