threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "Is there a formal way of submiting something to the\ncontrib section of the distribution?\n\n__________________________________________________\nGet personalized email addresses from Yahoo! Mail - only $35 \na year! http://personal.mail.yahoo.com/\n",
"msg_date": "Sun, 4 Feb 2001 19:37:2... |
[
{
"msg_contents": "FreeBSD 4.2, PostgreSQL 7.0.3\n\nThe attached file is the schema and data to the app_degrees table. Now check\nthis out :\n\nselect * from app_degrees gives (expected) :\n\n degree_id | abbr | description\n-----------+--------+------------------------------------------\n ... |
[
{
"msg_contents": "Has anyone got PostgreSQL 7.0.3 working on m68k architecture?\n\nRussell is trying to install it on m68k and is consistently getting a\nstuck spinlock in initdb. He used to have 6.3.2 working. Both 6.5.3\nand 7.0.3 fail.\n\nHis message shows that the first attempt to set a lock fails.\n\n--... |
[
{
"msg_contents": "Hi,\n\tIm building a server that uses libpq to connect to a database and\nauthenticate the users that connect.\n\tI do PQfinish for the conn and PQclear for the result so there cant be\na memory leak there.\n\tIf I remove the function where I authenticate my server can handle as\nmuch clients... |
[
{
"msg_contents": "Hi,\n \tIm building a server that uses libpq to connect to a database and\nauthenticate the users that connect.\n\tI do PQfinish for the conn and PQclear for the result so there cant be\na memory leak there.\n \tIf I remove the function where I authenticate my server can handle as\nmuch clien... |
[
{
"msg_contents": "Hi,\n\nOK full text searching. Will the full text index\ncatch changes in verb tense? i.e. will a search for\nwoman catch women?\n\nI'm researching before I dive in to this later in the\nweek so please excuse this incompletely informed\nquestion: Will I need to rebuild postgresql with the\... |
[
{
"msg_contents": "Hi,\n \tIm building a server that uses libpq to connect to a database and\nauthenticate the users that connect.\n \tI do PQfinish for the conn and PQclear for the result so there cant be\na memory leak there.\n \tIf I remove the function where I authenticate my server can handle as\nmuch clie... |
[
{
"msg_contents": "I'd like to have pg_dump for 7.1 produce \"timestamp with time zone\" when\ndealing with timestamp type(s). That will prepare us for introducing a\ntimestamp type without time zones, while allowing reasonable upgrades to\n7.2.\n\nComments? Would a pg_dump guru be willing to take this on? Shou... |
[
{
"msg_contents": "To build the PostgreSQL ODBC driver from CVS (or a recent\nsnapshot/beta, I presume): the following steps worked for me:\n\n+ Make sure that the psqlodbc.def file in interfaces/odbc is exactly\n as distributed or obtained from CVS, not the result of some prior build.\n\n+ Run 'configure' _wi... |
[
{
"msg_contents": "This is the debug output for the last query that seems to be throwing PHP\ninto a fit (a fit that somehow closes the backend connection - note, it\ndoesn't crash, it just closes)..\n\nI don't think anything is going on here that shouldn't be, it looks the same\nas any other query that succeed... |
[
{
"msg_contents": "We are currently developing a java RMI Server to manage database backup on\nFreeBSD 4.1 running Postgres 7.0.2 (we plan to upgrade to 7.1 when it is\nreleased). The server will pg_dump individual tables and entire databases\nat specified intervals and manage backup verification and backup fi... |
[
{
"msg_contents": "Hrm- I'd love to know where this patch is. I don't see how that quite \nbreaks PG_DUMPALL though. Really if your logged in as a superuser \n(postgres) you should be able to use all the databases and dump all of the \ndata. Am I the only one that doesn't see where the problem is? How about... |
[
{
"msg_contents": "even after compiling with -g and using the libpq.a it still outputs that on the\nbt after the crash...\n\n(gdb) bt\n#0 0x40050768 in ?? ()\n#1 0x4004ff25 in ?? ()\n#2 0x804a3cd in main (argc=3, argv=0xbffff8e4) at therver.c:430\n#3 0x400739ee in ?? ()\n\n-- \nMathieu Dube\t\nMondo-Live\t\... |
[
{
"msg_contents": "If I write a function that does a 'tolower()' on each\ncharacter of a parameter passed into my function, do I\nhave to allocate a new text object and initialize it\nand copy the data, or can I modify that object in\nplace and return it?\n\nModifying it in place will save the overhead of an\na... |
[
{
"msg_contents": "So...\nIf after recompiling postgres with -g in the CFLAGS and still getting 0x40050768 in ?? ()\nin gdb, should I look elsewhere???\n\n\t\t\t\t\t\tThanks\n\t\t\t\t\t\t-Mat\n-- \nMathieu Dube\t\nMondo-Live\t\t\t\nwww.flipr.com\n",
"msg_date": "Mon, 5 Feb 2001 17:03:41 -0500",
"msg_fro... |
[
{
"msg_contents": "\nWell, I'm not sure about the spec precisely, but I found\nout how Oracle seems to handle the delete/insert, etc\ncases for at least on delete cascade.\nIt seems that they do the action (other than no action\nobviously) immediately upon the statement, but still\ndefer the check for validity ... |
[
{
"msg_contents": "PHP can run java code. It would be easiest, because php doesn't parse php\npages, the Zend engine is linked to php to actually parse. Which would\nmake Zend easy to add into Postgresql, (which already runs under apache,\nwhich is non-threaded).\n\nThe only issue is the Zend license..\n\nOf co... |
[
{
"msg_contents": ">>> Tom Lane <tgl@sss.pgh.pa.us> 06-Feb-01 12:39:24 AM >>>\n\n> \"Nic Ferrier\" wrote:\n>>>> - the postmaster was being started without nohup\n \nOliver wrote:\n>> If postmaster is being started by init, it should not need \n>> nohup, because init never exits and postmaster is not \n>> going ... |
[
{
"msg_contents": "For a project we are working on, I have created a custom postgresql data\ntype which is similar to MS SQL Server's uniqueidentifier data type. It uses\ndynamic link library extension that calls the FreeDCE library to generate\nGUIDs. Support for the data type and support functions is added to... |
[
{
"msg_contents": "I have put a new version of my multi-threaded\npostgresql experiment at\n\nhttp://www.sacadia.com/mtpg.html\n\nThis one actually works. I have added a server\nbased on omniORB, a CORBA 2.3 ORB from ATT. It\n is much smaller than TAO and uses the thread per\nconnection model. I haven't ad... |
[
{
"msg_contents": "On Sun, 4 Feb 2001, Peter Eisentraut wrote:\n\n> Ryan Kirkpatrick writes:\n> \n> > \tpostgresql -> This is a Linux distribution independent (or so I\n> > hope) init.d/rc.d script that makes use of pg_ctl. There is currently a\n> > few in ./contrib/linux of the pgsql source tree, but they are ... |
[
{
"msg_contents": "Hello!\nCan anybody tell me the website from which I can download PostgreSQL for\nWindows95.\n\nWith regards,\nSourabh\n\n",
"msg_date": "Tue, 06 Feb 2001 13:56:36 +0530",
"msg_from": "\"sourabh dixit\" <sourabh.dixit@wipro.com>",
"msg_from_op": true,
"msg_subject": "Postgre ... |
[
{
"msg_contents": "\n> I'd like to have pg_dump for 7.1 produce \"timestamp with time zone\" when\n> dealing with timestamp type(s). That will prepare us for introducing a\n> timestamp type without time zones, while allowing reasonable upgrades to\n> 7.2.\n\nBut the current timestamp does not store a timezone. ... |
[
{
"msg_contents": "Hello,\n\nprobably you remember my crazy idea involving using indexes\ndirectly in scans (and resulting speedup).\nThe idea was given to me by experiences with M$SQL (it is\nyes another M$ soft but its planner is probably better\nthan pg's - no flames please).\nBecause I studied M$ again I've... |
[
{
"msg_contents": "Hello,\n\nprobably you remember my crazy idea involving using indexes\ndirectly in scans (and resulting speedup).\nThe idea was given to me by experiences with M$SQL (it is\nyes another M$ soft but its planner is probably better\nthan pg's - no flames please).\nBecause I studied M$ again I've... |
[
{
"msg_contents": "Hi,\n\nafter make clean, make failed with message:\n\nmake[2]: Entering directory /home/postgres/cvs/pgsql/src/backend'\nprereqdir=`cd parser/ && pwd` && \\\n cd ../../src/include/parser/ && rm -f parse.h && \\\n ln -s $prereqdir/parse.h .\nln: ./parser: File exists\nmake[2]: *** [../../src... |
[
{
"msg_contents": "Just for the record:\n\nDROP FUNCTION table_count(varchar);\nCREATE FUNCTION table_count(varchar) RETURNS integer AS '\nDECLARE\n\tSQL varchar;\n\tRES integer;\nBEGIN\n\tSQL = ''SELECT * INTO temp1 FROM '' || $1;\n\tEXECUTE SQL;\n\tSELECT count(*) INTO RES FROM temp1;\n\tRETURN(RES)\nEND;\n'\... |
[
{
"msg_contents": "Hi y'all,\n\tIs it a bad idea for an app to keep just a couple of connections to a\ndatabase, put semaphore/mutex on them and reuse them all through the program?\n\tOf course I would check if their PQstatus isnt at CONNECTION_BAD and\nreconnect if they were...\n\tI need some opinions on that ... |
[
{
"msg_contents": "Yes, that was why I wrote it in the way that I did. The table is\neffectively given a constant name, and the count is got from the table with\na known name. But of a kludge, but in 45sec, that was all I could come up\nwith ;-)\n\nIt would be VERY useful to see it fixed.\n\nCheers...\n\n\nMi... |
[
{
"msg_contents": "Certain include files are installed by src/include/Makefile and by\ninterfaces/libpq++/Makefile. However, they in turn include others that\nare not installed, thus obviating the usefulness of the ones that are.\n\nThe missing files are these:\n\naccess/heapam.h\naccess/htup.h\naccess/relscan... |
[
{
"msg_contents": "Hi out there,\n\n I am looking to use POSTGRESQL as a backend database. However I am\nwriting the TCP/IP data exchange protocol/and server, and I want to link\ninterface support to POSTGRESQL data files.\n\n Is there a set of files that I could compile with my application to\naccess/up... |
[
{
"msg_contents": "\nOn Tue, 6 Feb 2001, Guest User wrote:\n\n> Apologies if this is the wrong place to send a question\n\n Please use, hackers (or other PG) list. More heads more know, more\neyes more view :-)\n \n> Do you know if there is a patch for this bug and if so where I might be\n> able to find it? I... |
[
{
"msg_contents": "I noticed that pg_attribute has rows with the same OID! You can\nverify this by running.\n\n# select count(oid),oid from pg_attribute group by oid having\ncount(oid) > 1;\n\nWe see that these duplicate OIDs appear to happen when\npg_attibute rows are inserted for indexes and primary keys.\n\... |
[
{
"msg_contents": "\n(In psql:)\nI need to modify the 2nd prompt. So i looked at the sources:\nI leave the validity test (of the name of the option/param) to SetVariable !!\n\n\n\nHere is the patch:\n\ndiff -c /internet/cvs/pgsql/src/bin/psql/command.c.~1~ /internet/cvs/pgsql/src/bin/psql/command.c\n*** /intern... |
[
{
"msg_contents": "Hi,\n\nI've written a small function that should go into contrib for 7.1\n\nAs locale issues are quite tricky, being able to find out what locale \nbackend thinks it is in is a good thing ;)\n\nfrom my README.getlocale:\n\ngetlocale('category')\n---------------------\n\nreturn the locale sett... |
[
{
"msg_contents": "Is it a feasible idea that PostgreSQL could detect when an index would be\nhandy, and create it itself, or at least log that a table is being queried\nbut the indices are not appropriate?\n\nI suggest this as it's a feature of most windows databases, and MySQL does\nit. I think it would be a... |
[
{
"msg_contents": "Well... still no CORBA? I thought someone would pick it up... then\nagain, I haven't seen that many people using it. JDBC seems to be more\npopular...\n\nP.S. Cc: me, I'm not on the list.\n\n-- \nTaral <taral@taral.net>\nPlease use PGP/GPG to send me mail.\n\"Never ascribe to malice what can ... |
[
{
"msg_contents": "Reliable rumor has it that Deja.com (formerly Dejanews) is going out of\nbusiness, possibly as early as this week, and pulling the plug completely\n(I worked there '97-'99). They've already laid off all but a small\nhandful of the peak of ~125 employees. That was the premier source for\ntec... |
[
{
"msg_contents": "I have a problem with 7.1 beta 4\n\nSetup :\nDebian 2.3(?) (unstable)\nKernel 2.18pre23 (the stock Debian kernel)\nPostgreSQL 7.1beta4 as packaged for Debian by Oliver Elphick\nunixODBC 2.0.3 compiled from unixODBC.org's sources against the installed and\nworking PG 7.1b4.\n\nThe problem is t... |
[
{
"msg_contents": "Hi,\n\nHaving seen that the driver I distribute doesn't work against 7.1 Beta\n4, and not wanting to continue the split between the two versions,\nI have tried to get the driver in the beta working with unixODBC, but\nI have come against a couple of problems, one a show stopper.\n\nFirst let ... |
[
{
"msg_contents": "> On Sun, 28 Jan 2001 07:57:43 +0000\n> \"Oliver Elphick\" <olly@lfix.co.uk> wrote:\n> \n> > Hannu Krosing wrote:\n> > >If it's all your code, then you are free to license it under any licence\n> > >you desire.\n> > ...\n> > >What you probably can't do is to revoke the GPL license.\n> ... |
[
{
"msg_contents": "In the current CVS, the PYTHON build sets LDSHARED to ld -G, not\ncc -G. It passes -Wl,-h,... to the ld command, and breaks. \n\nALL shared library builds on UnixWare should use cc -G or CC -g as \nappropriate. \n\nI don't see right off where this is set.\n\nPeter E, can you fix?\n\nThanks!\... |
[
{
"msg_contents": "I thought I'd tried pgAccess back in the dim past with success, but as\nof current sources it fails on HPUX 10.20 and Tcl 8.3.2:\n\n$ pgaccess regression\nError in startup script: couldn't load file \"libpgtcl.sl\": no such file or directory\n while executing\n\"load libpgtcl[info sharedli... |
[
{
"msg_contents": "\tI've got a system in which a row is being created by one process,\na notify is sent, and another process finds and then deletes the\nrow. This whole interchange seems to be taking about a second, which\nseems oddly slow. As far as I know, I have the fsync-on-anything\nturned off (*).\n\n\... |
[
{
"msg_contents": "Hi !! \nI am trying to install Postgresql-7.0.3 on the solaris 5.6 machine and\ni am trying to configure it as a user and not as a root because i don't\nhave root access as it is my computer science departmental machine.\nwhen i run a make it gives the following error:\n\n\ngmake[3]: Leaving ... |
[
{
"msg_contents": "I had a need to read such things as the backend locale and the catalog\nversion number from the current database, and couldn't find any existing\nprogram to do that.\n\nThe attached utility produces this output:\n\nlinda:~$ pg_controldata\nLog file id: 0\nLog file seg... |
[
{
"msg_contents": "I've implemented the following changes in pg_ctl:\n\n* Make -w the default for shut down, add -W option to specify no wait.\n\n* Add -l option to name log file. If the option is omitted, then the\npostmaster log goes to stdout, so you can use 'pg_ctl ... > log' and still\nget pg_ctl's stderr... |
[
{
"msg_contents": "Philip, the last element of the chain has caused a big problem for me\nchanging from 7.0.2 to 7.1beta4: dumping the database out and putting\nback.\n\nAs you might not know, at my place getting the data from the database is\nnot a simple pg_dump, but the data come through complex filter progr... |
[
{
"msg_contents": "\nIn today's (2/7/2k1) snapshot from hub, I'm getting this:\n\ngcc -pipe -O2 -Wall -Wmissing-prototypes -Wmissing-declarations\n-I../../../../src/include -I./../include -DMAJOR_VERSION=2 -DMINOR_VERSION=8 -DPATCHLEVEL=0\n-DINCLUDE_PATH=\\\"/usr/local/pgsql/include\\\" -c -o preproc.o prepro... |
[
{
"msg_contents": "At 23:39 7/02/01 +0100, Kovacs Zoltan wrote:\n>So I am in a terrible need\n>to have the same output in 7.1beta4 as in 7.0.2. I used pg_dump\n>with -acnD and -acnd switches in 7.0.2.\n>\n>The old binary of pg_dump could not be used due to the changed database\n>internals... :-(\n>\n>Is there a... |
[
{
"msg_contents": "I have looked a little bit at what it'd take to make SELECT INTO inside\nan EXECUTE work the same as it does in plain plpgsql --- that is, the\nINTO should reference plpgsql variables, not a destination table.\nIt looks to me like this is possible but would require some nontrivial\nre-enginee... |
[
{
"msg_contents": "\n> > But the current timestamp does not store a timezone. timestamp with time zone\n> > is supposed to store and output the timezone that was inserted.\n> > The current timestamp has it messed up (sorry), since it does not store a timezone.\n> > It stores time in UTC and always converts outp... |
[
{
"msg_contents": "On 7/02/01 at 18:05, JP Sugarbroad <taral@taral.net> wrote:\n\n> Well... still no CORBA? I thought someone would pick it up... then\n> again, I haven't seen that many people using it. JDBC seems to be more\n> popular...\n> \n> P.S. Cc: me, I'm not on the list.\n> \n> -- \n> Taral <taral@taral... |
[
{
"msg_contents": "What I wrote wasn't about temp tables, it was about selecting into plpgsql\nvariables. It would appear that Jan's syntax gets around this problem.\n\nMikeA\n\n\n-----Original Message-----\nFrom: Jan Wieck [mailto:janwieck@Yahoo.com]\nSent: 08 February 2001 13:30\nTo: Tom Lane\nCc: Jan Wieck;... |
[
{
"msg_contents": "Now that waiting for shutdown is the default, it seems that the default\nshutdown mode should also be one where there's a high chance of the\nshutdown actually happening. As it stands, if there are connected\nclients, pg_ctl will wait for 60 or so seconds before proclaiming that the\npostmas... |
[
{
"msg_contents": "Hi\n\n1. Subj is implemented and is ON by default in current.\nThere is flag - fixbtree - to turn this feature OFF.\nI've run some tests: 100 clients inserted big tuples (1700-1800\nbytes) into single table with index. After splitting root page\nelog(ERROR) was forced, as well as after each ~... |
[
{
"msg_contents": "I have been looking at making a split between client-side and server-side\ninclude files as we discussed earlier this week (pghackers thread\n\"Include files for SPI are not installed\", if you missed it). It turns\nout that the major issue here is not just divvying up the files; the\nproble... |
[
{
"msg_contents": "Hi all,\n\nI'm starting to program with the SPI interface with PG 7.0.3. I can get\neverything to work up until I use SPI_exec (successfully) using a query\nlike 'SELECT foobar, baz1 from test1'.\n\nThe return code from SPI_exec indicates SPI_OK_SELECT and the variable\nSPI_processed is 2 (m... |
[
{
"msg_contents": "Hi all,\n\nI'm starting to program with the SPI interface with PG 7.0.3. I can get\neverything to work up until I use SPI_exec (successfully) using a query\nlike 'SELECT foobar, baz1 from test1'.\n\nThe return code from SPI_exec indicates SPI_OK_SELECT and the variable\nSPI_processed is 2 (m... |
[
{
"msg_contents": "Hi,\n\nI've trolled the archives and the FAQ and the closest I could come up with was\nthe following mailing list message:\n\n http://www.postgresql.org/mhonarc/pgsql-general/2001-01/msg01632.html\n\nwhich advises that you can do something like this to create a case-insensitive\nunique index... |
[
{
"msg_contents": "I see the new PL/PgSQL command:\n\n\tGET DIAGNOSTICS\n\nThis seems like a poorly-worded command to me. It is meant to return\nthe number of rows affected by a previous query, right?\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us ... |
[
{
"msg_contents": "Attached is a list of open source code and documentation items for 7.1. \nIf people can just confirm completed items, I will remove them right\naway. The current version of this file can be seen at:\n\n\tftp://candle.pha.pa.us/pub/postgresql/open_items\n\n------------------------------------... |
[
{
"msg_contents": "I have applied the following patch to remove the assumption that\nxinv/xinx files are large objects. They are now all stored in\npg_largeobject, so there is no query anymore that dumps out a list of\nthem. Do we need to find another way to handle a large object listing\nfrom jdbc?\n\nAlso, ... |
[
{
"msg_contents": "ODBC still has code to handle 6.2 backends:\n\n\t/* This startup packet is to support pre-Postgres 6.3 protocol */\n\ttypedef struct _StartupPacket6_2\n\t{\n\t unsigned int authtype;\n\t char database[PATH_SIZE];\n\t char user[NAMEDATALEN];\n\t char ... |
[
{
"msg_contents": "I am having problems linking ODBC on bsdi. They look like crt1.o\nsymbols. Any ideas? Libpq links with a similar line, and works fine.\n\n\n---------------------------------------------------------------------------\n\n#$ gmake\n/usr/bin/ld -shared -soname libpsqlodbc.so.0 -Bsymbolic info.... |
[
{
"msg_contents": "I have applied the following patch to properly exit ODBC. I also\npatched the ODBC makefile so it links under BSD/OS. The -Bsymbolic\nunder BSD/OS is very harsh under BSD/OS, requiring all symbols even in\nlibc and crt1.o to be resolved before creating the shared library.\n\nMy 'ld' manual ... |
[
{
"msg_contents": "I have removed the following open item by adding the other mysql\nconversion utility to the CVS tree in /contrib/mysql:\n\n\tMerge MySQL/PgSQL translation scripts\n\nIf someone wants to merge them and make one script out of them, go\nahead. Both are BSD licensed now.\n\nThe only remaining so... |
[
{
"msg_contents": "I am inclinded to remove this open item:\n\n\tNew SQL function setval(seq,val,bool) for use in pg_dump (Philip)\n\nThe use of the 3rd parameter, 'iscalled', while used by pg_dump, is not\nof general use, so we probably don't need to document it. Is this valid?\n\nInfo on the new param is:\n\... |
[
{
"msg_contents": "Here is info about distributed lock manager by IBM:\n\n http://oss.software.ibm.com/developerworks/opensource/linux/projects/dlm/\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (610) 853-3000\n + If your life is a hard d... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us]\n> Sent: 10 February 2001 05:46\n> To: PostgreSQL odbc list; PostgreSQL-patches\n> Cc: PostgreSQL-development\n> Subject: [PATCHES] Fix for ODBC close\n> \n> \n> I have applied the following patch to prope... |
[
{
"msg_contents": "I installed the ODBC driver for Postgre, and linked in a table which has a\nSerial field for the primary key. In MS Access, the type is shown as just\n\"Number (long integer)\".\n\nWhen I try to add new records to my database in Access, I don't put anything\ninto the key field because the ser... |
[
{
"msg_contents": "I checked the logs, and we released the new 6.4 backend protocol on\n1998-10-30. That was 2.5 years ago.\n\nWe normally allow older clients to communicate with newer servers, but\noften we don't support newer clients talking to older servers, sometimes\neven servers one release in the past. ... |
[
{
"msg_contents": "But then a funny thing happened. When I refreshed the view, the records\nchanged from \"#Deleted\" to all the data I put in, and the serial field was\nfilled in with the correct value. How do I stop that from happening?\n\n> -----Original Message-----\n> From: Patrick Dunford [mailto:dunfords... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us]\n> Sent: 11 February 2001 06:31\n> To: PostgreSQL-development\n> Cc: Dave Page; PostgreSQL odbc list; PostgreSQL-patches\n> Subject: Re: [ODBC] RE: [PATCHES] Fix for ODBC close\n> \n> \n> OK, I have a pret... |
[
{
"msg_contents": "\n\tGuess this what I get for attempting to use a beta version of\npgsql in a production system. :( My database server crashed (kernel\npaging fault it looks like) and after reboot, postmaster refuses to start\nup. There error it gives is:\n\nDEBUG: starting up\nDEBUG: database system was int... |
[
{
"msg_contents": "I just got this error message in 7.0.3:\n\nERROR: to_char/to_number(): not unique decimal poit.\n\nMight want to ensure it's correctly spelled in 7.1\n\nChris\n\n-- \nChristopher Kings-Lynne\nFamily Health Network (ACN 089 639 243) \n",
"msg_date": "Mon, 12 Feb 2001 15:40:29 +0800",
... |
[
{
"msg_contents": "Hello,\n\nI just saw (or better to say waspointed to) the following bug in Bug tracking \ntool submitted yesterday: pgsql 7.0.2 cursor bug.\n\nI have exactly the same trouble... Until I free cursor daemon grows...\nI have this in plain 7.0.3. Any comments?\n\n-- \nSincerely Yours,\nDenis Perc... |
[
{
"msg_contents": "> Then if I reindex my DB I have :\n> \n> NOTICE: --Relation astro--\n> NOTICE: Pages 204: Changed 0, reaped 0, Empty 0, New 0; Tup \n> 4878: Vac 0, Keep/VTL 0/0, Crash 0, UnUsed 0, MinLen 324, MaxLen 324;\n> Re-using: Free/Avail. Space 0/0; EndEmpty/Avail. Pages 0/0. CPU\n0.04s/0.18u sec.\... |
[
{
"msg_contents": "Due to the urgency, I resend my mail about pg_dump output:\n\nIn 7.0.2 I got\n\nINSERT INTO foo (field) VALUES ('Hello,\\012world!');\n\nIn 7.1beta4 I get\n\nINSERT INTO foo (field) VALUES ('Hello,\nworld!');\n\nI am using these switches: -a, -c, -n, -d or -D.\n\nIs it possible to add a switc... |
[
{
"msg_contents": "> before this manipulmation, pg_log = 1.073.741.824\n\nOhhhh, your system reached max transaction ID -:(\n\n> and xmin = 4982339\n\nAnd now all tuples with xmin > ~5000000 are invisible.\n\nOne way to restore data could be hack vacuum to update\nxmin of all valid tuples to 512, vacuum all ta... |
[
{
"msg_contents": "When I try this commands, some error messages aren't right:\n\n[postgres@math pgsql]$ createdb test\nCREATE DATABASE\n[postgres@math pgsql]$ psql test\nWelcome to psql, the PostgreSQL interactive terminal.\n \nType: \\copyright for distribution terms\n \\h for help with SQL commands\n ... |
[
{
"msg_contents": "At 18:49 12/02/01 +0100, Kovacs Zoltan wrote:\n>In 7.0.2 I got\n>\n>INSERT INTO foo (field) VALUES ('Hello,\\012world!');\n>\n>In 7.1beta4 I get\n>\n>INSERT INTO foo (field) VALUES ('Hello,\n>world!');\n>\n\nI have modified formatLiteralString to accept an arg that tells it how to\nhandle LF ... |
[
{
"msg_contents": "There is a serious problem with the PostgreSQL locale support on\ncertain platforms and certain locale combo. That is: simply ordering,\nindexes etc. are broken because strcoll() does not work. Example\ncombo includes: RedHat 6.2J(Japanese localized version) + ja_JP.eucJP\nlocale. Here is a ... |
[
{
"msg_contents": "\n> > > #2 0x20dc71 in abort () from /lib/libc.so.6\n> > > #3 0x8080495 in XLogFileOpen ()\n> > \n> > Hm. Evidently it's failing to open the xlog file, but the code is set\n> > up in such a way that it dies before telling you why :-( Take a look\n> > at XLogFileOpen in src/backend/access/t... |
[
{
"msg_contents": "Create function, attempt to create trigger fails, yet function\nobviously exists. I can't seem to typecast the trigger parameters.\n\\df even misses the function.\n\n\n\ntemp=# CREATE FUNCTION dbuser_account(varchar(40), varchar(40),\nvarchar(40))\n\ntemp-# RETURNS OPAQUE\n\ntemp-# AS\n'/usr... |
[
{
"msg_contents": "I have updated the developers globe web page and have added a new\nsection entitled \"Other Contributors\".\n\nI generated the \"Other Developers\" section by pulling names from\nall versions of the TODO list. Of course, this doesn't list _all_\ncontributors, but just the larger ones. I am ... |
[
{
"msg_contents": "The 7.1 PostgreSQL ODBC client interface will no longer be able to talk\nto PostgreSQL servers earlier than 6.4. The backward compatibility code\nhas been removed. \n\nDoes anyone want such compatibility?\n\n(FYI, libpq and all interfaces based on it can't talk to such servers\neither.)\n\n-... |
[
{
"msg_contents": "> Might it be, that pg_control is older than it should be ?\n> I mean, that the write to pg_control did not make it to disk,\n> but the checkpoint already completed (removed the logs) ?\n\nWell, WAL does *pg_fsync()* of pg_control before removing old\nlogs, so it's only possible if Ryan run P... |
[
{
"msg_contents": "Are we not allowed to use NEW and OLD in an EXECUTEd statement?\n\nPostgresql 7.1 beta 4\n\nReceived:\nERROR: NEW used in non-rule query\n\nfrom within a plpgsql function (using an EXECUTE statement of course).\n\nThat aside, is there anyway to do:\n\nv_var := NEW.v_variable;\n\nAs it would ... |
[
{
"msg_contents": "I have backed out the changes to ODBC that removed compatibility with\n<6.4 servers, so the 7.1 ODBC code still supports the older servers.\nI have changed the dialog box from \"6.4+\" to \"7.X,6.4+\" to make it less\nconfusing for users.\n\nIs that ODBC protocol dialog box needed? Can the c... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us]\n> Sent: 14 February 2001 06:20\n> To: PostgreSQL-development\n> Cc: PostgreSQL odbc list\n> Subject: [ODBC] ODBC <6.4 protocol\n> \n> \n> I have backed out the changes to ODBC that removed compatibility w... |
[
{
"msg_contents": "\n> It removes the need to disable fsync to get best performance! \n\n-F performance is still better, only the difference is not so big as before.\n\n> Since there is a fundamental recovery problem if the WAL file\n> disappears, then perhaps we should have a workaround which can ignore\n> the... |
[
{
"msg_contents": "As you can see from the current open items list, there isn't much left\nto do for the 7.1 release. I am going to suggest we remove the LAZY\nVACUUM option at this point. I know Tom Lane posted an item about the\njoin visibility issue, so hopefully this can be resolved soon. Not sure\nwhat ... |
[
{
"msg_contents": "Jason Tishler and I are planning to create a patch to allow PostgreSQL\nto run directly as an NT service. I've submitted a similar patch\nwhich may well be incorporated into the next release of Cygipc, and\nwe've got a plan for doing the same for PostgreSQL: see\nhttp://ontosys.com/phiki/Po... |
[
{
"msg_contents": "Hello,\n\nI'm writing a name server switch (nss) module for Irix/PostgreSQL, but i\nhave some trouble to get it to work.\n\nWhen i use the blocking functions of PostgreSQL, then there isn't any\nresponse until the nss daemons times out. But right after that i get the\nresults (which is too la... |
[
{
"msg_contents": "Hello world,\n\n\nI saw that PostgreSQL doesn't works with\na MOSIX cluster because shared memory.\n\nWell, some day MOSIX will be there, I'll\nbe waiting for a shared memory support! \n\nThe question is: does anybody know another\ncluster software that supports shared\nmemory? \n\n\nThanx,\n... |
[
{
"msg_contents": "We now have defenses against running a non-LOCALE-enabled backend in a\ndatabase that was created in non-C locale. Shouldn't we likewise\nprevent a non-MULTIBYTE-enabled backend from running in a database with\na multibyte encoding that's not SQL_ASCII? Or am I missing a reason why\nthat is... |
[
{
"msg_contents": "I'm trying to figure out the SPI and need a bit of help, because the\ndocs do not mention (that I can find) some parts of the interface.\n\n- SPI_exec(char * sql, int count): this function seems to execute the\n query. Is the `count' parameter the maximum number of tuples to\n return? Do... |
[
{
"msg_contents": "Hi, I heard something like \"untrusted PL/tcl\". Does anybody know what\nthe status of that is?\n--\nTatsuo Ishii\n",
"msg_date": "Thu, 15 Feb 2001 10:53:04 +0900",
"msg_from": "Tatsuo Ishii <t-ishii@sra.co.jp>",
"msg_from_op": true,
"msg_subject": "untrusted Pl/tcl?"
},
{... |
[
{
"msg_contents": "from Feb 15 till Mar 6...\nI'll not be able to read mail lists, so\nin the event of needs please use\nvadim4o@email.com address.\n\nRegards!\n\nVadim\n\n\n",
"msg_date": "Wed, 14 Feb 2001 19:20:34 -0800",
"msg_from": "\"Vadim Mikheev\" <vmikheev@sectorbase.com>",
"msg_from_op": tr... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.