Re: [ADMIN] How to check if index is valid

2008-03-03 Thread Richard Broersma
On Mon, Mar 3, 2008 at 3:55 AM, Vladimir Rusinov <[EMAIL PROTECTED]> wrote: > How can I check if all indexes in my database is valid, how to show the > invalid ones (and rebuild them)? > Any quick solutions? How do you define whether and index is valid or invalid? -- R

Re: [ADMIN] what is the maximum number of rows in a table in postgresql 8.1

2008-03-25 Thread Richard Broersma
maybe this link answers your question: http://www.postgresql.org/about/ Regards, Richard Broersma Jr. -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin

Re: [ADMIN] what is the maximum number of rows in a table in postgresql 8.1

2008-03-25 Thread Richard Broersma
rake/2007/08/how_many_rows_do_i_have_anyway/ Regards, Richard Broersma Jr. -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin

Re: [ADMIN] unable to install postgresql 8.2

2008-04-15 Thread Richard Broersma
installation. to do step 2, follow this link: http://www.geocities.com/operationsengineer1/ open the PostgreSQL word doc, go to page 5 and follow the instructions on how to delete the OS user. -- Regards, Richard Broersma Jr. -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To

Re: [ADMIN] column: on update update?

2008-05-07 Thread Richard Broersma
on is to add an after update trigger, and manually set lastupdate then. -- Regards, Richard Broersma Jr. Visit the Los Angles PostgreSQL Users Group (LAPUG) http://pugs.postgresql.org/lapug -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make changes to your subscription: http

Re: [ADMIN] [ODBC] what gives: SELECT INVALID SELECT STATEMENT TO FORCE ODBC DRIVER TO UNPREPARED STATE

2008-06-11 Thread Richard Broersma
d > tagableRS.Close() Your advice worked perfectly. Thank you very much! -- Regards, Richard Broersma Jr. Visit the Los Angles PostgreSQL Users Group (LAPUG) http://pugs.postgresql.org/lapug -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make changes to your s

[ADMIN] PITR - base backup question

2008-08-26 Thread Richard Broersma
ile? -- Regards, Richard Broersma Jr. Visit the Los Angeles PostgreSQL Users Group (LAPUG) http://pugs.postgresql.org/lapug -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin

Re: [ADMIN] PITR - base backup question

2008-08-26 Thread Richard Broersma
On Tue, Aug 26, 2008 at 5:19 PM, <[EMAIL PROTECTED]> wrote: > This means a file systems backup. eg. > > tar -cvpf data_bakup.tar /var/lib/pgsql/data Thanks also for the script. I will take a close look. -- Regards, Richard Broersma Jr. Visit the Los Angeles PostgreSQL Use

Re: [ADMIN] [GENERAL] PITR - base backup question

2008-08-26 Thread Richard Broersma
overy. Thanks for the reply! I want to be certain that I understand the point you are making: Is setting up a warm standby server good pratice for gaining experience in PITR or do you mean that PITR is a good starting point for setting up a warm standby server? -- Regards, Richard Broersma

Re: [ADMIN] privileges

2008-08-28 Thread Richard Broersma
blem you are seeing: http://www.postgresql.org/docs/8.3/interactive/role-membership.html -- Regards, Richard Broersma Jr. Visit the Los Angeles PostgreSQL Users Group (LAPUG) http://pugs.postgresql.org/lapug -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make changes t

Re: [ADMIN] privileges

2008-08-28 Thread Richard Broersma
On Thu, Aug 28, 2008 at 1:49 PM, Richard Broersma <[EMAIL PROTECTED]> wrote: > On Thu, Aug 28, 2008 at 1:37 PM, Carol Walter <[EMAIL PROTECTED]> wrote: > >> I granted the app_admin role to my user name. When I try to >> describe the table using the "\d"

[ADMIN] PITR with MS-DOS shell

2008-08-29 Thread Richard Broersma
Reading the manual for PITR, I see the backup commands are tar, cpio, and rsync. What DOS shell commands recommended: copy, xcopy? Is there something better? -- Regards, Richard Broersma Jr. Visit the Los Angeles PostgreSQL Users Group (LAPUG) http://pugs.postgresql.org/lapug -- Sent via

Re: [ADMIN] ODBC

2009-01-21 Thread Richard Broersma
ut what is available: http://pgfoundry.org/search/?type_of_search=soft&words=dbi+link -- Regards, Richard Broersma Jr. Visit the Los Angeles PostgreSQL Users Group (LAPUG) http://pugs.postgresql.org/lapug -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make chan

Re: [ADMIN] Totally inappropriate by-line for a major representative of this organization

2009-02-02 Thread Richard Broersma
need to be on topic. So far us users are free to advocate anthing we want in our signatures as long as it is not vulgar. Aside from this, we individually have the freedom to spam-bucket anyone's emails that astound and dismay us. -- Regards, Richard Broersma Jr. Visit the Los Angeles Pos

Re: [ADMIN] Totally inappropriate by-line for a major representative of this organization

2009-02-02 Thread Richard Broersma
ted is the putting down or belittling people because they fall into anyone these categories. -- Regards, Richard Broersma Jr. Visit the Los Angeles PostgreSQL Users Group (LAPUG) http://pugs.postgresql.org/lapug -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make changes

Re: [ADMIN] Partioning in postgres

2009-06-29 Thread Richard Broersma
You probably need break up your insert transactions into smaller segments that coincide DDL changes. -- Regards, Richard Broersma Jr. Visit the Los Angeles PostgreSQL Users Group (LAPUG) http://pugs.postgresql.org/lapug -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To m

Re: [ADMIN] Partioning in postgres

2009-06-30 Thread Richard Broersma
d scripts. The following archived thread illustrates what one person did to develop automatic creation of table partitions: http://archives.postgresql.org/pgsql-general/2009-04/msg01077.php The above mentioned email may give you a workable solution. -- Regards, Richard Broersma Jr. Visit the

Re: [ADMIN] Sharing /etc/passwd with PostgreSQL

2009-08-20 Thread Richard Broersma
On Thu, Aug 20, 2009 at 10:31 AM, Tena Sakai wrote: > Can somebody please tell me how I could retrieve a > history of this particular thread? Generally: http://archives.postgresql.org/ Specifically: http://archives.postgresql.org/pgsql-admin/2009-08/msg00056.php -- Regards, Richard Br

Re: [ADMIN] save db

2009-09-29 Thread Richard Broersma
eems I do not know how to look for. > Waiting for helpt, I thank very much in advance. You can export the database using the pg_dump command line tool. -- Regards, Richard Broersma Jr. Visit the Los Angeles PostgreSQL Users Group (LAPUG) http://pugs.postgresql.org/lapug -- Sent via pgs

Re: [ADMIN] data encryption

2009-11-24 Thread Richard Broersma
ed to insure that the data is secure to satisfy federal > HIPAA regulations.  One way to do that would be to store some or all of it > in an encrypted format. Here is a presentation that give a high level view of how to secure the data. http://momjian.us/main/writings/pgsql/securing.pdf --

Re: [ADMIN] Inheritance in Postgresql ?

2009-12-16 Thread Richard Broersma
esql.org/images/9/91/Pguswest2008hnd.pdf -- Regards, Richard Broersma Jr. Visit the Los Angeles PostgreSQL Users Group (LAPUG) http://pugs.postgresql.org/lapug -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin

Re: [ADMIN] Can not access PostgreSQL 8.8 via ADO

2010-03-25 Thread Richard Broersma
undry.org/projects/oledb/ You should probably use the odbc driver since it is production ready and actively supported. http://www.postgresql.org/ftp/odbc/versions/msi/ -- Regards, Richard Broersma Jr. Visit the Los Angeles PostgreSQL Users Group (LAPUG) http://pugs.postgresql.org/lapug -- Sent

Re: [ADMIN] secret key for encryption

2010-07-16 Thread Richard Broersma
tgres users who store encrypted credit card numbers > and other personal data.  How do they solve this problem? Bruce has a presentation on this subject: http://momjian.us/main/writings/pgsql/securing.pdf Although, I don't know if it has an illustration that exactly matches your problem.

Re: [ADMIN] compare two rows

2010-10-12 Thread Richard Broersma
is there a way around to use select row(...) = row(...)? Does: (T1.value1,T1.value2, T1.value3, ... ) IS NOT DISTINCT FROM (T2.value1,T2.value2, T2.value3,...) or: Row( T1.* ) IS NOT DISTINCT FROM ( T2.* ) work for you? -- Regards, Richard Broersma Jr. Visit the Los Angeles PostgreSQL U

Re: [ADMIN] compare two rows

2010-10-12 Thread Richard Broersma
>  1 | some text >  2 | some texta SELECT Array_agg( id ) AS duplicate_ids, val FROM test_dup GROUP BY val HAVING COUNT(*) > 1; SELECT T1.id, T2.id, T.val FROM test_dup AS T1 INNER JOIN test_dup AS T2 USING ( val ); -- Regards, Richard Broersma Jr. V

Re: [ADMIN] implement BLP model on Postgresql db

2010-11-22 Thread Richard Broersma
- Regards, Richard Broersma Jr. Visit the Los Angeles PostgreSQL Users Group (LAPUG) http://pugs.postgresql.org/lapug -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin

Re: [ADMIN] Temporal Databases

2006-02-20 Thread Richard Broersma Jr
Are you referring to a historical data achieve used for logging instantaneous process values? --- Rodrigo Sakai <[EMAIL PROTECTED]> wrote: > Hi everyone, I'm focus on temporal databases (not temporary), and I want to > know if anyone > here is studying this tecnologies too. So, we can exchang

Re: [ADMIN] PostgreSQl newbie! -PLease help, pgAdmin3 on Debian!

2006-03-28 Thread Richard Broersma Jr
e completed then log out using "\q" Now if you wanted to change you ident method back to md5 you will be able to use you new password. This should work, but you would probably be better server by following the directions in the postgresql documentation. Regards, Ri

Re: [ADMIN] PostgreSQl newbie! -PLease help, pgAdmin3 on Debian!

2006-03-28 Thread Richard Broersma Jr
> How should I do this? The current auto-generated pg_hba.conf file read as: > "local all postgresident sameuser" > on the first line, and the first line also after the # TYPE > DATABASEMETHOD line. > > > Do you mean I should change the "ident sameuser" at the end to "trust"? Belo

Re: [ADMIN] Feedback on auto-pruning approach

2006-03-28 Thread Richard Broersma Jr
Could RRS be implemented in a similar fashion to OPC-HDA? Regards, Richard --- "Jim C. Nasby" <[EMAIL PROTECTED]> wrote: > On Tue, Mar 28, 2006 at 10:23:45AM -0800, Mark Liberman wrote: > > > Probably your biggest issue will be temporary files created by temporary > > > tables, sorts that > spi

[ADMIN] PGOPTS

2006-04-18 Thread Richard Broersma Jr
Is anyone aware of documentation that describes what the valid parameters for the PGOPTS variable are and how they are used? Regards, Richard ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql

Re: [ADMIN] PGOPTS

2006-04-18 Thread Richard Broersma Jr
All I could find similar to PGOPTS was PGOPTIONS. Are they equivalent? If they are, would it be safe to use PGOPTIONS in-place of PGOPTS in the /etc/conf.d/postgresql conf file? --- Bruce Momjian wrote: > Richard Broersma Jr wrote: > > Is anyone aware of documentation that describes

Re: [ADMIN] Connection from As400

2006-05-24 Thread Richard Broersma Jr
You might find what you are looking for at: http://www.postgresql.org/download/ Regards, Richard Broersma Jr. --- German Raul Hoyos Parravicino <[EMAIL PROTECTED]> wrote: > Hello Everybody. > > I am developing an application in As400, every thing is Ok, but I need that &

Re: [ADMIN] Question about postgre sql dll

2006-06-12 Thread Richard Broersma Jr
http://pgfoundry.org/frs/download.php/873/psqlodbc-08_02_0002.zip this link should have every thing you need. Regards, Richard Broersma Jr. --- Chris Hoover <[EMAIL PROTECTED]> wrote: > This question would be better suited for the pgsql-odbc list. You will > probably also get

Re: [ADMIN] pg_hba.conf includes

2006-08-07 Thread Richard Broersma Jr
l ip like 192.168.1.* will be allowed to connect. Regards, Richard Broersma Jr. ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq

Re: [ADMIN] REMOVE PLEASE

2006-10-09 Thread Richard Broersma Jr
> PLEASE REMOVE ME FROM [EMAIL PROTECTED] Most of us on the list can't remove you. But if you adjust your hotmail client to view full headers you will see the following line that you will need to unsubscribe: List-Unsubscribe: <mailto:[EMAIL PROTECTED]> Regards, Richa

Re: [ADMIN] unsuscribe

2006-10-21 Thread Richard Broersma Jr
> Good morning, i ask you please erase me from the list, thanks > I'd tried to do by myself but i forget my password. Using your hotmail account, if you turn on full headers you will see the following entry: List-Unsubscribe: <mailto:[EMAIL PROTECTED]> Regards, Ri

Re: [ADMIN] postgres under suse linux

2006-10-24 Thread Richard Broersma Jr
n." The error messages will help use to provide the correct configuration changes to get postgresql up and running. Regards, Richard Broersma Jr. ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings

Re: [ADMIN] database "postgres" does not exist

2006-10-24 Thread Richard Broersma Jr
cannot > remeber any stupid thing we could have done (but may be we did... And > what do I have to do to recreate the postgres database... in fact, is it > even necessary doing so ? If you issue "\l" from within the posgresql command prompt does it list postgres as a database

Re: [ADMIN] database "postgres" does not exist

2006-10-24 Thread Richard Broersma Jr
> Richard, > Are you sure that you weren't typing an additional argument, such as: > sudo -u postgres psql db_name I'm not the one having problems connecting to the postgres database ;) Regards, Richard Broersma Jr. ---(end of broadcast)

Re: [ADMIN] About Distributed Database Systems

2006-11-06 Thread Richard Broersma Jr
have the following choices: dblink, for postgres to postgres connection dbi-link, for postgres to anything else. http://pgfoundry.org/ For replication: you have slony, etc. al. http://slony.info/ Regards, Richard Broersma Jr. ---(end of broadcast)

Re: [ADMIN] Database size

2006-11-06 Thread Richard Broersma Jr
> I would be very grateful if someone could answer me, > where to find instructions how to set the size ( in megabytes ) for > particular database. I don't understand the question, are you looking to limit the size of your database? Regards, Richa

Re: [ADMIN] Database size

2006-11-06 Thread Richard Broersma Jr
ont forget to reply-all when you reply to email from the postgresql lists so that everyone on the lists are copied with your emails. This way everyone on the list can participate in this discussion. This is important since, I can not think of an answer for your question. :o) Regards, Richard Bro

Re: [ADMIN] Database size

2006-11-06 Thread Richard Broersma Jr
t is difficult to recover from such a situation without > major effort. These links supplement the above comments: http://www.postgresql.org/docs/8.1/interactive/disk-full.html http://www.postgresql.org/docs/8.1/interactive/manage-ag-tablespaces.html Regards, Richard Broersma Jr. ---

Re: [ADMIN] Question

2006-11-07 Thread Richard Broersma Jr
see what sql statement was actually created from "\d" In your case I would first determine which psql function will give you the information you want and this use it to give you the query you need. I hope this helps. Regards, Richard Broersma Jr. ---(end

Re: [ADMIN] Question

2006-11-07 Thread Richard Broersma Jr
---> Easier way to cheat: > > psql -E dbname > > then all the \d commands and what not will spill their secrets right on > the screen. :) Cool, thanks for the tip. ---(end of broadcast)--- TIP 6: explain analyze is your friend

Re: [ADMIN] Question on partitioning

2006-11-10 Thread Richard Broersma Jr
ocs/8.1/interactive/ddl-partitioning.html Regards, Richard Broersma Jr. ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match

Re: [ADMIN] Fw: postgres database crash

2006-11-21 Thread Richard Broersma Jr
> Please help me out > my data bases is like 1gigabyte, panicking > thanks May be try the general mailing list. There are more users there with the experience needed to advise you. Regards, Richard Broersma Jr. ---(end of broadcast)

Re: [ADMIN] PGSQL manager password lost.

2006-11-22 Thread Richard Broersma Jr
I would know one way or the other. In the future, if "the powers at be" what to give the most powerful/versatile Open Source RDMS a second try, you will find plenty of tools and script to port or MS-SQL to Postgresql. I hope your other DBA was canned for being a stanch Postgres

Re: [ADMIN] PGSQL manager password lost.

2006-11-22 Thread Richard Broersma Jr
oops... I fat fingered that one...> > I hope your other DBA wasn't canned for being a stanch Postgresql supporter. > :o) ^^^ ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate

Re: [ADMIN] dump from 8.x restore to 7.3.x

2006-11-29 Thread Richard Broersma Jr
ostgresql version 8.1 to preform validation tests with your front-ends. After you are satisfied that everything works well you can replace the version 7 production server with version 8. If you would like a safety net beyond this you could contact one of the PostgreSQL consulting companies to wal

Re: [ADMIN] Backup of a big DB with a lot of large objects

2006-12-01 Thread Richard Broersma Jr
ve the problem increasing back-up times. Of course, equipping yourself with a cannon now will really help after your mosquito grows in to an albatross. :o) Regards, Richard Broersma Jr. ---(end of broadcast)--- TIP 7: You can help support the Pos

Re: [ADMIN] .bat file to access postgreSQL command line from C:\ Dos prompt

2006-12-08 Thread Richard Broersma Jr
ourage more people to learn SQL. I have some test table that I created from the SQL puzzles and answers book. However, I didn't not develop test for each exercise since sample data wasn't provided. Regards, Richard Broersma Jr. ---(end of broadcast)

Re: [ADMIN] sql test data for learning exercises.

2006-12-08 Thread Richard Broersma Jr
> Thanks! Please do send any test data you have, or sql puzzle exercises, since > I am anxious to > learn as much as possible. > And, let me know the book/author, in case I can find a copy. Here is a link for the book: http://books.elsevier.com/us/mk/us/subindex.asp?isbn=0123735963&country=Un

Re: [ADMIN] Advice on loading celko sql script

2006-12-09 Thread Richard Broersma Jr
discussion. In addition to this, there are others on the list that might have better answers than the ones that I give. So it is important that you always send your emails to the mailing list. The easiest way to do this is to reply-all when you respond to emails from the list. R

Re: [ADMIN] Advice on loading celko sql script

2006-12-09 Thread Richard Broersma Jr
he tables into Microsoft Access, and do my exercises there if I > wish, and share the > exercise tables at utteraccess.com I am using Postgresql 8.1.5. you could upgrade your home server to 8.2.0 or 8.1.5 and it would work fine. Regards, Richard Broersma Jr. ---(

Re: [ADMIN] Difference between ROLE and USER1

2006-12-09 Thread Richard Broersma Jr
QL and postgresql. Regards, Richard Broersma Jr. ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match

Re: [ADMIN] Postgresql - Windows platform

2007-06-12 Thread Richard Broersma Jr
eply ASAP. Waiting for your reply. This link is a good place to start. I can probably explain this process as well as I can. http://www.postgresql.org/docs/8.2/interactive/installation.html Regards, Richard Broersma Jr. ---(end of broadcast)---

Re: [ADMIN] 8.2.4 patches?

2007-07-10 Thread Richard Broersma Jr
notice the following links comment: http://www.postgresql.org/support/versioning Regards, Richard Broersma Jr. ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTEC

Re: [ADMIN] Index on a COALESCE function

2007-07-16 Thread Richard Broersma Jr
ed in JOINS and WHERE conditions. I don't see either of those in your query. Regards, Richard Broersma Jr. ---(end of broadcast)--- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate

Re: [ADMIN] primary key and foreign key

2007-07-25 Thread Richard Broersma Jr
e > referencing work. If an index is needed on the F-key column, it has to be > created, right? Correct. Regards, Richard Broersma Jr. ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to cho

Re: [ADMIN] Backup Scheduler...

2007-07-26 Thread Richard Broersma Jr
on > The solution that I use is found on this link: http://archives.postgresql.org/pgsql-general/2006-12/msg01486.php Maybe be it can give you some ideas that you can use in your bat script file. Regards, Richard Broersma Jr. ---(end of broadcast)--

Re: [ADMIN] Checking database version

2007-07-27 Thread Richard Broersma Jr
--- George Wilk <[EMAIL PROTECTED]> wrote: > Is there a reliable way of verifying version of the database by looking at > the PGDATA directory? Does the file "PG_VERSION" not tell what you need? Regards, Richard Broersma Jr. --

Re: [ADMIN] Timestamp in pg_dump output, was Re: How I can know a back up database is up to date

2007-08-14 Thread Richard Broersma Jr
that you can call from a cron or scheduler, I can provide some ideas if you are enterested. Regards, Richard Broersma Jr. ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings

Re: [ADMIN] ADO -PostgreSQL OLE DB Provider

2007-09-06 Thread Richard Broersma Jr
ld have. (3) And this probably will not change soon since the OLE DB driver is not actively supported. Regards, Richard Broersma Jr. ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-n

Re: [ADMIN] Primary key

2007-09-19 Thread Richard Broersma Jr
CONSTRAINT code_title PRIMARY KEY(code,title) ); Regards, Richard Broersma Jr. ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

Re: [ADMIN] Indexes for Foreign Keys?

2007-10-29 Thread Richard Broersma Jr
lying index in Informix. This is not true in postgreSQL, with the exception of UNIQUE types of indexs. However, check constraints do not require any indexs. Regards, Richard Broersma Jr. ---(end of broadcast)--- TIP 3: Have you che

Re: [ADMIN] PL/JAVA issues

2007-10-31 Thread Richard Broersma Jr
its associated schema? Also, depending on how you created your table names (created case sensitive tables names using quotations), you may need to need to supply the propery spelled and quoted table names to the pl function. Regards, Richard Broersma Jr. ---(e

[ADMIN] "global/pg_control": Permission denied

2007-11-15 Thread Richard Broersma Jr
is often caused by services running as a user account, try configuring the services to run in either the LocalService or NetworkService account. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp ... Regards, Richard Broersma Jr.

Re: [ADMIN] "global/pg_control": Permission denied

2007-11-15 Thread Richard Broersma Jr
--- On Thu, 11/15/07, Richard Broersma Jr <[EMAIL PROTECTED]> wrote: > My desktop (acting as a db-server for my discipline's > group) has it power cycled this morning at 4:10 >... > C:\Program > Files\PostgreSQL\8.2\bin>2007-11-15 06:36:13 > PANIC: could

Re: [GENERAL] [ADMIN] "global/pg_control": Permission denied

2007-11-15 Thread Richard Broersma Jr
ectory supposed to be marked read only? Regards, Richard Broersma Jr. ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

Re: [ADMIN] WHERE clause OR vs IN

2007-12-12 Thread Richard Broersma Jr
T * FROM Tellers WHERE bin = ANY( '1', '2' ); and SELECT T.* FROM Tellers AS T INNER JOIN ( VALUES ( '1' ), ( '2' ) ) AS B( bin ) ON T.bin = B.bin; Regards, Richard Broersma Jr. ---(end of broadcast)-

Re: [ADMIN] WHERE clause OR vs IN

2007-12-12 Thread Richard Broersma Jr
--- On Wed, 12/12/07, Tom Lane <[EMAIL PROTECTED]> wrote: > I seriously doubt that one's gonna win ... :-) ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org