Re: [HACKERS] .NET driver

2007-08-03 Thread Frank Wiles
Perl is threaded and DBD::Pg works just fine with it. In > fact, you don't need to build your own - just get the one from > pgfoundry: And I've been using a threaded Perl on Linux/BSD systems for years. In fact, unless someone recompiles Perl every Fedora and RHEL sy

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

2006-01-30 Thread Frank Wiles
gt; >> > > > > > > Trunks? > > > > Dung? > > > > gives a whole new meaning to the term "package delivery" What about calling it "Peanuts" since I hear elephants like those? - Frank Wiles &

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

2005-12-12 Thread Frank Wiles
on anytime you need to do > something 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 P

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

2004-12-21 Thread Frank Wiles
for you. Something along the lines of "I'm trying to add a new language to postgresql 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 <[EMAI

Re: [HACKERS] implementation guide

2004-08-30 Thread Frank Wiles
but it is incomplete and also it does not reflect 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.

Re: [HACKERS] BLOBs and a virtual file system

2004-06-23 Thread Frank Wiles
s that the blob could be in several different states inside of several different 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. --

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 sh

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

2004-06-02 Thread Frank Wiles
2MBs of shared_buffers ) Using something like this would leave the old functionality in tact, allow users to use what they like, and shouldn't introduce that much complexity into the code. - Frank Wiles <[EMAIL PROTECTED]> http://frank.wiles

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

2004-03-24 Thread Frank Wiles
There is a copy in your .svn directory that allows the offline status, diff, and revert commands to work. - Frank Wiles <[EMAIL PROTECTED]> http://frank.wiles.org - ---(end of broadcast)--- TIP 3

Re: [HACKERS] linked list rewrite

2004-03-23 Thread Frank Wiles
n instead of CVS. I've been using it for awhile now on my little projects and it's a joy to work with. --------- Frank Wiles <[EMAIL PROTECTED]> http://frank.wiles.org -

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

2004-03-12 Thread Frank Wiles
ly against using 'pgfoundry.org' as I believe sub-projects should all fall under the currently used postgresql.org domain. Another thing to think about is search engine placement. Most search engines give higher listings to keywords that are in the domain name. While people will s

Re: [HACKERS] PostgreSQL port to pure Java?

2003-12-09 Thread Frank Wiles
ing PostgreSQL entirely in Java. Not to mention it would kill PostgreSQL's current speedy performance! - Frank Wiles <[EMAIL PROTECTED]> http://frank.wiles.org - ---(end of broad

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

2003-10-15 Thread Frank Wiles
out of the index name. Not sure why it errors, but if you replace the period with an underscore it'll create. - Frank Wiles <[EMAIL PROTECTED]> http://frank.wiles.org - ---(end

Re: [HACKERS] Speeding up operations

2003-08-14 Thread Frank Wiles
rg/docs/7.3/static/sql-copy.html Loading the data from file like this is probably going to be much faster than from a script and/or program. - Frank Wiles <[EMAIL PROTECTED]> http://frank.wiles.org - --

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

2003-04-02 Thread Frank Wiles
And based 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:/

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

2002-08-20 Thread Frank Wiles
that you 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:

Re: [HACKERS] cvsweb

2001-10-02 Thread Frank Wiles
Check whether the directory /cvsroot/pgsql/CVSROOT exists and the script 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.