Re: [HACKERS] PostgreSQL port to pure Java?

2003-12-09 Thread Frank Wiles
it would kill PostgreSQL's current speedy performance! - Frank Wiles [EMAIL PROTECTED] http://frank.wiles.org - ---(end of broadcast)--- TIP 1: subscribe and unsubscribe

Re: [pgsql-www] [HACKERS] The Name Game: postgresql.net vs.

2004-03-12 Thread Frank Wiles
is search engine placement. Most search engines give higher listings to keywords that are in the domain name. While people will search for 'postgres' and/or 'postgresql' no one is going to come up with 'pgfoundry' on their own. - Frank Wiles [EMAIL

Re: subversion vs cvs (Was: Re: [HACKERS] linked list rewrite)

2004-03-24 Thread Frank Wiles
. It does have some downsides that I have found, most notibly that the size of your sources you have in your working copy are essentially doubled. There is a copy in your .svn directory that allows the offline status, diff, and revert commands to work. - Frank

Re: [HACKERS] @(#)Mordred Labs advisory 0x0004: Multiple buffer overflows inPostgreSQL. (fwd)

2002-08-20 Thread Frank Wiles
speak as if you have personal knowledge of how much effort it took. - Frank Wiles [EMAIL PROTECTED] http://frank.wiles.org - ---(end of broadcast)--- TIP 2: you can get off all

Re: [HACKERS] cvsweb

2001-10-02 Thread Frank Wiles
has write-access to the CVSROOT/history file if it exists. The script needs to place lock files in the directory the file is in as well. - Frank Wiles [EMAIL PROTECTED] http://frank.wiles.org

Re: [HACKERS] Converting postgresql.conf parameters to kilobytes

2004-06-02 Thread Frank Wiles
, allow users to use what they like, and shouldn't introduce that much complexity into the code. - Frank Wiles [EMAIL PROTECTED] http://frank.wiles.org - ---(end of broadcast

Re: [HACKERS] Converting postgresql.conf parameters to kilobytes

2004-06-04 Thread Frank Wiles
On Fri, 4 Jun 2004 13:10:02 +0300 Marko Karppinen [EMAIL PROTECTED] wrote: Frank Wiles wrote: shared_buffers = 1 ( shared_buffers in pages ) shared_buffers = 100M ( 100 MBs of shared_buffers ) shared_buffers = 2048K ( 2MBs of shared_buffers ) I don't know

Re: [HACKERS] BLOBs and a virtual file system

2004-06-23 Thread Frank Wiles
transactions. How do you determine which you show in the filesystem? Even if the file system is read only you still have this problem of which of the many possible BLOBs to reveal. - Frank Wiles [EMAIL PROTECTED] http://frank.wiles.org

Re: [HACKERS] implementation guide

2004-08-30 Thread Frank Wiles
the current state of the code. I can see many structures were modified since postgres95. You'll want to take a look at: http://developer.postgresql.org/ There are lots of docs there on the internals, etc. - Frank Wiles [EMAIL PROTECTED] http

Re: [HACKERS] cant execute yyparse() within postgresql

2004-12-21 Thread Frank Wiles
and I need to be able to X from within Y etc, etc, etc. will go a lot futher than I can't X from within Y. - Frank Wiles [EMAIL PROTECTED] http://www.wiles.org - ---(end of broadcast

Re: [HACKERS] Something I don't understand with the use of schemas

2005-12-12 Thread Frank Wiles
requiring superuser is a real pita, and encourages things like making yourself a superuser. Me too. I think this would be a great feature. - Frank Wiles [EMAIL PROTECTED] http://www.wiles.org

Re: [HACKERS] Want to add to contrib.... xmldbx

2006-01-30 Thread Frank Wiles
it Peanuts since I hear elephants like those? - Frank Wiles [EMAIL PROTECTED] http://www.wiles.org - ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your

[HACKERS] TODO list problem or am I way off base?

2003-04-02 Thread Frank Wiles
on what I can tell the shell script src/test/regress/pg_regress.sh already has the ability to define the port with --port. It sets the PGPORT environment variable. - Frank Wiles [EMAIL PROTECTED] http://frank.wiles.org

Re: [HACKERS] Speeding up operations

2003-08-14 Thread Frank Wiles
this is probably going to be much faster than from a script and/or program. - Frank Wiles [EMAIL PROTECTED] http://frank.wiles.org - ---(end of broadcast)--- TIP 8: explain analyze

Re: [HACKERS] Can't CREATE INDEX on a schema?

2003-10-15 Thread Frank Wiles
with an underscore it'll create. - Frank Wiles [EMAIL PROTECTED] http://frank.wiles.org - ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate

Re: [HACKERS] .NET driver

2007-08-03 Thread Frank Wiles
on Linux/BSD systems for years. In fact, unless someone recompiles Perl every Fedora and RHEL system out there using Perl/DBI is doing it with a Perl compiled with thread support. --- Frank Wiles, Revolution Systems, LLC. Personal