gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnumed-devel] Billable


From: Busser, Jim
Subject: Re: [Gnumed-devel] Billable
Date: Sat, 4 May 2013 14:42:45 +0000

On 2013-05-04, at 2:05 AM, Karsten Hilbert <address@hidden> wrote:

> Attached find an SQL file which contains the information you need.

Can the following please be further described, as to what it does? Has it 
previously been used and is it anywhere else already documented?

        set standard_conforming_strings to on; 

Secondly, I was going to ask about

        currval('ref.data_source_pk_seq')

wherein a field was being referenced by concatenating _ (as above) and adding 
_seq however as seemingly described here

        
http://dba.stackexchange.com/questions/3281/how-do-i-use-currval-in-postgresql-to-get-the-last-inserted-id

it's how to reference currval:

        tablename_columnname_seq

-- Jim

        


reply via email to

[Prev in Thread] Current Thread [Next in Thread]