[ADMIN] Cluster???

2005-02-11 Thread Sabio - PSQL
How to implement a db cluster with PostgreSQL 8? ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send unregister YourEmailAddressHere to [EMAIL PROTECTED])

Re: [ADMIN] Cluster???

2005-02-11 Thread Scott Marlowe
On Fri, 2005-02-11 at 08:35, Sabio - PSQL wrote: How to implement a db cluster with PostgreSQL 8? The two most commonly used tools right now are pgpool and slony. http://pgfoundry.org/projects/pgpool/ http://gborg.postgresql.org/project/slony1/projdisplay.php ---(end

[ADMIN] describe

2005-02-11 Thread Zuoxin . Wang
Hi, Does anyone know psql command for 'describe'. I tried show, but it did not wok. Thanks. Jason

Re: [ADMIN] describe

2005-02-11 Thread Joshua D. Drake
[EMAIL PROTECTED] wrote: Hi, Does anyone know psql command for 'describe'. explain? I tried show, but it did not wok. Thanks. Jason -- Command Prompt, Inc., your source for PostgreSQL replication, professional support, programming, managed services, shared and dedicated hosting. Home of the

Re: [ADMIN] describe

2005-02-11 Thread Michael Fuhr
On Fri, Feb 11, 2005 at 12:23:56PM -0800, [EMAIL PROTECTED] wrote: Does anyone know psql command for 'describe'. It would be helpful if you explained what describe is supposed to do. Maybe you're looking for the \d family of commands in psql? See also the System Catalogs and The Information

Re: [ADMIN] describe

2005-02-11 Thread Marc G. Fournier
On Fri, 11 Feb 2005, Joshua D. Drake wrote: [EMAIL PROTECTED] wrote: Hi, Does anyone know psql command for 'describe'. explain? I believe describe is mysql equivalent to our \d* commands ... no? Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: [EMAIL

Re: [ADMIN] describe

2005-02-11 Thread Joshua D. Drake
Marc G. Fournier wrote: On Fri, 11 Feb 2005, Joshua D. Drake wrote: [EMAIL PROTECTED] wrote: Hi, Does anyone know psql command for 'describe'. explain? I believe describe is mysql equivalent to our \d* commands ... no? Beats me. The only command I know of mysql is: rpm -e mysql-server

Re: [ADMIN] describe

2005-02-11 Thread Zuoxin . Wang
thanks. \d is what I need. Jason Michael Fuhr [EMAIL PROTECTED] 02/11/2005 12:43 PM To:Zuoxin Wang/CA/[EMAIL PROTECTED] cc:pgsql-admin@postgresql.org, [EMAIL PROTECTED] Subject:Re: [ADMIN] describe On Fri, Feb 11, 2005 at 12:23:56PM -0800, [EMAIL PROTECTED]