• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: PK Generation in PostgreSQL 7.3 with WO 5.1
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PK Generation in PostgreSQL 7.3 with WO 5.1


  • Subject: Re: PK Generation in PostgreSQL 7.3 with WO 5.1
  • From: Tore Halset <email@hidden>
  • Date: Fri, 21 Feb 2003 07:38:55 +0100

On fredag, feb 21, 2003, at 05:47 Europe/Oslo, MJE wrote:

Has anyone had any experience using WO 5.1 with PostgreSQL 7.3 on Mac OS 10.2?

I'm having trouble when saving an editing context after inserting an EOGenericRecord subclass (new record/object created programatically).

Are you using the PostgreSQL plugin? The plugin uses sequences for pk-generation. I am not using that plugin and had to make a table called EO_PK_TABLE for WO's default schema for pk-generation.


create table EO_PK_TABLE (NAME char(40) primary key, PK int);

 - Tore.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: PK Generation in PostgreSQL 7.3 with WO 5.1
      • From: MJE <email@hidden>
References: 
 >PK Generation in PostgreSQL 7.3 with WO 5.1 (From: MJE <email@hidden>)

  • Prev by Date: Re: Making Primary Keys with SQLServer/PostgreSQL
  • Next by Date: Trial version 5.2 does not work
  • Previous by thread: PK Generation in PostgreSQL 7.3 with WO 5.1
  • Next by thread: Re: PK Generation in PostgreSQL 7.3 with WO 5.1
  • Index(es):
    • Date
    • Thread