Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
b1b90594
Commit
b1b90594
authored
May 22, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Irix fixes from Murad Nayal
parent
8ac35b32
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
doc/src/FAQ.html
doc/src/FAQ.html
+2
-2
src/interfaces/odbc/isqlext.h
src/interfaces/odbc/isqlext.h
+1
-1
src/pl/tcl/Makefile
src/pl/tcl/Makefile
+2
-2
No files found.
doc/src/FAQ.html
View file @
b1b90594
...
...
@@ -370,8 +370,8 @@ TODO</A> for a list of known bugs, missing features, and future plans.<P>
There is a nice tutorial at
<A
HREF=
"http://w3.one.net/~jhoffman/sqltut.htm"
>
http://w3.one.net/~jhoffman/sqltut.htm
</A>
and at
<A
HREF=
"http://ourworld.compuserve.com/homepages/
Graeme_Birc
all/HTM_COOK.HTM"
>
http://ourworld.compuserve.com/homepages/
Graeme_B
irchall/HTM_COOK.HTM.
</A><P>
HREF=
"http://ourworld.compuserve.com/homepages/
graeme_birch
all/HTM_COOK.HTM"
>
http://ourworld.compuserve.com/homepages/
graeme_b
irchall/HTM_COOK.HTM.
</A><P>
Another one is "Teach Yourself SQL in 21 Days, Second Edition" at
<A
HREF=
"http://members.tripod.com/er4ebus/sql/index.htm"
>
...
...
src/interfaces/odbc/isqlext.h
View file @
b1b90594
...
...
@@ -5,7 +5,7 @@
#ifndef _INTRINSIC_SQLEXT_H
# define _INTRINSIC_SQLEXT_H
# include
<isql.h>
# include
"isql.h"
# define SQL_STILL_EXECUTING 2
# define SQL_NEED_DATA 99
...
...
src/pl/tcl/Makefile
View file @
b1b90594
...
...
@@ -4,7 +4,7 @@
# Makefile for the pltcl shared object
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.1
2 2000/04/21 03:28:17 tgl
Exp $
# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.1
3 2000/05/22 23:56:44 momjian
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -66,7 +66,7 @@ CC = $(TCL_CC)
# Instead use TCL's CFLAGS plus necessary -I directives.
# Can choose either TCL_CFLAGS_OPTIMIZE or TCL_CFLAGS_DEBUG here, as needed
CFLAGS
=
$(TCL_CFLAGS_OPTIMIZE)
CFLAGS
+
=
$(TCL_CFLAGS_OPTIMIZE)
CFLAGS
+=
$(TCL_SHLIB_CFLAGS)
$(TCL_DEFS)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment