Re: pg_dump/restore problem - Mailing list pgsql-admin

From Jim C. Nasby
Subject Re: pg_dump/restore problem
Date
Msg-id 20060613230242.GO34196@pervasive.com
Whole thread Raw
In response to Re: pg_dump/restore problem  ("renneyt@yahoo.com" <renneyt@yahoo.com>)
Responses Re: pg_dump/restore problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: pg_dump/restore problem  ("renneyt@yahoo.com" <renneyt@yahoo.com>)
List pgsql-admin
On Tue, Jun 13, 2006 at 04:28:47PM -0400, renneyt@yahoo.com wrote:
> Does  pg_get_serial_sequence()  exist as plpgsql code? Where may I find
> it? I would like to retrofit it into a 7.4.8 PG database.

No, but it shouldn't be terribly hard to do it in plpgsql; you just need
to build the right sequence name (assuming you haven't been messing with
the sequence names).
--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461

pgsql-admin by date:

Previous
From: "renneyt@yahoo.com"
Date:
Subject: Re: pg_dump/restore problem
Next
From: Tom Lane
Date:
Subject: Re: pg_dump/restore problem