Re: [DOCS] Added documentation about caching, reliability

2005-10-03 Thread Merlin Moncure
Bruce wrote: > > I was never all that happy with the WAL chapter, since, as you say, it > > doesn't seem to be a first-class user-level feature. I'd be happy to > > integrate it into another chapter, but I'm not sure where. > > Sure, I am looking for suggestions. My relabeling at least fixes tha

Re: [DOCS] more concurrency information in the documentation

2005-03-14 Thread Merlin Moncure
> Merlin Moncure wrote: > > I was looking for some good documentation resources on dealing with > > database concurrency issues online and I stumbled across this gem from > > Microsoft: > > > > http://msdn.microsoft.com/library/default.asp?url=/library/en-

[DOCS] more concurrency information in the documentation

2005-03-14 Thread Merlin Moncure
I was looking for some good documentation resources on dealing with database concurrency issues online and I stumbled across this gem from Microsoft: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/h tml/concurev4M.asp In it is a kind of 'best practices' in dealing with var

Re: [DOCS] faq 4.20: pl/pgsql temporary tables create/drop

2005-02-04 Thread Merlin Moncure
Bruce Momijan wrote: > Merlin Moncure wrote: > > The PostgreSQL FAQ currently suggests using dynamic SQL as a workaround > > for the table OID caching problem of temp tables in pg/pgsql functions. > > While this is ok, it fails to suggest that besides the initial > > cr

[DOCS] faq 4.20: pl/pgsql temporary tables create/drop

2005-02-04 Thread Merlin Moncure
The PostgreSQL FAQ currently suggests using dynamic SQL as a workaround for the table OID caching problem of temp tables in pg/pgsql functions. While this is ok, it fails to suggest that besides the initial create/drop statements, every statement that touches the table must also be dynamic. With 8

[DOCS] allballs

2005-01-24 Thread Merlin Moncure
I have to ask this...why is 'allballs' accepted as a literal for time? I checked the dictionary and wikipedia and couldn't find a reason why. Merlin ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

Re: [DOCS] [HACKERS] pg_locks view and user locks

2004-09-13 Thread Merlin Moncure
> Merlin Moncure wrote: > > Second, > > Is there a reason why user level locks are completely undocumented? > > AFAICT, There is no mention of them in anywhere in the docs, > > particularly 12.4, which describes methods for application managed > > concurrency. The

[DOCS] pg_locks view and user locks

2004-09-13 Thread Merlin Moncure
I've been knocking around a bit with user level locks and I have a few suggestions/questions: First, the pg_locks view lists user level locks but doesn't really say much about them. For example, for traditional locks we get the xid but for user locks we don't really get anything useful. I looked

Re: [DOCS] [pgsql-hackers-win32] postgres sql setup on win32

2004-07-14 Thread Merlin Moncure
> >> execution of PostgreSQL by a user with administrative permissions is > >> not permitted. > >> The server must be started under an unprivileged user ID to prevent > >> possible system security compromise. See the documentation for > >> more information on how to properly start the server. > >>