Schema for J2EE project - Mailing list pgsql-general

From MargaretGillon@chromalloy.com
Subject Schema for J2EE project
Date
Msg-id OFD8C77AED.3BC792DF-ON88257589.00728626-88257589.0072862B@CHROMALLOY.COM
Whole thread Raw
Responses Re: Schema for J2EE project
List pgsql-general
Using Postgresql 8.2.11 on Ubuntu 7.10.

I am writing a J2EE project but do not want user specific schemas because this application sits on a production floor and any production employee can walk to a workstation and access the database to punch work time. I know that the public schema is not supposed to be used.

Is the best practice to make one schema for the database and then delete public?

Will using a schema other than public cause problems for users accessing the database with ODBC from Windows?

Thank you,

Margaret.

pgsql-general by date:

Previous
From: Osvaldo Kussama
Date:
Subject: Re: Optimization Wizard
Next
From: Vyacheslav Kalinin
Date:
Subject: Re: Read a CLOB data from an Oracle table and INSERT it into a BYTEA column in Postgres using jdbc?