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
6a7a63d3
Commit
6a7a63d3
authored
Jan 23, 2008
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reference pgAdmin as a typical client-side tool, rather than the
no-longer-maintained PgAccess. Per Erik Rijkers.
parent
cd76ad6a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
doc/src/sgml/plpgsql.sgml
doc/src/sgml/plpgsql.sgml
+2
-2
doc/src/sgml/start.sgml
doc/src/sgml/start.sgml
+2
-2
No files found.
doc/src/sgml/plpgsql.sgml
View file @
6a7a63d3
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.12
2 2007/12/03 23:49:50
tgl Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.12
3 2008/01/23 02:04:47
tgl Exp $ -->
<chapter id="plpgsql">
<chapter id="plpgsql">
<title><application>PL/pgSQL</application> - <acronym>SQL</acronym> Procedural Language</title>
<title><application>PL/pgSQL</application> - <acronym>SQL</acronym> Procedural Language</title>
...
@@ -3474,7 +3474,7 @@ $$ LANGUAGE plpgsql;
...
@@ -3474,7 +3474,7 @@ $$ LANGUAGE plpgsql;
Another good way to develop in <application>PL/pgSQL</> is with a
Another good way to develop in <application>PL/pgSQL</> is with a
GUI database access tool that facilitates development in a
GUI database access tool that facilitates development in a
procedural language. One example of such as a tool is
procedural language. One example of such as a tool is
<application>
PgAccess
</>, although others exist. These tools often
<application>
pgAdmin
</>, although others exist. These tools often
provide convenient features such as escaping single quotes and
provide convenient features such as escaping single quotes and
making it easier to recreate and debug functions.
making it easier to recreate and debug functions.
</para>
</para>
...
...
doc/src/sgml/start.sgml
View file @
6a7a63d3
<!-- $PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.4
5 2007/06/21 10:43:09 petere
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.4
6 2008/01/23 02:04:47 tgl
Exp $ -->
<chapter id="tutorial-start">
<chapter id="tutorial-start">
<title>Getting Started</title>
<title>Getting Started</title>
...
@@ -298,7 +298,7 @@ createdb: database creation failed: ERROR: permission denied to create database
...
@@ -298,7 +298,7 @@ createdb: database creation failed: ERROR: permission denied to create database
<listitem>
<listitem>
<para>
<para>
Using an existing graphical frontend tool like
Using an existing graphical frontend tool like
<application>
PgAccess
</application> or an office suite with
<application>
pgAdmin
</application> or an office suite with
<acronym>ODBC</acronym> support to create and manipulate a
<acronym>ODBC</acronym> support to create and manipulate a
database. These possibilities are not covered in this
database. These possibilities are not covered in this
tutorial.
tutorial.
...
...
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