Re: [HACKERS] java virtual machine

2001-10-25 Thread Gunnar Rønning
cially threading issues... -- Gunnar Rønning - [EMAIL PROTECTED] Senior Consultant, Polygnosis AS, http://www.polygnosis.com/ ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html

Re: [HACKERS] schema support, was Package support for Postgres

2001-10-25 Thread Gunnar Rønning
but by limiting ourselves to it we are ignoring issues that might be very useful. Draw the line. -- Gunnar Rønning - [EMAIL PROTECTED] Senior Consultant, Polygnosis AS, http://www.polygnosis.com/ ---(end of broadcast)--- TIP 3: if posting/reading t

Re: [HACKERS] schema support, was Package support for Postgres

2001-10-19 Thread Gunnar Rønning
in a schema(or database which is the Sybase term). If you want it global you declare it in the "master" schema. -- Gunnar Rønning - [EMAIL PROTECTED] Senior Consultant, Polygnosis AS, http://www.polygnosis.com/ ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [HACKERS] schema support, was Package support for Postgres

2001-10-19 Thread Gunnar Rønning
ic | object. What is really the difference functionality wise of making a subschema and package ? In both cases you deal with the namespace issues. -- Gunnar Rønning - [EMAIL PROTECTED] Senior Consultant, Polygnosis AS, http://www.polygnosis.com/ ---

Re: [HACKERS] Spinlock performance improvement proposal

2001-09-29 Thread Gunnar Rønning
7;t a threading model allow you to share more data across different connections ? I'm thinking in terms of introducing more cache functionality to improve performance. What is shared memory used for today ? -- Gunnar Rønning - [EMAIL PROTECTED] Senior Consultant, Polygnosis AS,

Re: [HACKERS] Major change to CVS effective immediately ...

2001-09-18 Thread Gunnar Rønning
resql.org rejected access regards, Gunnar -- Gunnar Rønning - [EMAIL PROTECTED] Senior Consultant, Polygnosis AS, http://www.polygnosis.com/ ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

Re: [HACKERS] Re: Storing XML in PostgreSQL

2001-07-25 Thread Gunnar Rønning
t to hook up a parser (I'm using expat) to a PostgreSQL | function written in C and parse on the fly. | Do you have any documentation on your C functions ? I'm just interested in knowing what functions they provide. regards, Gunnar -- Gunnar Rønning - [EMAIL PROTECTED] Senior

Re: [HACKERS] Re: Idea: recycle WAL segments, don't delete/recreate 'em

2001-07-18 Thread Gunnar Rønning
fragmentation of data ? -- Gunnar Rønning - [EMAIL PROTECTED] Senior Consultant, Polygnosis AS, http://www.polygnosis.com/ ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html

Re: [HACKERS] Database Users Management and Privileges

2001-07-06 Thread Gunnar Rønning
atabase. Does that mean any user can create/drop tables ? I think this is an example of a permission a DBA would like to grant to users per database. createuser/createdb are rights assigned to a user directly. Wouldn't it make sense to be able to assign these rights to a group of users ?