Re: Getting name of sequence for a table

2002-03-17 Thread Dave Page
> -Original Message- > From: Nicolas Ribot [mailto:[EMAIL PROTECTED]] > Sent: 15 March 2002 09:19 > To: [EMAIL PROTECTED] > Subject: [pgadmin-hackers] Getting name of sequence for a table > > > Hello, > > I was wondering if it is possible to get the na

Getting name of sequence for a table

2002-03-15 Thread Nicolas Ribot
Hello, I was wondering if it is possible to get the name of sequences created for a table by an SQL query ? Ex: I have a parcel table, with a sequence created on it for the PK column. A java program, that doesn't know this sequence name needs to retrieve the unique ID of the object recently ins