Re: [PATCHES] WIP: script binaries renaming

2007-07-16 Thread Bruce Momjian

This has been saved for the 8.4 release:

http://momjian.postgresql.org/cgi-bin/pgpatches_hold

---

Zdenek Kotala wrote:
 
 I attach patch which renames following binaries
 
 createdb createlang createuser dropdb droplang dropuser clusterdb 
 vacuumdb reindexdb
 
 to
 
 pg_createdb pg_createlang pg_createuser pg_dropdb pg_droplang 
 pg_dropuser pg_clusterdb pg_vacuumdb pg_reindexdb
 
 Symlinks (or copy on win32) are created for backward compatibility.
 
 This renaming was discussed there:
 
 http://archives.postgresql.org/pgsql-hackers/2007-06/msg00145.php
 
 I'm not yet implemented WARNING message when non pg_* command is used.
 and I'm going to modify documentation. Is there any other place then
 http://www.postgresql.org/docs/8.2/interactive/reference-client.html?
 
 I think this patch has no (or small) impact on functionality and it 
 should be committed to 8.3
 
 
   Please let me know a comments
 


 
 ---(end of broadcast)---
 TIP 4: Have you searched our list archives?
 
http://archives.postgresql.org

-- 
  Bruce Momjian  [EMAIL PROTECTED]  http://momjian.us
  EnterpriseDB   http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
   subscribe-nomail command to [EMAIL PROTECTED] so that your
   message can get through to the mailing list cleanly


Re: [PATCHES] WIP: script binaries renaming

2007-06-15 Thread Andrew Dunstan



Zdenek Kotala wrote:


I think this patch has no (or small) impact on functionality and it 
should be committed to 8.3



   


That's really not the test we apply. We are in feature freeze, which 
means the only things not on the queue that should get in are bug fixes. 
If we don't stick to that we'll never get a release out.


cheers

andrew

---(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: [PATCHES] WIP: script binaries renaming

2007-06-15 Thread Tom Lane
Zdenek Kotala [EMAIL PROTECTED] writes:
 I think this patch has no (or small) impact on functionality and it 
 should be committed to 8.3

This missed the feature freeze deadline by well over two months.
It is not a candidate for 8.3.

regards, tom lane

---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster