Re: [GENERAL] Database (Schema) Objects?

2013-03-04 Thread Guy Rouillier
On 3/5/2013 2:03 AM, Stefan Keller wrote: Hi Oracle defines database (schema) objects and "non-schema" objects (see [1]). Is there also such a thing in Postgres? Yes. See, for example, CREATE USER, CREATE TABLESPACE and CREATE SCHEMA. -- Guy Rouillier -- Sent via pgsql-general mailing lis

[GENERAL] Database (Schema) Objects?

2013-03-04 Thread Stefan Keller
Hi Oracle defines database (schema) objects and "non-schema" objects (see [1]). Is there also such a thing in Postgres? Yours, Stefan [1] http://docs.oracle.com/cd/B19306_01/server.102/b14200/sql_elements007.htm -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make cha

Re: [GENERAL] Database schema

2012-12-05 Thread Albe Laurenz
Andreas Kretschmer wrote: > Albe Laurenz wrote: >> Dhiraj Gupta wrote: >>> I have  created a database name '"ofbiz". then the default  schema name >>> "public " >>> created automatically. I want to create schema name ofbiz in the database >>> "ofbiz" >>> when I create database name "ofbiz" then

Re: [GENERAL] Database schema

2012-12-04 Thread Andreas Kretschmer
Albe Laurenz wrote: > Dhiraj Gupta wrote: > > I have  created a database name '"ofbiz". then the default  schema name > > "public " > > created automatically. I want to create schema name ofbiz in the database > > "ofbiz" > > when I create database name "ofbiz" then the schema name "ofbiz" will

Re: [GENERAL] Database schema

2012-12-04 Thread Greg Williamson
Dhiraj -- > > From: Dhiraj Gupta >To: pgsql-general@postgresql.org >Sent: Sunday, December 2, 2012 9:35 PM >Subject: [GENERAL] Database schema > > > Hi All, >I have  created a database name '"ofbiz". then th

Re: [GENERAL] Database schema

2012-12-04 Thread Albe Laurenz
Dhiraj Gupta wrote: > I have  created a database name '"ofbiz". then the default  schema name > "public " > created automatically. I want to create schema name ofbiz in the database > "ofbiz" > when I create database name "ofbiz" then the schema name "ofbiz" will create >automatically. > how it

Re: [GENERAL] Database schema

2012-12-02 Thread Karsten Hilbert
> I have created a database name '"ofbiz". then the default schema name > "public " created automatically. I want to create schema name ofbiz in the > database "ofbiz" >  when I create database name "ofbiz" then the schema name "ofbiz" will > create automatically. > how it is possible if yes, Pre

[GENERAL] Database schema

2012-12-02 Thread Dhiraj Gupta
 Hi All, I have created a database name '"ofbiz". then the default schema name "public " created automatically. I want to create schema name ofbiz in the database "ofbiz"  when I create database name "ofbiz" then the schema name "ofbiz" will create automatically. how it is possible if yes, Tha

Re: [GENERAL] Database schema dumper

2009-07-02 Thread Joshua J. Kugler
On Monday 29 June 2009, fe...@crowfix.com said something like: > I'd like to dump a database schema to a file, probably XML but > anything reasonable is good enough. By "schema", I don't mean the > narrow postgres keyword, but rather the table names, columns, > foreignkeys, triggers, constraints,

Re: [GENERAL] Database schema dumper

2009-06-29 Thread Mirko Sertic
Hi Try Mogwai ERDesignerNG. it can reverse engineer databases like Postgres, Oracle, MySQL, MSSQL, stores its model as XML files and can also generate DDL from it. Supporting schema comparison, schema evolution and data dictionaries. Regards Mirko fe...@crowfix.com schrieb: I'd like to dump

Re: [GENERAL] Database schema dumper

2009-06-29 Thread felix
On Tue, Jun 30, 2009 at 12:21:22AM +0200, Thomas Kellerer wrote: > Take a look at my SQL Workbench/J, especially the WbReport command: > > http://www.sql-workbench.net/index.html > > http://www.sql-workbench.net/manual/wb-commands.html#command-schema-report That just may do the trick. I'll exp

Re: [GENERAL] Database schema dumper

2009-06-29 Thread felix
On Mon, Jun 29, 2009 at 04:32:46PM -0600, Scott Marlowe wrote: > Have you tried pg_dump -s yet? We I know I said the format is immaterial, and I know I could write something to convert it into something more useful, but it is on the low end of what I was looking for, and is very much Pos

Re: [GENERAL] Database schema dumper

2009-06-29 Thread Scott Marlowe
On Mon, Jun 29, 2009 at 4:08 PM, wrote: > I'd like to dump a database schema to a file, probably XML but > anything reasonable is good enough.  By "schema", I don't mean the > narrow postgres keyword, but rather the table names, columns, > foreignkeys, triggers, constraints, etc. > > I'd really li

Re: [GENERAL] Database schema dumper

2009-06-29 Thread Thomas Kellerer
fe...@crowfix.com wrote on 30.06.2009 00:08: I'd like to dump a database schema to a file, probably XML but anything reasonable is good enough. By "schema", I don't mean the narrow postgres keyword, but rather the table names, columns, foreignkeys, triggers, constraints, etc. I'd really like so

[GENERAL] Database schema dumper

2009-06-29 Thread felix
I'd like to dump a database schema to a file, probably XML but anything reasonable is good enough. By "schema", I don't mean the narrow postgres keyword, but rather the table names, columns, foreignkeys, triggers, constraints, etc. I'd really like something that could work for other databases too

Re: [GENERAL] Database schema & data synchronizer software for PostgreSQL?

2009-01-21 Thread David Fetter
On Wed, Jan 21, 2009 at 05:18:57AM +0100, Együd Csaba wrote: > >From: David Fetter [mailto:da...@fetter.org] > >On Tue, Jan 20, 2009 at 03:03:33PM +0100, Csaba Együd wrote: > >> Hi, > >> I'd like to ask your suggestions about a reliable admin software > >> which is able to compare two dabases and g

Re: [GENERAL] Database schema & data synchronizer software for PostgreSQL?

2009-01-20 Thread Együd Csaba
>dbsolo does a decent job. >I think they main thing here is to check for inconsistencies and see >what they are, rather >then a tool that takes over the administrative task. > >We all understand David's point of view, but it can't hurt to have a >tool in place that can verify the consistency of bot

Re: [GENERAL] Database schema & data synchronizer software for PostgreSQL?

2009-01-20 Thread ries van Twisk
On Jan 20, 2009, at 11:27 PM, Együd Csaba wrote: -Original Message- From: Robert Treat [mailto:xzi...@users.sourceforge.net] Sent: Wednesday, January 21, 2009 3:51 AM To: pgsql-general@postgresql.org Cc: David Fetter; Csaba Együd Subject: Re: [GENERAL] Database schema &

Re: [GENERAL] Database schema & data synchronizer software for PostgreSQL?

2009-01-20 Thread Együd Csaba
>-Original Message- >From: Robert Treat [mailto:xzi...@users.sourceforge.net] >Sent: Wednesday, January 21, 2009 3:51 AM >To: pgsql-general@postgresql.org >Cc: David Fetter; Csaba Együd >Subject: Re: [GENERAL] Database schema & data synchronizer software for >Pos

Re: [GENERAL] Database schema & data synchronizer software for PostgreSQL?

2009-01-20 Thread Együd Csaba
>-Original Message- >From: David Fetter [mailto:da...@fetter.org] >Sent: Tuesday, January 20, 2009 4:44 PM >To: Csaba Együd >Cc: pgsql-general@postgresql.org >Subject: Re: [GENERAL] Database schema & data synchronizer software for >PostgreSQL? > >On Tue, J

Re: [GENERAL] Database schema & data synchronizer software for PostgreSQL?

2009-01-20 Thread David Fetter
On Tue, Jan 20, 2009 at 09:51:25PM -0500, Robert Treat wrote: > On Tuesday 20 January 2009 10:44:06 David Fetter wrote: > > On Tue, Jan 20, 2009 at 03:03:33PM +0100, Csaba Együd wrote: > > > Hi, > > > I'd like to ask your suggestions about a reliable admin software > > > which is able to compare tw

Re: [GENERAL] Database schema & data synchronizer software for PostgreSQL?

2009-01-20 Thread Robert Treat
On Tuesday 20 January 2009 10:44:06 David Fetter wrote: > On Tue, Jan 20, 2009 at 03:03:33PM +0100, Csaba Együd wrote: > > Hi, > > I'd like to ask your suggestions about a reliable admin software > > which is able to compare two dabases and generate a schema > > synchrinizer script. > > There is no

Re: [GENERAL] Database schema & data synchronizer software for PostgreSQL?

2009-01-20 Thread David Fetter
On Tue, Jan 20, 2009 at 03:03:33PM +0100, Csaba Együd wrote: > Hi, > I'd like to ask your suggestions about a reliable admin software > which is able to compare two dabases and generate a schema > synchrinizer script. There is no such thing, and there is no prospect of there ever being such a thin

[GENERAL] Database schema & data synchronizer software for PostgreSQL?

2009-01-20 Thread Csaba Együd
Hi, I'd like to ask your suggestions about a reliable admin software which is able to compare two dabases and generate a schema synchrinizer script. It would be nice to be able to generate data synchronization script for only the selected tables, and other features. Thank you, -- Best Regards,

Re: [GENERAL] database/schema level triggers?

2006-03-09 Thread Tomi NA
Thanks for the info, everyone.Tomislav

Re: [GENERAL] database/schema level triggers?

2006-03-08 Thread Paul Newman
Hi, This is precisely what I'm after .. could you possibly give me an example ? Kind Regards Paul Newman -Original Message- From: Jim Nasby [mailto:[EMAIL PROTECTED] Sent: 08 March 2006 22:18 To: Michael Glaesemann Cc: Tomi NA; pgsql-general Subject: Re: [GENERAL] database/schema

Re: [GENERAL] database/schema level triggers?

2006-03-08 Thread Jim Nasby
There's nothing like that, but the good news is that you can have multiple triggers call the same trigger function, and it wouldn't be *too* hard to script the creation of all those triggers based on the info in information_schema.tables. On Mar 8, 2006, at 9:02 AM, Michael Glaesemann wrote

Re: [GENERAL] database/schema level triggers?

2006-03-08 Thread Michael Glaesemann
Please remember to cc the list. I'm forwarding this to the list in case someone has any suggestions. On Mar 8, 2006, at 23:53 , Tomi NA wrote: On 3/8/06, Michael Glaesemann <[EMAIL PROTECTED]> wrote: On Mar 8, 2006, at 22:11 , Tomi NA wrote: > Does anything like that exist in postgresql? > I

Re: [GENERAL] database/schema level triggers?

2006-03-08 Thread Michael Glaesemann
On Mar 8, 2006, at 22:11 , Tomi NA wrote: Does anything like that exist in postgresql? It'd rid me of a whole lot of work if it did...and I'd still have plenty more to keep me busy. :) What do you mean by database/schema level triggers? Could you give an example of what you're trying to d

[GENERAL] database/schema level triggers?

2006-03-08 Thread Tomi NA
Does anything like that exist in postgresql?It'd rid me of a whole lot of work if it did...and I'd still have plenty more to keep me busy. :)TIA,Tomislav