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
0c8ed2da
Commit
0c8ed2da
authored
Sep 22, 2010
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix inconsistent capitalization of "PL/pgSQL".
Josh Kupershmidt
parent
8687fbbe
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
37 additions
and
37 deletions
+37
-37
doc/src/sgml/external-projects.sgml
doc/src/sgml/external-projects.sgml
+1
-1
doc/src/sgml/plpgsql.sgml
doc/src/sgml/plpgsql.sgml
+7
-7
doc/src/sgml/release-7.4.sgml
doc/src/sgml/release-7.4.sgml
+1
-1
doc/src/sgml/release-8.0.sgml
doc/src/sgml/release-8.0.sgml
+1
-1
doc/src/sgml/release-8.1.sgml
doc/src/sgml/release-8.1.sgml
+5
-5
doc/src/sgml/release-8.2.sgml
doc/src/sgml/release-8.2.sgml
+3
-3
doc/src/sgml/release-8.3.sgml
doc/src/sgml/release-8.3.sgml
+7
-7
doc/src/sgml/release-8.4.sgml
doc/src/sgml/release-8.4.sgml
+2
-2
doc/src/sgml/release-9.0.sgml
doc/src/sgml/release-9.0.sgml
+1
-1
doc/src/sgml/release-old.sgml
doc/src/sgml/release-old.sgml
+1
-1
src/pl/plpgsql/src/gram.y
src/pl/plpgsql/src/gram.y
+3
-3
src/pl/plpgsql/src/pl_comp.c
src/pl/plpgsql/src/pl_comp.c
+2
-2
src/pl/plpgsql/src/pl_exec.c
src/pl/plpgsql/src/pl_exec.c
+1
-1
src/test/regress/expected/plpgsql.out
src/test/regress/expected/plpgsql.out
+1
-1
src/test/regress/sql/plpgsql.sql
src/test/regress/sql/plpgsql.sql
+1
-1
No files found.
doc/src/sgml/external-projects.sgml
View file @
0c8ed2da
...
@@ -145,7 +145,7 @@
...
@@ -145,7 +145,7 @@
<para>
<para>
<productname>PostgreSQL</productname> includes several procedural
<productname>PostgreSQL</productname> includes several procedural
languages with the base distribution: <link
languages with the base distribution: <link
linkend="plpgsql">PL/
P
gSQL</link>, <link linkend="pltcl">PL/Tcl</link>,
linkend="plpgsql">PL/
p
gSQL</link>, <link linkend="pltcl">PL/Tcl</link>,
<link linkend="plperl">PL/Perl</link>, and <link
<link linkend="plperl">PL/Perl</link>, and <link
linkend="plpython">PL/Python</link>.
linkend="plpython">PL/Python</link>.
</para>
</para>
...
...
doc/src/sgml/plpgsql.sgml
View file @
0c8ed2da
...
@@ -1139,17 +1139,17 @@ EXECUTE 'SELECT count(*) FROM '
...
@@ -1139,17 +1139,17 @@ EXECUTE 'SELECT count(*) FROM '
<indexterm>
<indexterm>
<primary>quote_ident</primary>
<primary>quote_ident</primary>
<secondary>use in PL/
P
gSQL</secondary>
<secondary>use in PL/
p
gSQL</secondary>
</indexterm>
</indexterm>
<indexterm>
<indexterm>
<primary>quote_literal</primary>
<primary>quote_literal</primary>
<secondary>use in PL/
P
gSQL</secondary>
<secondary>use in PL/
p
gSQL</secondary>
</indexterm>
</indexterm>
<indexterm>
<indexterm>
<primary>quote_nullable</primary>
<primary>quote_nullable</primary>
<secondary>use in PL/
P
gSQL</secondary>
<secondary>use in PL/
p
gSQL</secondary>
</indexterm>
</indexterm>
<para>
<para>
...
@@ -1492,11 +1492,11 @@ RETURN <replaceable>expression</replaceable>;
...
@@ -1492,11 +1492,11 @@ RETURN <replaceable>expression</replaceable>;
<title><command>RETURN NEXT</> and <command>RETURN QUERY</command></title>
<title><command>RETURN NEXT</> and <command>RETURN QUERY</command></title>
<indexterm>
<indexterm>
<primary>RETURN NEXT</primary>
<primary>RETURN NEXT</primary>
<secondary>in PL/
P
gSQL</secondary>
<secondary>in PL/
p
gSQL</secondary>
</indexterm>
</indexterm>
<indexterm>
<indexterm>
<primary>RETURN QUERY</primary>
<primary>RETURN QUERY</primary>
<secondary>in PL/
P
gSQL</secondary>
<secondary>in PL/
p
gSQL</secondary>
</indexterm>
</indexterm>
<synopsis>
<synopsis>
...
@@ -2220,7 +2220,7 @@ END LOOP <optional> <replaceable>label</replaceable> </optional>;
...
@@ -2220,7 +2220,7 @@ END LOOP <optional> <replaceable>label</replaceable> </optional>;
<indexterm>
<indexterm>
<primary>exceptions</primary>
<primary>exceptions</primary>
<secondary>in PL/
P
gSQL</secondary>
<secondary>in PL/
p
gSQL</secondary>
</indexterm>
</indexterm>
<para>
<para>
...
@@ -2898,7 +2898,7 @@ END LOOP <optional> <replaceable>label</replaceable> </optional>;
...
@@ -2898,7 +2898,7 @@ END LOOP <optional> <replaceable>label</replaceable> </optional>;
<indexterm>
<indexterm>
<primary>reporting errors</primary>
<primary>reporting errors</primary>
<secondary>in PL/
P
gSQL</secondary>
<secondary>in PL/
p
gSQL</secondary>
</indexterm>
</indexterm>
<para>
<para>
...
...
doc/src/sgml/release-7.4.sgml
View file @
0c8ed2da
...
@@ -1897,7 +1897,7 @@ enabled</para></listitem>
...
@@ -1897,7 +1897,7 @@ enabled</para></listitem>
files during postmaster startup</para></listitem>
files during postmaster startup</para></listitem>
<listitem><para>Various memory leakage fixes</para></listitem>
<listitem><para>Various memory leakage fixes</para></listitem>
<listitem><para>Various portability improvements</para></listitem>
<listitem><para>Various portability improvements</para></listitem>
<listitem><para>Fix PL/
P
gSQL to handle <literal>var := var</> correctly when
<listitem><para>Fix PL/
p
gSQL to handle <literal>var := var</> correctly when
the variable is of pass-by-reference type</para></listitem>
the variable is of pass-by-reference type</para></listitem>
<listitem><para>Update <filename>contrib/tsearch2</> to use current Snowball
<listitem><para>Update <filename>contrib/tsearch2</> to use current Snowball
code</para></listitem>
code</para></listitem>
...
...
doc/src/sgml/release-8.0.sgml
View file @
0c8ed2da
...
@@ -2512,7 +2512,7 @@ when opening the file fails</para></listitem>
...
@@ -2512,7 +2512,7 @@ when opening the file fails</para></listitem>
constraints more reliably</para></listitem>
constraints more reliably</para></listitem>
<listitem><para>Fix password prompting in <application>pg_restore</> on
<listitem><para>Fix password prompting in <application>pg_restore</> on
Windows</para></listitem>
Windows</para></listitem>
<listitem><para>Fix PL/
P
gSQL to handle <literal>var := var</> correctly when
<listitem><para>Fix PL/
p
gSQL to handle <literal>var := var</> correctly when
the variable is of pass-by-reference type</para></listitem>
the variable is of pass-by-reference type</para></listitem>
<listitem><para>Fix PL/Perl <literal>%_SHARED</> so it's actually
<listitem><para>Fix PL/Perl <literal>%_SHARED</> so it's actually
shared</para></listitem>
shared</para></listitem>
...
...
doc/src/sgml/release-8.1.sgml
View file @
0c8ed2da
...
@@ -1212,7 +1212,7 @@
...
@@ -1212,7 +1212,7 @@
<listitem>
<listitem>
<para>
<para>
Fix PL/
P
gSQL to not fail when a <literal>FOR</> loop's target variable
Fix PL/
p
gSQL to not fail when a <literal>FOR</> loop's target variable
is a record containing composite-type fields (Tom)
is a record containing composite-type fields (Tom)
</para>
</para>
</listitem>
</listitem>
...
@@ -4343,7 +4343,7 @@ SELECT CURRENT_TIMESTAMP AT TIME ZONE 'Europe/London';
...
@@ -4343,7 +4343,7 @@ SELECT CURRENT_TIMESTAMP AT TIME ZONE 'Europe/London';
<listitem>
<listitem>
<para>
<para>
Allow SQL and PL/
P
gSQL functions to use <command>OUT</> and
Allow SQL and PL/
p
gSQL functions to use <command>OUT</> and
<command>INOUT</> parameters (Tom)
<command>INOUT</> parameters (Tom)
</para>
</para>
<para>
<para>
...
@@ -4378,12 +4378,12 @@ SELECT CURRENT_TIMESTAMP AT TIME ZONE 'Europe/London';
...
@@ -4378,12 +4378,12 @@ SELECT CURRENT_TIMESTAMP AT TIME ZONE 'Europe/London';
</sect3>
</sect3>
<sect3>
<sect3>
<title>PL/
P
gSQL Server-Side Language Changes</title>
<title>PL/
p
gSQL Server-Side Language Changes</title>
<itemizedlist>
<itemizedlist>
<listitem>
<listitem>
<para>
<para>
Overhaul the memory management of PL/
P
gSQL functions (Neil)
Overhaul the memory management of PL/
p
gSQL functions (Neil)
</para>
</para>
<para>
<para>
The parsetree of each function is now stored in a separate
The parsetree of each function is now stored in a separate
...
@@ -4426,7 +4426,7 @@ SELECT CURRENT_TIMESTAMP AT TIME ZONE 'Europe/London';
...
@@ -4426,7 +4426,7 @@ SELECT CURRENT_TIMESTAMP AT TIME ZONE 'Europe/London';
<listitem>
<listitem>
<para>
<para>
Add support for an optional <command>INTO</> clause to
Add support for an optional <command>INTO</> clause to
PL/
P
gSQL's <command>EXECUTE</> statement (Pavel Stehule, Neil)
PL/
p
gSQL's <command>EXECUTE</> statement (Pavel Stehule, Neil)
</para>
</para>
</listitem>
</listitem>
...
...
doc/src/sgml/release-8.2.sgml
View file @
0c8ed2da
...
@@ -1661,7 +1661,7 @@
...
@@ -1661,7 +1661,7 @@
<listitem>
<listitem>
<para>
<para>
Fix PL/
P
gSQL to not fail when a <literal>FOR</> loop's target variable
Fix PL/
p
gSQL to not fail when a <literal>FOR</> loop's target variable
is a record containing composite-type fields (Tom)
is a record containing composite-type fields (Tom)
</para>
</para>
</listitem>
</listitem>
...
@@ -4883,7 +4883,7 @@
...
@@ -4883,7 +4883,7 @@
</sect3>
</sect3>
<sect3>
<sect3>
<title>PL/
P
gSQL Server-Side Language Changes</title>
<title>PL/
p
gSQL Server-Side Language Changes</title>
<itemizedlist>
<itemizedlist>
<listitem>
<listitem>
...
@@ -5448,7 +5448,7 @@
...
@@ -5448,7 +5448,7 @@
linkend="guc-local-preload-libraries"><varname>local_preload_libraries</></link>
linkend="guc-local-preload-libraries"><varname>local_preload_libraries</></link>
that allows libraries to be loaded into specific sessions without
that allows libraries to be loaded into specific sessions without
explicit cooperation from the client application. This allows
explicit cooperation from the client application. This allows
external add-ons to implement features such as a PL/
P
gSQL debugger.
external add-ons to implement features such as a PL/
p
gSQL debugger.
</para>
</para>
</listitem>
</listitem>
...
...
doc/src/sgml/release-8.3.sgml
View file @
0c8ed2da
...
@@ -2239,7 +2239,7 @@
...
@@ -2239,7 +2239,7 @@
<listitem>
<listitem>
<para>
<para>
Fix PL/
P
gSQL to not fail when a <literal>FOR</> loop's target variable
Fix PL/
p
gSQL to not fail when a <literal>FOR</> loop's target variable
is a record containing composite-type fields (Tom)
is a record containing composite-type fields (Tom)
</para>
</para>
</listitem>
</listitem>
...
@@ -3914,7 +3914,7 @@ current_date < 2017-11-17
...
@@ -3914,7 +3914,7 @@ current_date < 2017-11-17
</para>
</para>
<para>
<para>
Previously PL/
P
gSQL functions that referenced temporary tables
Previously PL/
p
gSQL functions that referenced temporary tables
would fail if the temporary table was dropped and recreated
would fail if the temporary table was dropped and recreated
between function invocations, unless <literal>EXECUTE</> was
between function invocations, unless <literal>EXECUTE</> was
used. This improvement fixes that problem and many related issues.
used. This improvement fixes that problem and many related issues.
...
@@ -4740,7 +4740,7 @@ current_date < 2017-11-17
...
@@ -4740,7 +4740,7 @@ current_date < 2017-11-17
The first request for statistics in a transaction takes a statistics
The first request for statistics in a transaction takes a statistics
snapshot that does not change during the transaction. This function
snapshot that does not change during the transaction. This function
allows the snapshot to be discarded and a new snapshot loaded during
allows the snapshot to be discarded and a new snapshot loaded during
the next statistics query. This is particularly useful for PL/
P
gSQL
the next statistics query. This is particularly useful for PL/
p
gSQL
functions, which are confined to a single transaction.
functions, which are confined to a single transaction.
</para>
</para>
</listitem>
</listitem>
...
@@ -4835,7 +4835,7 @@ current_date < 2017-11-17
...
@@ -4835,7 +4835,7 @@ current_date < 2017-11-17
</sect3>
</sect3>
<sect3>
<sect3>
<title>PL/
P
gSQL Server-Side Language</title>
<title>PL/
p
gSQL Server-Side Language</title>
<itemizedlist>
<itemizedlist>
<listitem>
<listitem>
...
@@ -4848,7 +4848,7 @@ current_date < 2017-11-17
...
@@ -4848,7 +4848,7 @@ current_date < 2017-11-17
<listitem>
<listitem>
<para>
<para>
Allow <literal>IN</literal> as an alternative to
Allow <literal>IN</literal> as an alternative to
<literal>FROM</literal> in PL/
P
gSQL's <command>FETCH</command>
<literal>FROM</literal> in PL/
p
gSQL's <command>FETCH</command>
statement, for consistency with the backend's
statement, for consistency with the backend's
<command>FETCH</command> command (Pavel Stehule)
<command>FETCH</command> command (Pavel Stehule)
</para>
</para>
...
@@ -4856,7 +4856,7 @@ current_date < 2017-11-17
...
@@ -4856,7 +4856,7 @@ current_date < 2017-11-17
<listitem>
<listitem>
<para>
<para>
Add <command>MOVE</command> to PL/
P
gSQL (Magnus, Pavel Stehule,
Add <command>MOVE</command> to PL/
p
gSQL (Magnus, Pavel Stehule,
Neil)
Neil)
</para>
</para>
</listitem>
</listitem>
...
@@ -4867,7 +4867,7 @@ current_date < 2017-11-17
...
@@ -4867,7 +4867,7 @@ current_date < 2017-11-17
</para>
</para>
<para>
<para>
This adds convenient syntax for PL/
P
gSQL set-returning functions
This adds convenient syntax for PL/
p
gSQL set-returning functions
that want to return the result of a query. <command>RETURN QUERY</>
that want to return the result of a query. <command>RETURN QUERY</>
is easier and more efficient than a loop
is easier and more efficient than a loop
around <command>RETURN NEXT</command>.
around <command>RETURN NEXT</command>.
...
...
doc/src/sgml/release-8.4.sgml
View file @
0c8ed2da
...
@@ -2689,7 +2689,7 @@ WITH w AS (SELECT * FROM foo) SELECT * FROM w, bar ... FOR UPDATE
...
@@ -2689,7 +2689,7 @@ WITH w AS (SELECT * FROM foo) SELECT * FROM w, bar ... FOR UPDATE
</para>
</para>
<para>
<para>
In particular, this means that functions written in PL/
P
gSQL
In particular, this means that functions written in PL/
p
gSQL
and other PL languages can now be called this way.
and other PL languages can now be called this way.
</para>
</para>
</listitem>
</listitem>
...
@@ -3815,7 +3815,7 @@ WITH w AS (SELECT * FROM foo) SELECT * FROM w, bar ... FOR UPDATE
...
@@ -3815,7 +3815,7 @@ WITH w AS (SELECT * FROM foo) SELECT * FROM w, bar ... FOR UPDATE
</sect4>
</sect4>
<sect4>
<sect4>
<title>PL/
P
gSQL Server-Side Language</title>
<title>PL/
p
gSQL Server-Side Language</title>
<itemizedlist>
<itemizedlist>
<listitem>
<listitem>
...
...
doc/src/sgml/release-9.0.sgml
View file @
0c8ed2da
...
@@ -1948,7 +1948,7 @@
...
@@ -1948,7 +1948,7 @@
</itemizedlist>
</itemizedlist>
<sect4>
<sect4>
<title><link linkend="plpgsql">PL/
P
gSQL</link> Server-Side
<title><link linkend="plpgsql">PL/
p
gSQL</link> Server-Side
Language</title>
Language</title>
<itemizedlist>
<itemizedlist>
...
...
doc/src/sgml/release-old.sgml
View file @
0c8ed2da
...
@@ -692,7 +692,7 @@ pages</para></listitem>
...
@@ -692,7 +692,7 @@ pages</para></listitem>
enabled</para></listitem>
enabled</para></listitem>
<listitem><para>Various memory leakage fixes</para></listitem>
<listitem><para>Various memory leakage fixes</para></listitem>
<listitem><para>Various portability improvements</para></listitem>
<listitem><para>Various portability improvements</para></listitem>
<listitem><para>Fix PL/
P
gSQL to handle <literal>var := var</> correctly when
<listitem><para>Fix PL/
p
gSQL to handle <literal>var := var</> correctly when
the variable is of pass-by-reference type</para></listitem>
the variable is of pass-by-reference type</para></listitem>
</itemizedlist>
</itemizedlist>
...
...
src/pl/plpgsql/src/gram.y
View file @
0c8ed2da
...
@@ -3058,11 +3058,11 @@ make_scalar_list1(char *initial_name,
...
@@ -3058,11 +3058,11 @@ make_scalar_list1(char *initial_name,
}
}
/*
/*
* When the PL/
P
gSQL parser expects to see a SQL statement, it is very
* When the PL/
p
gSQL parser expects to see a SQL statement, it is very
* liberal in what it accepts; for example, we often assume an
* liberal in what it accepts; for example, we often assume an
* unrecognized keyword is the beginning of a SQL statement. This
* unrecognized keyword is the beginning of a SQL statement. This
* avoids the need to duplicate parts of the SQL grammar in the
* avoids the need to duplicate parts of the SQL grammar in the
* PL/
P
gSQL grammar, but it means we can accept wildly malformed
* PL/
p
gSQL grammar, but it means we can accept wildly malformed
* input. To try and catch some of the more obviously invalid input,
* input. To try and catch some of the more obviously invalid input,
* we run the strings we expect to be SQL statements through the main
* we run the strings we expect to be SQL statements through the main
* SQL parser.
* SQL parser.
...
@@ -3071,7 +3071,7 @@ make_scalar_list1(char *initial_name,
...
@@ -3071,7 +3071,7 @@ make_scalar_list1(char *initial_name,
* any database access and does not check any semantic rules, it just
* any database access and does not check any semantic rules, it just
* checks for basic syntactic correctness. We do this here, rather
* checks for basic syntactic correctness. We do this here, rather
* than after parsing has finished, because a malformed SQL statement
* than after parsing has finished, because a malformed SQL statement
* may cause the PL/
P
gSQL parser to become confused about statement
* may cause the PL/
p
gSQL parser to become confused about statement
* borders. So it is best to bail out as early as we can.
* borders. So it is best to bail out as early as we can.
*
*
* It is assumed that "stmt" represents a copy of the function source text
* It is assumed that "stmt" represents a copy of the function source text
...
...
src/pl/plpgsql/src/pl_comp.c
View file @
0c8ed2da
...
@@ -336,7 +336,7 @@ do_compile(FunctionCallInfo fcinfo,
...
@@ -336,7 +336,7 @@ do_compile(FunctionCallInfo fcinfo,
* per-function memory context, so it can be reclaimed easily.
* per-function memory context, so it can be reclaimed easily.
*/
*/
func_cxt
=
AllocSetContextCreate
(
TopMemoryContext
,
func_cxt
=
AllocSetContextCreate
(
TopMemoryContext
,
"PL/
P
gSQL function context"
,
"PL/
p
gSQL function context"
,
ALLOCSET_DEFAULT_MINSIZE
,
ALLOCSET_DEFAULT_MINSIZE
,
ALLOCSET_DEFAULT_INITSIZE
,
ALLOCSET_DEFAULT_INITSIZE
,
ALLOCSET_DEFAULT_MAXSIZE
);
ALLOCSET_DEFAULT_MAXSIZE
);
...
@@ -768,7 +768,7 @@ plpgsql_compile_inline(char *proc_source)
...
@@ -768,7 +768,7 @@ plpgsql_compile_inline(char *proc_source)
* its own memory context, so it can be reclaimed easily.
* its own memory context, so it can be reclaimed easily.
*/
*/
func_cxt
=
AllocSetContextCreate
(
CurrentMemoryContext
,
func_cxt
=
AllocSetContextCreate
(
CurrentMemoryContext
,
"PL/
P
gSQL function context"
,
"PL/
p
gSQL function context"
,
ALLOCSET_DEFAULT_MINSIZE
,
ALLOCSET_DEFAULT_MINSIZE
,
ALLOCSET_DEFAULT_INITSIZE
,
ALLOCSET_DEFAULT_INITSIZE
,
ALLOCSET_DEFAULT_MAXSIZE
);
ALLOCSET_DEFAULT_MAXSIZE
);
...
...
src/pl/plpgsql/src/pl_exec.c
View file @
0c8ed2da
...
@@ -2064,7 +2064,7 @@ static int
...
@@ -2064,7 +2064,7 @@ static int
exec_stmt_return
(
PLpgSQL_execstate
*
estate
,
PLpgSQL_stmt_return
*
stmt
)
exec_stmt_return
(
PLpgSQL_execstate
*
estate
,
PLpgSQL_stmt_return
*
stmt
)
{
{
/*
/*
* If processing a set-returning PL/
P
gSQL function, the final RETURN
* If processing a set-returning PL/
p
gSQL function, the final RETURN
* indicates that the function is finished producing tuples. The rest of
* indicates that the function is finished producing tuples. The rest of
* the work will be done at the top level.
* the work will be done at the top level.
*/
*/
...
...
src/test/regress/expected/plpgsql.out
View file @
0c8ed2da
...
@@ -1541,7 +1541,7 @@ insert into IFace values ('IF', 'orion', 'ethernet_interface_name_too_long', '')
...
@@ -1541,7 +1541,7 @@ insert into IFace values ('IF', 'orion', 'ethernet_interface_name_too_long', '')
ERROR: IFace slotname "IF.orion.ethernet_interface_name_too_long" too long (20 char max)
ERROR: IFace slotname "IF.orion.ethernet_interface_name_too_long" too long (20 char max)
--
--
-- The following tests are unrelated to the scenario outlined above;
-- The following tests are unrelated to the scenario outlined above;
-- they merely exercise specific parts of PL/
P
gSQL
-- they merely exercise specific parts of PL/
p
gSQL
--
--
--
--
-- Test recursion, per bug report 7-Sep-01
-- Test recursion, per bug report 7-Sep-01
...
...
src/test/regress/sql/plpgsql.sql
View file @
0c8ed2da
...
@@ -1420,7 +1420,7 @@ insert into IFace values ('IF', 'orion', 'ethernet_interface_name_too_long', '')
...
@@ -1420,7 +1420,7 @@ insert into IFace values ('IF', 'orion', 'ethernet_interface_name_too_long', '')
--
--
-- The following tests are unrelated to the scenario outlined above;
-- The following tests are unrelated to the scenario outlined above;
-- they merely exercise specific parts of PL/
P
gSQL
-- they merely exercise specific parts of PL/
p
gSQL
--
--
--
--
...
...
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