Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit96d643e

Browse files
committed
More libpgeasy update of connectdb() parameter ordering
1 parent7aa443d commit96d643e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

‎HISTORY

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ Add FOREIGN KEY ... MATCH FULL ... ON DELETE CASCADE (Jan)
137137
Add FOREIGN KEY ... MATCH <unspecified> referential actions (Don Baccus)
138138
Allow WHERE restriction on ctid (physical heap location) (Hiroshi)
139139
Move pginterface from contrib to interface directory, rename to pgeasy (Bruce)
140+
Change pgeasy connectdb() parameter ordering (Bruce)
140141
Add DEC and SESSION_USER as reserved words (Thomas)
141142
Require SELECT DISTINCT target list to have all ORDER BY columns (Tom)
142143
Add Oracle's COMMENT ON command (<ulink url="mailto:mascarim@yahoo">Mike Mascari</ulink>)

‎contrib/findoidjoins/findoidjoins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ main(int argc, char **argv)
2626
if (argc!=2)
2727
halt("Usage: %s database\n",argv[0]);
2828

29-
connectdb(argv[1],NULL,NULL,NULL,NULL);
29+
connectdb(NULL,NULL,NULL,NULL,argv[1]);
3030
on_error_continue();
3131
on_error_stop();
3232

‎doc/src/sgml/release.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.44 2000/04/18 21:18:43 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.45 2000/04/28 15:03:39 momjian Exp $
33
-->
44

55
<chapter id="release">
@@ -213,6 +213,7 @@ Add FOREIGN KEY ... MATCH FULL ... ON DELETE CASCADE (Jan)
213213
Add FOREIGN KEY ... MATCH &lt;unspecified&gt; referential actions (Don Baccus)
214214
Allow WHERE restriction on ctid (physical heap location) (Hiroshi)
215215
Move pginterface from contrib to interface directory, rename to pgeasy (Bruce)
216+
Change pgeasy connectdb() parameter ordering (Bruce)
216217
Add DEC and SESSION_USER as reserved words (Thomas)
217218
Require SELECT DISTINCT target list to have all ORDER BY columns (Tom)
218219
Add Oracle's COMMENT ON command (<ulink url="mailto:mascarim@yahoo">Mike Mascari</ulink>)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp